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
Install & run stabilityai/sd-turbo easily using llmpm
#11 opened 2 months ago
by
sarthak-saxena
add AIBOM
#10 opened 8 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