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]>
2.9 KiB
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. | |||||
| 13 | director | Director (Qwen3.5-4B uncensored) | weights | qwen3.5-4b-gguf/hauhaucs-uncensored-q4km/Qwen3.5-4B-Uncensored-HauhauCS-Aggressive-Q4_K_M.gguf | 2.5 | services/comfyui/download_director.sh |
| 14 | image | Ideogram-4 (design / logo / text) | comfy | diffusion_models/ideogram4_fp8_scaled.safetensors | 9.0 | services/comfyui/download_ideogram4.sh |
| 15 | image | Z-Image (uncensored / fast) | comfy | diffusion_models/z-image-turbo-fp8-e4m3fn.safetensors | 6.15 | services/comfyui/download_zimage.sh |
| 16 | image | Krea 2 Turbo (aesthetic) | comfy | diffusion_models/krea2_turbo_fp8_scaled.safetensors | 13.14 | services/comfyui/download_krea.sh |
| 17 | image | Chroma1-HD (uncensored) | comfy | diffusion_models/Chroma1-HD-fp8mixed.safetensors | 9.0 | services/comfyui/download_chroma.sh |
| 18 | image | HiDream-O1 (top quality) | comfy | diffusion_models/HiDream-O1-Image-Dev-2604-FP8/model.safetensors | 8.8 | services/comfyui/download_hidream_o1.sh |
| 19 | video | LTX-2.3 (video + audio) | comfy | unet/ltx2.3/distilled-1.1/ltx-2.3-22b-distilled-1.1-Q8_0.gguf | 22.8 | services/comfyui/download_video_models.sh |
| 20 | video | Sulphur (uncensored video) | comfy | unet/sulphur-2/sulphur_dev-Q8_0.gguf | 22.8 | services/comfyui/download_video_models.sh |
| 21 | video | 10Eros (uncensored video) | comfy | unet/10eros/10Eros_v1-Q8_0.gguf | 22.8 | services/comfyui/download_video_models.sh |
| 22 | video | Wan2.2 (uncensored video) | comfy | unet/wan-rapid/Mega-v10/wan2.2-rapid-mega-aio-nsfw-v10-Q8_0.gguf | 18.65 | services/comfyui/download_wan.sh |
| 23 | audio | ACE-Step (music) | comfy | checkpoints/ace-step-1.5/all_in_one/ace_step_v1_3.5b.safetensors | 7.7 | services/comfyui/download_ace_step.sh |
| 24 | audio | Stable Audio (SFX) | comfy | checkpoints/stable-audio-open-1.0.safetensors | 4.85 | services/comfyui/download_stable_audio.sh |
| 25 | audio | Kokoro (narration) | comfy | tts/kokoro/kokoro-v1.0.onnx | 0.3 | services/comfyui/download_kokoro.sh |