Instructions to use tensorart/stable-diffusion-3.5-medium-turbo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use tensorart/stable-diffusion-3.5-medium-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("tensorart/stable-diffusion-3.5-medium-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
Possible 1-step version
#5 opened 12 months ago
by
Pomni
Img2Img Optimizations
1
#4 opened over 1 year ago
by
waterbear
Thank You and About the Final LoRA
❤️ 1
1
#3 opened over 1 year ago
by
FourFace
please optimize speed main sd 3.5 turbo model
6
#2 opened over 1 year ago
by
srsuzume