-
diffusers/controlnet-canny-sdxl-1.0
Text-to-Image • Updated • 34.5k • 485 -
diffusers/controlnet-depth-sdxl-1.0
Text-to-Image • Updated • 34.4k • 169 -
diffusers/controlnet-zoe-depth-sdxl-1.0
Text-to-Image • Updated • 4.3k • 32 -
diffusers/controlnet-canny-sdxl-1.0-small
Text-to-Image • Updated • 660 • 16
🧨Diffusers
non-profit
AI & ML interests
Solving everything with diffusion models!
Organization Card
Diffusers is a library of state-of-the-art pretrained diffusion models for all of your generative AI needs and use cases.
The library provides three main classes.
- The Pipeline class provides an easy and unified way to perform inference with many models.
import torch
from diffusers import FluxPipeline
pipeline = FluxPipeline.from_pretrained("black-forest-labs/FLUX.1-schnell", torch_dtype=torch.bfloat16)
pipeline.enable_model_cpu_offload()
prompt = "A cat holding a sign that says hello world"
image = pipeline(prompt, guidance_scale=0.0, output_type="pil", num_inference_steps=4, max_sequence_length=256, generator=torch.Generator("cpu").manual_seed(33)).images[0]
image.save("flux-schnell.png")
- Diffusers also provides models and schedulers that you can mix and match to build or train your own diffusion systems.
In addition to these classes, Diffusers is invested in lowering the barrier for everyone. The library is optimized to run on memory-constrained hardware, accelerate inference on PyTorch, hardware (GPU/CPU/TPUs), and model accelerators.
Visit the documentation if you're interested in learning more. We're excited to see what you create with Diffusers! 🤗
Collections
6
models
48
diffusers/t5-nf4
Updated
•
4.96k
diffusers/CogVideoX-5b-nf4
Updated
•
5
diffusers/controlnet-zoe-depth-sdxl-1.0
Text-to-Image
•
Updated
•
4.3k
•
32
diffusers/controlnet-depth-sdxl-1.0
Text-to-Image
•
Updated
•
34.4k
•
169
diffusers/open-sora-pipe-test
Updated
•
11
diffusers/stable-cascade-configs
Updated
diffusers/StableCascade
Updated
diffusers/tools
Updated
•
16
•
10
diffusers/i2vgen-xl-diffusers
Updated
•
8
•
5
diffusers/consistency-decoder-test
Updated
•
12
datasets
21
diffusers/community-pipelines-mirror
Updated
•
75.7k
•
3
diffusers/benchmarks
Viewer
•
Updated
•
32
•
71
•
13
diffusers/test-slices
Updated
•
36
diffusers/diffusers-images-docs
Viewer
•
Updated
•
6
•
23.1k
diffusers/tuxemon
Viewer
•
Updated
•
251
•
182
•
17
diffusers/docs-images
Viewer
•
Updated
•
12
•
47.1k
diffusers/pokemon-gpt4-captions
Viewer
•
Updated
•
833
•
2.06k
•
29
diffusers/notebooks
Updated
•
48
diffusers/pokemon-llava-captions
Viewer
•
Updated
•
833
•
89
•
3
diffusers/instructpix2pix-clip-filtered-upscaled
Viewer
•
Updated
•
13.3k
•
472
•
1