v0.26.0 (comfyanonymous/ComfyUI #14589) adds native LOCAL Krea2 support — the earlier "cloud-only, dropped" verdict was pin-specific (cb9f6394 predated it; only the cloud Krea2ImageNode existed → local load failed "Could not detect model type"). - entrypoint.sh: COMFYUI_REF default cb9f6394 -> f6c162dd (v0.26.0); reword the pin comment (Krea2 + Qwen3-VL text-gen; re-validate ALL lanes on bump). - docker-compose.yml: pin comment v0.26.0 + Krea2. - download_krea.sh (new): fetches the 3 Comfy-Org/Krea-2 assets (turbo fp8 DiT + Qwen3-VL-4B encoder + Qwen-Image VAE) into the ComfyUI models tree. - download_studio_models.sh + studio-models.tsv: add Krea as an image-lane model (roster <-> manifest kept mirrored). NOT yet merge-ready: the v0.26.0 pin is a load-bearing bump — the custom HiDream-O1 node, ComfyUI-GGUF, and DisTorch multi-GPU all ride it. On-rig re-validation of every studio lane (Krea renders + the existing 9 still work) is the merge gate. The OWUI lane graph (krea2.json workflow + studio_pipe entry) is authored at that validation step (the Krea sampler / Qwen3-VL encode graph differs from Z-Image — not clonable blind). Co-Authored-By: Claude Opus 4.8 <[email protected]> Claude-Session: https://claude.ai/code/session_01EfF565T9eSLaqGzidyJ1Pm
2.6 KiB
2.6 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 | 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 |
| 18 | video | Sulphur (uncensored video) | comfy | unet/sulphur-2/sulphur_dev-Q8_0.gguf | 22.8 | services/comfyui/download_video_models.sh |
| 19 | video | 10Eros (uncensored video) | comfy | unet/10eros/10Eros_v1-Q8_0.gguf | 22.8 | services/comfyui/download_video_models.sh |
| 20 | 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 |
| 21 | 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 |
| 22 | audio | Stable Audio (SFX) | comfy | checkpoints/stable-audio-open-1.0.safetensors | 4.85 | services/comfyui/download_stable_audio.sh |
| 23 | audio | Kokoro (narration) | comfy | tts/kokoro/kokoro-v1.0.onnx | 0.3 | services/comfyui/download_kokoro.sh |