Instructions to use lodestones/Chroma1-Flash with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lodestones/Chroma1-Flash 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/Chroma1-Flash", 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 Settings
- Draw Things
- DiffusionBee
Everything output is blurry
1
#5 opened 8 months ago
by
CrypicTime
Rename Chroma1-HD-Flash-delta-weight.safetensors to Chroma1-Flash-delta-weight.safetensors
#4 opened 9 months ago
by
silveroxides
Rename Chroma1-HD-Flash.safetensors to Chroma1-Flash.safetensors
#3 opened 9 months ago
by
silveroxides
Question Regarding Low Step LoRAs
👍 1
2
#2 opened 9 months ago
by
jesuslover1979
Chroma-*.safetensors v. Chroma1-*.safetensors
1
#1 opened 11 months ago
by
jurassicstrain