How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("ayushtues/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]

Consistency Model - ayushtues/cifar10-32

This is a consistency model distilled from google/ddpm-cifar10-32. You can find some example images in the following.

img_0 img_1 img_2 img_3 img_4 img_5 img_6 img_7 img_8 img_9 img_10 img_11 img_12 img_13 img_14 img_15

Downloads last month
6
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ayushtues/cifar10-32

Finetuned
(2)
this model