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

  • Log In
  • Sign Up

Clybius
/
chroma-loras

Text-to-Image
Diffusers
lora
template:diffusion-lora
Model card Files Files and versions
xet
Community

Instructions to use Clybius/chroma-loras with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Clybius/chroma-loras with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("lodestones/Chroma", dtype=torch.bfloat16, device_map="cuda")
    pipe.load_lora_weights("Clybius/chroma-loras")
    
    prompt = "A mspaint style image of Joe Biden sitting in a chair. He is learning forwards and looking at the viewer with a determined facial expression. He is squinting his eyes with his mouth closed. There is a speech bubble caption that reads \"Can you lock the fuck in, Jack?\". mspaint style."
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
chroma-loras
57.9 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Clybius's picture
Clybius
Update README.md
4330a10 verified 10 months ago
  • images
    Rename images/FirstPass-Chroma_01667_.png to images/joebiden-example.png 10 months ago
  • .gitattributes
    2.31 kB
    initial commit 10 months ago
  • MSPaint-7-11-25-ChromaV43.safetensors
    56.1 MB
    xet
    Add 2 files 10 months ago
  • README.md
    1.44 kB
    Update README.md 10 months ago