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

  • Log In
  • Sign Up

dyedd
/
SD3.5-large-fp8

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

Instructions to use dyedd/SD3.5-large-fp8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use dyedd/SD3.5-large-fp8 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("dyedd/SD3.5-large-fp8", 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
SD3.5-large-fp8
16.9 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
dyedd's picture
dyedd
Create README.md
f2fbf92 verified over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    490 Bytes
    Create README.md over 1 year ago
  • model.fp8_e4m3fn.safetensors
    8.43 GB
    xet
    First model version over 1 year ago
  • model.fp8_e5m2.safetensors
    8.43 GB
    xet
    First model version over 1 year ago
  • quantization_map.fp8_e4m3fn.json
    50 kB
    First model version over 1 year ago
  • quantization_map.fp8_e5m2.json
    49 kB
    First model version over 1 year ago