Skip to content

Commit 0b024f0

Browse files
authored
chore(model gallery): add chroma1-hd diffusers model (mudler#9646)
Resolves mudler#9604 Adds Chroma1-HD (lodestones/Chroma1-HD), an 8.9B-parameter text-to-image model derived from FLUX.1-schnell, served via the upstream-diffusers ChromaPipeline. Inference defaults follow the model card recommendations: 40 steps, CFG 3.0, bfloat16. Assisted-by: claude-code:opus-4.7
1 parent a6121e2 commit 0b024f0

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

gallery/index.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
11
---
2+
- name: "chroma1-hd"
3+
url: "github:mudler/LocalAI/gallery/virtual.yaml@master"
4+
license: apache-2.0
5+
tags:
6+
- chroma
7+
- text-to-image
8+
- image-generation
9+
- diffusers
10+
urls:
11+
- https://huggingface.co/lodestones/Chroma1-HD
12+
description: |
13+
Chroma1-HD is an 8.9B-parameter text-to-image foundation model derived from FLUX.1-schnell with reduced parameter count via architectural optimizations. Designed as a base for creators, researchers, and downstream fine-tuning. Recommended inference: 40 steps, CFG 3.0, bfloat16.
14+
overrides:
15+
cfg_scale: 3.0
16+
parameters:
17+
model: lodestones/Chroma1-HD
18+
backend: diffusers
19+
known_usecases:
20+
- FLAG_IMAGE
21+
diffusers:
22+
pipeline_type: ChromaPipeline
23+
step: 40
24+
options:
25+
- torch_dtype:bf16
226
- name: "nemotron-3-nano-omni-30b-a3b-reasoning-apex"
327
url: "github:mudler/LocalAI/gallery/virtual.yaml@master"
428
urls:

0 commit comments

Comments
 (0)