Instructions to use SG161222/SPARK.Chroma_preview with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use SG161222/SPARK.Chroma_preview with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("SG161222/SPARK.Chroma_preview", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ base_model:
|
|
| 13 |
|
| 14 |
# Overview
|
| 15 |
|
| 16 |
-
**SPARK.Chroma** is a fine-tuned model designed for generating realistic images. Based on the **Chroma1-HD** model with 8.9B parameters and Apache 2.0 license.
|
| 17 |
|
| 18 |
> [!WARNING]
|
| 19 |
> **Warning:** This model is a preview release and does not yet reflect the full vision — outputs may lack realism and fine detail, and in some cases it may be inferior to Chroma1‑HD. Future releases will use different fine‑tune settings to improve quality.
|
|
|
|
| 13 |
|
| 14 |
# Overview
|
| 15 |
|
| 16 |
+
**SPARK.Chroma** is a fine-tuned model designed for generating realistic images. Based on the **Chroma1-HD** model with 8.9B parameters and **Apache 2.0** license.
|
| 17 |
|
| 18 |
> [!WARNING]
|
| 19 |
> **Warning:** This model is a preview release and does not yet reflect the full vision — outputs may lack realism and fine detail, and in some cases it may be inferior to Chroma1‑HD. Future releases will use different fine‑tune settings to improve quality.
|