From 0b024f0886baa8e9d2c4eb70999672cb7105f34e Mon Sep 17 00:00:00 2001 From: Tai An Date: Sun, 3 May 2026 00:06:31 -0700 Subject: [PATCH] chore(model gallery): add chroma1-hd diffusers model (#9646) Resolves https://github.com/mudler/LocalAI/issues/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 --- gallery/index.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gallery/index.yaml b/gallery/index.yaml index fcdb64cc7..847870c86 100644 --- a/gallery/index.yaml +++ b/gallery/index.yaml @@ -1,4 +1,28 @@ --- +- name: "chroma1-hd" + url: "github:mudler/LocalAI/gallery/virtual.yaml@master" + license: apache-2.0 + tags: + - chroma + - text-to-image + - image-generation + - diffusers + urls: + - https://huggingface.co/lodestones/Chroma1-HD + description: | + 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. + overrides: + cfg_scale: 3.0 + parameters: + model: lodestones/Chroma1-HD + backend: diffusers + known_usecases: + - FLAG_IMAGE + diffusers: + pipeline_type: ChromaPipeline + step: 40 + options: + - torch_dtype:bf16 - name: "nemotron-3-nano-omni-30b-a3b-reasoning-apex" url: "github:mudler/LocalAI/gallery/virtual.yaml@master" urls: