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.
This commit is contained in:
@@ -126,7 +126,7 @@ model_categories:
|
|||||||
size_gb: 3
|
size_gb: 3
|
||||||
essential: false
|
essential: false
|
||||||
category: audio
|
category: audio
|
||||||
type: checkpoints
|
type: audio_models
|
||||||
format: fp32
|
format: fp32
|
||||||
vram_gb: 4
|
vram_gb: 4
|
||||||
duration_seconds: 30
|
duration_seconds: 30
|
||||||
@@ -137,7 +137,7 @@ model_categories:
|
|||||||
size_gb: 11
|
size_gb: 11
|
||||||
essential: true
|
essential: true
|
||||||
category: audio
|
category: audio
|
||||||
type: checkpoints
|
type: audio_models
|
||||||
format: fp32
|
format: fp32
|
||||||
vram_gb: 8
|
vram_gb: 8
|
||||||
duration_seconds: 30
|
duration_seconds: 30
|
||||||
@@ -148,7 +148,7 @@ model_categories:
|
|||||||
size_gb: 22
|
size_gb: 22
|
||||||
essential: false
|
essential: false
|
||||||
category: audio
|
category: audio
|
||||||
type: checkpoints
|
type: audio_models
|
||||||
format: fp32
|
format: fp32
|
||||||
vram_gb: 16
|
vram_gb: 16
|
||||||
duration_seconds: 30
|
duration_seconds: 30
|
||||||
|
|||||||
Reference in New Issue
Block a user