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

  • Log In
  • Sign Up

kostakoff
/
stable-diffusion-2-GGUF

Text-to-Image
Diffusers
GGUF
stable-diffusion
stable-diffusion.cpp
sd.cpp
Model card Files Files and versions
xet
Community

Instructions to use kostakoff/stable-diffusion-2-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use kostakoff/stable-diffusion-2-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("kostakoff/stable-diffusion-2-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-2-GGUF
9.87 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 7 commits
kostakoff
fix readme
2bdd3ec 2 months ago
  • .gitattributes
    1.6 kB
    Enable Git LFS for GGUF models 2 months ago
  • 768-v-ema-Q4_0.gguf
    3.14 GB
    xet
    Add GGUF model files 2 months ago
  • 768-v-ema-Q4_K.gguf
    3.28 GB
    xet
    Add GGUF model files 2 months ago
  • 768-v-ema-Q8_0.gguf
    3.44 GB
    xet
    Add GGUF model files 2 months ago
  • LICENSE.md
    14.1 kB
    add .md 2 months ago
  • README.md
    3.32 kB
    fix readme 2 months ago
  • out.png
    1.2 MB
    xet
    created readme 2 months ago