From 7ebda1ae44a8a0cf6910edae37781f4d5411cf0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 22 Nov 2025 17:00:33 +0100 Subject: [PATCH] fix: change audio models type from checkpoints to audio_models Audio model files (MusicGen) should not be mixed with image generation checkpoints. Changed type from 'checkpoints' to 'audio_models' to ensure they are linked to the correct ComfyUI directory. --- comfyui_models.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/comfyui_models.yaml b/comfyui_models.yaml index 7045e26..72c39dd 100644 --- a/comfyui_models.yaml +++ b/comfyui_models.yaml @@ -126,7 +126,7 @@ model_categories: size_gb: 3 essential: false category: audio - type: checkpoints + type: audio_models format: fp32 vram_gb: 4 duration_seconds: 30 @@ -137,7 +137,7 @@ model_categories: size_gb: 11 essential: true category: audio - type: checkpoints + type: audio_models format: fp32 vram_gb: 8 duration_seconds: 30 @@ -148,7 +148,7 @@ model_categories: size_gb: 22 essential: false category: audio - type: checkpoints + type: audio_models format: fp32 vram_gb: 16 duration_seconds: 30