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

  • Log In
  • Sign Up

budecosystem
/
Chhavi

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

Instructions to use budecosystem/Chhavi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use budecosystem/Chhavi with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("budecosystem/Chhavi", 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
Chhavi
6.95 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 11 commits
itsadarshms's picture
itsadarshms
Update config
99adfca over 2 years ago
  • scheduler
    Update config over 2 years ago
  • text_encoder
    Update config over 2 years ago
  • text_encoder_2
    Update config over 2 years ago
  • tokenizer
    Publish model weights over 2 years ago
  • tokenizer_2
    Publish model weights over 2 years ago
  • unet
    Update config over 2 years ago
  • vae
    Update config over 2 years ago
  • .gitattributes
    1.56 kB
    Update README.md, add demo.png over 2 years ago
  • .gitignore
    15 Bytes
    Update README.md over 2 years ago
  • LICENSE.md
    14.1 kB
    Add license file over 2 years ago
  • README.md
    6.22 kB
    Add license file over 2 years ago
  • cool.png
    788 kB
    Publish model weights over 2 years ago
  • demo.png
    3.16 MB
    xet
    Update README.md, add demo.png over 2 years ago
  • model_index.json
    581 Bytes
    Update config over 2 years ago