Instructions to use google/ddpm-cifar10-32 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use google/ddpm-cifar10-32 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("google/ddpm-cifar10-32", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Request: DOI
#20 opened 5 months ago
by
aboodi1335
Delete images/generated_image_0.png
#19 opened about 1 year ago
by
Andrewchilean
Delete .gitattributes
#18 opened about 1 year ago
by
Andrewchilean
Variance
#17 opened over 1 year ago
by
markub3327
Training Dataset
1
#16 opened about 2 years ago
by
basselmayo
Parameters for training
❤️ 2
#15 opened almost 3 years ago
by
deepgoyal19
Using official training example, model was neither saved nor pushed to repo
1
#12 opened almost 3 years ago
by
nakajimayoshi
Request: DOI
#11 opened about 3 years ago
by
king2uu
FID Score
20
#10 opened over 3 years ago
by
ori-m-2022a