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

  • Log In
  • Sign Up

Adrenex
/
chamana

Text-to-Image
Diffusers
Trained with AutoTrain
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use Adrenex/chamana with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Adrenex/chamana", 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
chamana
25.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 23 commits
Adrenex's picture
Adrenex
Update README.md
93da95a over 2 years ago
  • .gitattributes
    1.57 kB
    Upload 3 files over 2 years ago
  • README.md
    2.97 kB
    Update README.md over 2 years ago
  • lehanga.png
    1.22 MB
    xet
    Upload 3 files over 2 years ago
  • nikeshoes.jfif
    68.8 kB
    Upload 3 files over 2 years ago
  • pytorch_lora_weights.safetensors
    23.4 MB
    xet
    Upload pytorch_lora_weights.safetensors over 2 years ago
  • rings.png
    360 kB
    Upload 3 files over 2 years ago