fusing / glide-base

huggingface.co
Total runs: 9
24-hour runs: 0
7-day runs: 0
30-day runs: 9
Model's Last Updated: June 28 2022

Introduction of glide-base

Model Details of glide-base

GLIDE: Towards Photorealistic Image Generation and Editing with Text-Guided Diffusion Models

Paper : GLIDE: Towards Photorealistic Image Generation and Editing with Text-Guided Diffusion Models

Abstract :

Diffusion models have recently been shown to generate high-quality synthetic images, especially when paired with a guidance technique to trade off diversity for fidelity. We explore diffusion models for the problem of text-conditional image synthesis and compare two different guidance strategies: CLIP guidance and classifier-free guidance. We find that the latter is preferred by human evaluators for both photorealism and caption similarity, and often produces photorealistic samples. Samples from a 3.5 billion parameter text-conditional diffusion model using classifier-free guidance are favored by human evaluators to those from DALL-E, even when the latter uses expensive CLIP reranking. Additionally, we find that our models can be fine-tuned to perform image inpainting, enabling powerful text-driven image editing.

Usage
# !pip install diffusers
import torch
from diffusers import DiffusionPipeline
import PIL.Image

model_id = "fusing/glide-base"

# load model and scheduler
pipeline = DiffusionPipeline.from_pretrained(model_id)

# run inference (text-conditioned denoising + upscaling)
img = pipeline("a crayon drawing of a corgi")

# process image to PIL
img = img.squeeze(0)
img = ((img + 1)*127.5).round().clamp(0, 255).to(torch.uint8).cpu().numpy()
image_pil = PIL.Image.fromarray(img)

# save image
image_pil.save("test.png")
Samples
  1. sample_1
  2. sample_2
  3. sample_3

Runs of fusing glide-base on huggingface.co

9
Total runs
0
24-hour runs
0
3-day runs
0
7-day runs
9
30-day runs

More Information About glide-base huggingface.co Model

More glide-base license Visit here:

https://choosealicense.com/licenses/apache-2.0

glide-base huggingface.co

glide-base huggingface.co is an AI model on huggingface.co that provides glide-base's model effect (), which can be used instantly with this fusing glide-base model. huggingface.co supports a free trial of the glide-base model, and also provides paid use of the glide-base. Support call glide-base model through api, including Node.js, Python, http.

glide-base huggingface.co Url

https://huggingface.co/fusing/glide-base

fusing glide-base online free

glide-base huggingface.co is an online trial and call api platform, which integrates glide-base's modeling effects, including api services, and provides a free online trial of glide-base, you can try glide-base online for free by clicking the link below.

fusing glide-base online free url in huggingface.co:

https://huggingface.co/fusing/glide-base

glide-base install

glide-base is an open source model from GitHub that offers a free installation service, and any user can find glide-base on GitHub to install. At the same time, huggingface.co provides the effect of glide-base install, users can directly use glide-base installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

glide-base install url in huggingface.co:

https://huggingface.co/fusing/glide-base

Url of glide-base

glide-base huggingface.co Url

Provider of glide-base huggingface.co

fusing
ORGANIZATIONS

Other API from fusing

huggingface.co

Total runs: 5.3K
Run Growth: 1.3K
Growth Rate: 25.15%
Updated:August 06 2022
huggingface.co

Total runs: 120
Run Growth: 93
Growth Rate: 77.50%
Updated:July 18 2022
huggingface.co

Total runs: 44
Run Growth: 32
Growth Rate: 72.73%
Updated:July 18 2022
huggingface.co

Total runs: 12
Run Growth: 11
Growth Rate: 91.67%
Updated:December 19 2022
huggingface.co

Total runs: 11
Run Growth: 8
Growth Rate: 72.73%
Updated:November 21 2022
huggingface.co

Total runs: 7
Run Growth: 4
Growth Rate: 50.00%
Updated:December 07 2022
huggingface.co

Total runs: 7
Run Growth: 1
Growth Rate: 14.29%
Updated:May 16 2023
huggingface.co

Total runs: 6
Run Growth: -2
Growth Rate: -33.33%
Updated:July 06 2023
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:September 21 2022
huggingface.co

Total runs: 0
Run Growth: 0
Growth Rate: 0.00%
Updated:December 17 2022