fix: correct ComfyUI directory types to match actual structure
Changed type fields to use actual ComfyUI directory names: - diffusion_models → checkpoints (for FLUX, CogVideoX) - musicgen → checkpoints (with notes about custom_nodes placement) All models now properly map to real ComfyUI/models/* subdirectories. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -32,7 +32,7 @@ model_categories:
|
|||||||
size_gb: 23
|
size_gb: 23
|
||||||
essential: true
|
essential: true
|
||||||
category: image
|
category: image
|
||||||
type: diffusion_models
|
type: checkpoints
|
||||||
format: fp16
|
format: fp16
|
||||||
vram_gb: 23
|
vram_gb: 23
|
||||||
notes: Industry-leading image generation quality
|
notes: Industry-leading image generation quality
|
||||||
@@ -45,7 +45,7 @@ model_categories:
|
|||||||
size_gb: 23
|
size_gb: 23
|
||||||
essential: false
|
essential: false
|
||||||
category: image
|
category: image
|
||||||
type: diffusion_models
|
type: checkpoints
|
||||||
format: fp16
|
format: fp16
|
||||||
vram_gb: 23
|
vram_gb: 23
|
||||||
notes: Development version with enhanced features
|
notes: Development version with enhanced features
|
||||||
@@ -101,7 +101,7 @@ model_categories:
|
|||||||
size_gb: 20
|
size_gb: 20
|
||||||
essential: true
|
essential: true
|
||||||
category: video
|
category: video
|
||||||
type: diffusion_models
|
type: checkpoints
|
||||||
format: fp16
|
format: fp16
|
||||||
vram_gb: 20
|
vram_gb: 20
|
||||||
frames: 49
|
frames: 49
|
||||||
@@ -150,11 +150,11 @@ model_categories:
|
|||||||
size_gb: 3
|
size_gb: 3
|
||||||
essential: false
|
essential: false
|
||||||
category: audio
|
category: audio
|
||||||
type: musicgen
|
type: checkpoints
|
||||||
format: fp32
|
format: fp32
|
||||||
vram_gb: 4
|
vram_gb: 4
|
||||||
duration_seconds: 30
|
duration_seconds: 30
|
||||||
notes: Fastest music generation, lower quality
|
notes: Fastest music generation, lower quality - Place in custom_nodes/ComfyUI_audio folder
|
||||||
files:
|
files:
|
||||||
- source: "pytorch_model.bin"
|
- source: "pytorch_model.bin"
|
||||||
dest: "musicgen-small-pytorch_model.bin"
|
dest: "musicgen-small-pytorch_model.bin"
|
||||||
@@ -164,11 +164,11 @@ model_categories:
|
|||||||
size_gb: 11
|
size_gb: 11
|
||||||
essential: true
|
essential: true
|
||||||
category: audio
|
category: audio
|
||||||
type: musicgen
|
type: checkpoints
|
||||||
format: fp32
|
format: fp32
|
||||||
vram_gb: 8
|
vram_gb: 8
|
||||||
duration_seconds: 30
|
duration_seconds: 30
|
||||||
notes: Best balance of speed and quality
|
notes: Best balance of speed and quality - Place in custom_nodes/ComfyUI_audio folder
|
||||||
files:
|
files:
|
||||||
- source: "pytorch_model.bin"
|
- source: "pytorch_model.bin"
|
||||||
dest: "musicgen-medium-pytorch_model.bin"
|
dest: "musicgen-medium-pytorch_model.bin"
|
||||||
@@ -178,11 +178,11 @@ model_categories:
|
|||||||
size_gb: 22
|
size_gb: 22
|
||||||
essential: false
|
essential: false
|
||||||
category: audio
|
category: audio
|
||||||
type: musicgen
|
type: checkpoints
|
||||||
format: fp32
|
format: fp32
|
||||||
vram_gb: 16
|
vram_gb: 16
|
||||||
duration_seconds: 30
|
duration_seconds: 30
|
||||||
notes: Best quality, slower generation
|
notes: Best quality, slower generation - Place in custom_nodes/ComfyUI_audio folder
|
||||||
files:
|
files:
|
||||||
- source: "pytorch_model-00001-of-00002.bin"
|
- source: "pytorch_model-00001-of-00002.bin"
|
||||||
dest: "musicgen-large-pytorch_model-00001-of-00002.bin"
|
dest: "musicgen-large-pytorch_model-00001-of-00002.bin"
|
||||||
|
|||||||
Reference in New Issue
Block a user