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

  • Log In
  • Sign Up

second-state
/
stable-diffusion-3.5-large-GGUF

Text-to-Image
Diffusers
GGUF
English
stable-diffusion
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use second-state/stable-diffusion-3.5-large-GGUF with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("second-state/stable-diffusion-3.5-large-GGUF", 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
stable-diffusion-3.5-large-GGUF
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
apepkuss79's picture
apepkuss79
Update README.md
dff1854 verified over 1 year ago
  • .gitattributes
    2.12 kB
    Update models over 1 year ago
  • README.md
    3.29 kB
    Update README.md over 1 year ago
  • clip_g-Q8_0.gguf
    739 MB
    xet
    Update models over 1 year ago
  • clip_g.safetensors
    1.39 GB
    xet
    Update models over 1 year ago
  • clip_l.safetensors
    246 MB
    xet
    Update models over 1 year ago
  • sd3.5_large-Q4_0.gguf
    5.11 GB
    xet
    Update models over 1 year ago
  • sd3.5_large-Q4_1.gguf
    5.61 GB
    xet
    Update models over 1 year ago
  • sd3.5_large-Q5_0.gguf
    6.11 GB
    xet
    Update models over 1 year ago
  • sd3.5_large-Q5_1.gguf
    6.61 GB
    xet
    Update models over 1 year ago
  • sd3.5_large-Q8_0.gguf
    9.11 GB
    xet
    Update models over 1 year ago
  • sd3.5_large.safetensors
    16.5 GB
    xet
    Update models over 1 year ago
  • t5xxl-Q4_0.gguf
    2.75 GB
    xet
    Update models over 1 year ago
  • t5xxl-Q4_1.gguf
    3.06 GB
    xet
    Update models over 1 year ago
  • t5xxl-Q5_0.gguf
    3.36 GB
    xet
    Update models over 1 year ago
  • t5xxl-Q5_1.gguf
    3.67 GB
    xet
    Update models over 1 year ago
  • t5xxl-Q8_0.gguf
    5.2 GB
    xet
    Update models over 1 year ago
  • t5xxl_fp16.safetensors
    9.79 GB
    xet
    Update models over 1 year ago