Instructions to use lodestones/Chroma1-HD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lodestones/Chroma1-HD 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-HD", 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
OneTrainer support
#11
by yamatazen - opened
Chroma is supported by OneTrainer now
https://github.com/Nerogar/OneTrainer/commit/014c2765b3f1bdcf027581a30140b44d50674c59
I don't know about Kohya. I am just saying Chroma is supported by OneTrainer now.
我尝试了一下,OneTrainer 对我来说确实比ai-toolkit好用,我是小白,本地Windows部署也比较简单。界面也不复杂,有兴趣的可以试试。
yamatazen changed discussion status to closed