From ba47d343623c85013c254cae8486e4897469e4e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 22 Nov 2025 17:39:35 +0100 Subject: [PATCH] fix: add multi-part file mapping for MusicGen Large MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MusicGen Large is split into multiple files (pytorch_model-00001/00002-of-00002.bin) Added all 3 files to the mapping (2 parts + index.json) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- comfyui_models.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/comfyui_models.yaml b/comfyui_models.yaml index 64ddc70..d914f70 100644 --- a/comfyui_models.yaml +++ b/comfyui_models.yaml @@ -184,8 +184,12 @@ model_categories: duration_seconds: 30 notes: Best quality, slower generation files: - - source: "pytorch_model.bin" - dest: "musicgen-large-pytorch_model.bin" + - source: "pytorch_model-00001-of-00002.bin" + dest: "musicgen-large-pytorch_model-00001-of-00002.bin" + - source: "pytorch_model-00002-of-00002.bin" + dest: "musicgen-large-pytorch_model-00002-of-00002.bin" + - source: "pytorch_model.bin.index.json" + dest: "musicgen-large-pytorch_model.bin.index.json" # ========================================================================== # SUPPORT MODELS (CLIP, IP-Adapter, etc.)