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
Question Regarding Low Step LoRAs
#2
by jesuslover1979 - opened
Hello, I apologize if this is the wrong place to ask this, but I had found a hyper low step LoRA for Chroma, but I cannot find the file anymore. I get the 404 error. I am totally new to this - I would appreciate any guidance :) Thanks so much
It seems that Silveroxides has done some cleanup. I backed-up some loras they made here: https://huggingface.co/Vinzou/Chroma_Lora_experiments_from_silveroxide
It seems that Silveroxides has done some cleanup. I backed-up some loras they made here: https://huggingface.co/Vinzou/Chroma_Lora_experiments_from_silveroxide
Omg thank you so much! Really appreciate it :)