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("openskyml/sd-turbo", dtype=torch.bfloat16, device_map="cuda")

prompt = "turbo"
image = pipe(prompt).images[0]

SD-turbo

Fast generate images with SD-turbo!

Downloads last month
7
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for openskyml/sd-turbo

Finetuned
(5)
this model

Space using openskyml/sd-turbo 1