Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

stabilityai
/
sd-turbo

Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Model card Files Files and versions
xet
Community
10

Instructions to use stabilityai/sd-turbo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use stabilityai/sd-turbo with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("stabilityai/sd-turbo", 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
  • Local Apps
  • Draw Things
  • DiffusionBee
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Install & run stabilityai/sd-turbo easily using llmpm

#11 opened about 2 months ago by
sarthak-saxena

add AIBOM

#10 opened 7 months ago by
RiccardoDav

OSError: Error no file named pytorch_model.fp16.bin, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory sd-turbo/text-encoder

1
#7 opened about 2 years ago by
Schwertlilien

A smaller variant for smaller GPU memory

๐Ÿ‘ 1
#6 opened over 2 years ago by
YCG16

Why SD-Turbo uses epsilon prediction?

๐Ÿ‘ 4
1
#5 opened over 2 years ago by
sienna223

reroll please?

#3 opened over 2 years ago by
ppbrown

OSError: does not appear to have model_index.json

6
#1 opened over 2 years ago by
salzubi401
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs