Files
club-3090/scripts/lib/studio-models.tsv
30f3d613e8 fix(studio): pull HiDream + Chroma weights in the ai-studio roster (#510) (#529)
Both lanes were fully wired (workflow + custom node + OWUI lane) but their
weights were never fetched by setup-ai-studio.sh -> download_studio_models.sh,
so selecting either returned a cryptic "ComfyUI generation error" — the log
shows FileNotFoundError: <model> is not installed (download_if_missing: false).

- HiDream: download_hidream_o1.sh existed and is correct, but the roster never
  invoked it. Wire it in.
- Chroma: had no downloader at all. Its UNET (Chroma1-HD-fp8mixed), the shared
  t5xxl_fp16 encoder, and the flux ae VAE relied on the legacy (now-unwired)
  download_models.sh already being on disk. Add download_chroma.sh (mirrors
  download_zimage.sh's split_files staging; ungated sources) and wire it in.
- studio-models.tsv: add the chroma + hidream rows so c3's missing-model check,
  gpu-mode preflight, and the download modal know about them.

Repo file paths verified against the live HF API. The downloads themselves are
not run-verified here (no 120 GB pull); the script mirrors the proven sibling
downloaders. test-studio-derig.sh green.


Claude-Session: https://claude.ai/code/session_01EfF565T9eSLaqGzidyJ1Pm

Co-authored-by: noonghunna <[email protected]>
Co-authored-by: Claude Opus 4.8 <[email protected]>
2026-06-30 07:12:02 +05:00

2.9 KiB

1# Read by: c3 (services.py STUDIO_MODELS loader) · gpu-mode.sh (preflight_studio_models) ·
2# the c3 download modal. Edit HERE only — every surface parses this file (no canary drift).
3# Columns (TAB-separated): modality<TAB>label<TAB>root<TAB>rel_path<TAB>size_gb<TAB>installer
4# modality : director | image | video | audio (director is the hard requirement; rest warn)
5# root : weights (HF weights root, MODEL_DIR) | comfy (ComfyUI models tree, COMFYUI_MODELS_DIR)
6# rel_path : the canary file under <root> whose presence == the model is installed
7# installer: repo-relative download script (`bash <installer>`) that fetches it
8# Roster note: bake-off done — Z-Image (image) + Wan2.2 (video) added as the uncensored picks.
9# in ComfyUI v0.26.0 (#14589), so the weights are now a real studio model (download_krea.sh).
10# The OWUI lane itself (workflow graph + studio_pipe entry) is wired at the on-rig validation
11# that gates the v0.26.0 pin bump — until then this row tracks the weights only.
12# See docs/ai-studio/image.md.
13directorDirector (Qwen3.5-4B uncensored)weightsqwen3.5-4b-gguf/hauhaucs-uncensored-q4km/Qwen3.5-4B-Uncensored-HauhauCS-Aggressive-Q4_K_M.gguf2.5services/comfyui/download_director.sh
14imageIdeogram-4 (design / logo / text)comfydiffusion_models/ideogram4_fp8_scaled.safetensors9.0services/comfyui/download_ideogram4.sh
15imageZ-Image (uncensored / fast)comfydiffusion_models/z-image-turbo-fp8-e4m3fn.safetensors6.15services/comfyui/download_zimage.sh
16imageKrea 2 Turbo (aesthetic)comfydiffusion_models/krea2_turbo_fp8_scaled.safetensors13.14services/comfyui/download_krea.sh
17imageChroma1-HD (uncensored)comfydiffusion_models/Chroma1-HD-fp8mixed.safetensors9.0services/comfyui/download_chroma.sh
18imageHiDream-O1 (top quality)comfydiffusion_models/HiDream-O1-Image-Dev-2604-FP8/model.safetensors8.8services/comfyui/download_hidream_o1.sh
19videoLTX-2.3 (video + audio)comfyunet/ltx2.3/distilled-1.1/ltx-2.3-22b-distilled-1.1-Q8_0.gguf22.8services/comfyui/download_video_models.sh
20videoSulphur (uncensored video)comfyunet/sulphur-2/sulphur_dev-Q8_0.gguf22.8services/comfyui/download_video_models.sh
21video10Eros (uncensored video)comfyunet/10eros/10Eros_v1-Q8_0.gguf22.8services/comfyui/download_video_models.sh
22videoWan2.2 (uncensored video)comfyunet/wan-rapid/Mega-v10/wan2.2-rapid-mega-aio-nsfw-v10-Q8_0.gguf18.65services/comfyui/download_wan.sh
23audioACE-Step (music)comfycheckpoints/ace-step-1.5/all_in_one/ace_step_v1_3.5b.safetensors7.7services/comfyui/download_ace_step.sh
24audioStable Audio (SFX)comfycheckpoints/stable-audio-open-1.0.safetensors4.85services/comfyui/download_stable_audio.sh
25audioKokoro (narration)comfytts/kokoro/kokoro-v1.0.onnx0.3services/comfyui/download_kokoro.sh