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

  • Log In
  • Sign Up

stabilityai
/
stable-diffusion-3.5-large-turbo

Text-to-Image
Diffusers
Safetensors
English
StableDiffusion3Pipeline
stable-diffusion
Model card Files Files and versions
xet
Community
26

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

  • Libraries
  • Diffusers

    How to use stabilityai/stable-diffusion-3.5-large-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/stable-diffusion-3.5-large-turbo", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Update README.md

#26 opened 13 days ago by
Lycrios

upgrade strenght

#25 opened 22 days ago by
funeste

clip_g.safetensors

#24 opened 6 months ago by
mooovybrand

Update README.md

#23 opened 8 months ago by
FrankFrank4096

Doesn't fit the text very well

#22 opened about 1 year ago by
suifeng1001

A new better turbo model has realesed! Outperforms stable-diffusion-3.5-large-turbo in detail, diversity, and realism

#21 opened about 1 year ago by
sunhaha123

FAILED TO FETCH

#19 opened over 1 year ago by deleted

Draw things app

1
#16 opened over 1 year ago by
DigitFreemin

Add generated example

#15 opened over 1 year ago by
ThreadAbort

no CLIP/text encoder weights in checkpoint

5
#13 opened over 1 year ago by
likuangyu

Update README.md

1
#12 opened over 1 year ago by
sfarrell5123

Concurrent Thread Failure in Image Inference

#11 opened over 1 year ago by
fdsfasfafa

Add generated example

#9 opened over 1 year ago by
Dimaq21

load transformer failed

#8 opened over 1 year ago by
ziyan1119

ValueError: `.to` is not supported for `4-bit` or `8-bit` bitsandbytes models.

➕👀 4
#7 opened over 1 year ago by
loong

Tutorial Video - Install SD 3.5 with ComfyUI - Step by Step

🔥 2
#6 opened over 1 year ago by
fahdmirzac

Add generated example

1
#5 opened over 1 year ago by
diwank
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs