fix: add type field and missing models to comfyui_models.yaml
- Add 'type' field to all model entries (diffusers, clip_vision, checkpoints, etc.) - Add animatediff_models category with guoyww/animatediff repo - Add ipadapter_models category with h94/IP-Adapter repo - Map models to correct ComfyUI subdirectories This fixes model linking issues where models weren't appearing in ComfyUI. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -32,6 +32,7 @@ model_categories:
|
||||
size_gb: 23
|
||||
essential: true
|
||||
category: image
|
||||
type: diffusers
|
||||
format: fp16
|
||||
vram_gb: 23
|
||||
notes: Industry-leading image generation quality
|
||||
@@ -41,6 +42,7 @@ model_categories:
|
||||
size_gb: 23
|
||||
essential: false
|
||||
category: image
|
||||
type: diffusers
|
||||
format: fp16
|
||||
vram_gb: 23
|
||||
notes: Development version with enhanced features
|
||||
@@ -50,6 +52,7 @@ model_categories:
|
||||
size_gb: 7
|
||||
essential: true
|
||||
category: image
|
||||
type: diffusers
|
||||
format: fp16
|
||||
vram_gb: 12
|
||||
notes: Most widely used Stable Diffusion model
|
||||
@@ -59,6 +62,7 @@ model_categories:
|
||||
size_gb: 6
|
||||
essential: false
|
||||
category: image
|
||||
type: diffusers
|
||||
format: fp16
|
||||
vram_gb: 12
|
||||
notes: Use after SDXL base for improved details
|
||||
@@ -68,6 +72,7 @@ model_categories:
|
||||
size_gb: 18
|
||||
essential: false
|
||||
category: image
|
||||
type: diffusers
|
||||
format: fp16
|
||||
vram_gb: 20
|
||||
notes: Newest generation Stable Diffusion
|
||||
@@ -81,6 +86,7 @@ model_categories:
|
||||
size_gb: 20
|
||||
essential: true
|
||||
category: video
|
||||
type: diffusion_models
|
||||
format: fp16
|
||||
vram_gb: 20
|
||||
frames: 49
|
||||
@@ -92,6 +98,7 @@ model_categories:
|
||||
size_gb: 8
|
||||
essential: true
|
||||
category: video
|
||||
type: diffusion_models
|
||||
format: fp16
|
||||
vram_gb: 20
|
||||
frames: 14
|
||||
@@ -103,6 +110,7 @@ model_categories:
|
||||
size_gb: 8
|
||||
essential: false
|
||||
category: video
|
||||
type: diffusion_models
|
||||
format: fp16
|
||||
vram_gb: 20
|
||||
frames: 25
|
||||
@@ -118,6 +126,7 @@ model_categories:
|
||||
size_gb: 3
|
||||
essential: false
|
||||
category: audio
|
||||
type: checkpoints
|
||||
format: fp32
|
||||
vram_gb: 4
|
||||
duration_seconds: 30
|
||||
@@ -128,6 +137,7 @@ model_categories:
|
||||
size_gb: 11
|
||||
essential: true
|
||||
category: audio
|
||||
type: checkpoints
|
||||
format: fp32
|
||||
vram_gb: 8
|
||||
duration_seconds: 30
|
||||
@@ -138,6 +148,7 @@ model_categories:
|
||||
size_gb: 22
|
||||
essential: false
|
||||
category: audio
|
||||
type: checkpoints
|
||||
format: fp32
|
||||
vram_gb: 16
|
||||
duration_seconds: 30
|
||||
@@ -152,6 +163,7 @@ model_categories:
|
||||
size_gb: 2
|
||||
essential: true
|
||||
category: support
|
||||
type: clip_vision
|
||||
format: fp32
|
||||
vram_gb: 2
|
||||
notes: Text-image understanding model
|
||||
@@ -161,6 +173,7 @@ model_categories:
|
||||
size_gb: 7
|
||||
essential: true
|
||||
category: support
|
||||
type: clip_vision
|
||||
format: fp32
|
||||
vram_gb: 4
|
||||
notes: Larger CLIP model for SDXL
|
||||
@@ -170,10 +183,40 @@ model_categories:
|
||||
size_gb: 2
|
||||
essential: true
|
||||
category: support
|
||||
type: clip_vision
|
||||
format: fp32
|
||||
vram_gb: 2
|
||||
notes: Advanced image-text alignment
|
||||
|
||||
# ==========================================================================
|
||||
# ANIMATEDIFF MODELS
|
||||
# ==========================================================================
|
||||
animatediff_models:
|
||||
- repo_id: guoyww/animatediff
|
||||
description: AnimateDiff Motion Modules
|
||||
size_gb: 2
|
||||
essential: true
|
||||
category: animatediff
|
||||
type: animatediff_models
|
||||
filename: mm_sd_v15
|
||||
format: safetensors
|
||||
vram_gb: 4
|
||||
notes: Motion modules for AnimateDiff text-to-video
|
||||
|
||||
# ==========================================================================
|
||||
# IP-ADAPTER MODELS
|
||||
# ==========================================================================
|
||||
ipadapter_models:
|
||||
- repo_id: h94/IP-Adapter
|
||||
description: IP-Adapter Models - Style & Composition
|
||||
size_gb: 5
|
||||
essential: true
|
||||
category: ipadapter
|
||||
type: ipadapter
|
||||
format: safetensors
|
||||
vram_gb: 4
|
||||
notes: Image prompt adapters for style transfer
|
||||
|
||||
# ============================================================================
|
||||
# STORAGE & VRAM SUMMARIES
|
||||
# ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user