Instructions to use lodestones/Chroma1-Base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use lodestones/Chroma1-Base 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-Base", 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
'thumbs-down' gesture
#3
by dumo - opened
This appears to have been either deliberately omitted or blocked by Black Forest Labs in all their Flux variants. Whether the term thumbs-down or pollice verso is used or a description of the wrist turning is given, the results are:
- thumbs-up
- nightmare anatomy with distorted finger/thumb placement
- one thumbs-down gesture but the other hand in a thumbs-up gesture
No other SD base model appears to do this. I have reason to think this is a deliberate action to detect illegally redistributed Flux without attribution; BFL will not respond to questions about this in support contacts or on social media.
Does Chroma attempt to add this gesture back in? Does Flux's licensing forbid doing so?
Apache 2?