2025-11-22 02:50:36 +01:00
|
|
|
# ============================================================================
|
|
|
|
|
# ComfyUI Model Configuration
|
|
|
|
|
# ============================================================================
|
|
|
|
|
#
|
|
|
|
|
# This configuration file defines all available ComfyUI models for download.
|
|
|
|
|
# Models are organized by category: image, video, audio, and support models.
|
|
|
|
|
#
|
|
|
|
|
# Each model entry contains:
|
|
|
|
|
# - repo_id: HuggingFace repository identifier
|
|
|
|
|
# - description: Human-readable description
|
|
|
|
|
# - size_gb: Approximate size in gigabytes
|
|
|
|
|
# - essential: Whether this is an essential model (true/false)
|
|
|
|
|
# - category: Model category (image/video/audio/support)
|
|
|
|
|
#
|
|
|
|
|
# ============================================================================
|
|
|
|
|
|
|
|
|
|
# Global settings
|
|
|
|
|
settings:
|
|
|
|
|
cache_dir: /workspace/huggingface_cache
|
|
|
|
|
parallel_downloads: 1
|
|
|
|
|
retry_attempts: 3
|
|
|
|
|
timeout_seconds: 3600
|
|
|
|
|
|
|
|
|
|
# Model categories
|
|
|
|
|
model_categories:
|
|
|
|
|
# ==========================================================================
|
|
|
|
|
# IMAGE GENERATION MODELS
|
|
|
|
|
# ==========================================================================
|
|
|
|
|
image_models:
|
|
|
|
|
- repo_id: black-forest-labs/FLUX.1-schnell
|
|
|
|
|
description: FLUX.1 Schnell - Fast 4-step inference
|
|
|
|
|
size_gb: 23
|
|
|
|
|
essential: true
|
|
|
|
|
category: image
|
2025-11-22 18:00:15 +01:00
|
|
|
type: diffusion_models
|
2025-11-22 02:50:36 +01:00
|
|
|
format: fp16
|
|
|
|
|
vram_gb: 23
|
|
|
|
|
notes: Industry-leading image generation quality
|
2025-11-22 17:20:18 +01:00
|
|
|
files:
|
|
|
|
|
- source: "flux1-schnell.safetensors"
|
|
|
|
|
dest: "flux1-schnell.safetensors"
|
2025-11-22 02:50:36 +01:00
|
|
|
|
|
|
|
|
- repo_id: black-forest-labs/FLUX.1-dev
|
|
|
|
|
description: FLUX.1 Dev - Balanced quality/speed
|
|
|
|
|
size_gb: 23
|
|
|
|
|
essential: false
|
|
|
|
|
category: image
|
2025-11-22 18:00:15 +01:00
|
|
|
type: diffusion_models
|
2025-11-22 02:50:36 +01:00
|
|
|
format: fp16
|
|
|
|
|
vram_gb: 23
|
|
|
|
|
notes: Development version with enhanced features
|
2025-11-22 17:20:18 +01:00
|
|
|
files:
|
|
|
|
|
- source: "flux1-dev.safetensors"
|
|
|
|
|
dest: "flux1-dev.safetensors"
|
2025-11-22 02:50:36 +01:00
|
|
|
|
2025-11-22 18:18:41 +01:00
|
|
|
- repo_id: runwayml/stable-diffusion-v1-5
|
|
|
|
|
description: SD 1.5 - For AnimateDiff
|
|
|
|
|
size_gb: 4
|
|
|
|
|
essential: true
|
|
|
|
|
category: image
|
|
|
|
|
type: checkpoints
|
|
|
|
|
format: fp16
|
|
|
|
|
vram_gb: 8
|
|
|
|
|
notes: Stable Diffusion 1.5 required for AnimateDiff motion modules
|
|
|
|
|
files:
|
|
|
|
|
- source: "v1-5-pruned-emaonly.safetensors"
|
|
|
|
|
dest: "v1-5-pruned-emaonly.safetensors"
|
|
|
|
|
|
2025-11-22 02:50:36 +01:00
|
|
|
- repo_id: stabilityai/stable-diffusion-xl-base-1.0
|
|
|
|
|
description: SDXL Base 1.0 - Industry standard
|
|
|
|
|
size_gb: 7
|
|
|
|
|
essential: true
|
|
|
|
|
category: image
|
2025-11-22 17:34:55 +01:00
|
|
|
type: checkpoints
|
2025-11-22 02:50:36 +01:00
|
|
|
format: fp16
|
|
|
|
|
vram_gb: 12
|
|
|
|
|
notes: Most widely used Stable Diffusion model
|
2025-11-22 17:20:18 +01:00
|
|
|
files:
|
|
|
|
|
- source: "sd_xl_base_1.0.safetensors"
|
|
|
|
|
dest: "sd_xl_base_1.0.safetensors"
|
2025-11-22 02:50:36 +01:00
|
|
|
|
|
|
|
|
- repo_id: stabilityai/stable-diffusion-xl-refiner-1.0
|
|
|
|
|
description: SDXL Refiner 1.0 - Enhances base output
|
|
|
|
|
size_gb: 6
|
|
|
|
|
essential: false
|
|
|
|
|
category: image
|
2025-11-22 17:34:55 +01:00
|
|
|
type: checkpoints
|
2025-11-22 02:50:36 +01:00
|
|
|
format: fp16
|
|
|
|
|
vram_gb: 12
|
|
|
|
|
notes: Use after SDXL base for improved details
|
2025-11-22 17:20:18 +01:00
|
|
|
files:
|
|
|
|
|
- source: "sd_xl_refiner_1.0.safetensors"
|
|
|
|
|
dest: "sd_xl_refiner_1.0.safetensors"
|
2025-11-22 02:50:36 +01:00
|
|
|
|
|
|
|
|
- repo_id: stabilityai/stable-diffusion-3.5-large
|
|
|
|
|
description: SD 3.5 Large - Latest Stability AI
|
|
|
|
|
size_gb: 18
|
|
|
|
|
essential: false
|
|
|
|
|
category: image
|
2025-11-22 17:34:55 +01:00
|
|
|
type: checkpoints
|
2025-11-22 02:50:36 +01:00
|
|
|
format: fp16
|
|
|
|
|
vram_gb: 20
|
|
|
|
|
notes: Newest generation Stable Diffusion
|
2025-11-22 17:20:18 +01:00
|
|
|
files:
|
|
|
|
|
- source: "sd3.5_large.safetensors"
|
|
|
|
|
dest: "sd3.5_large.safetensors"
|
2025-11-22 02:50:36 +01:00
|
|
|
|
|
|
|
|
# ==========================================================================
|
|
|
|
|
# VIDEO GENERATION MODELS
|
|
|
|
|
# ==========================================================================
|
|
|
|
|
video_models:
|
|
|
|
|
- repo_id: THUDM/CogVideoX-5b
|
|
|
|
|
description: CogVideoX-5B - Professional text-to-video
|
|
|
|
|
size_gb: 20
|
|
|
|
|
essential: true
|
|
|
|
|
category: video
|
2025-11-22 18:00:15 +01:00
|
|
|
type: diffusion_models
|
2025-11-22 02:50:36 +01:00
|
|
|
format: fp16
|
|
|
|
|
vram_gb: 20
|
|
|
|
|
frames: 49
|
|
|
|
|
resolution: 720p
|
|
|
|
|
notes: State-of-the-art text-to-video generation
|
2025-11-22 17:20:18 +01:00
|
|
|
files:
|
|
|
|
|
- source: "transformer/diffusion_pytorch_model.safetensors"
|
|
|
|
|
dest: "cogvideox-5b-transformer.safetensors"
|
2025-11-22 02:50:36 +01:00
|
|
|
|
|
|
|
|
- repo_id: stabilityai/stable-video-diffusion-img2vid
|
|
|
|
|
description: SVD - 14 frame image-to-video
|
|
|
|
|
size_gb: 8
|
|
|
|
|
essential: true
|
|
|
|
|
category: video
|
2025-11-22 17:34:55 +01:00
|
|
|
type: checkpoints
|
2025-11-22 02:50:36 +01:00
|
|
|
format: fp16
|
|
|
|
|
vram_gb: 20
|
|
|
|
|
frames: 14
|
|
|
|
|
resolution: 576x1024
|
|
|
|
|
notes: Convert images to short video clips
|
2025-11-22 17:20:18 +01:00
|
|
|
files:
|
|
|
|
|
- source: "svd.safetensors"
|
|
|
|
|
dest: "svd.safetensors"
|
2025-11-22 02:50:36 +01:00
|
|
|
|
|
|
|
|
- repo_id: stabilityai/stable-video-diffusion-img2vid-xt
|
|
|
|
|
description: SVD-XT - 25 frame image-to-video
|
|
|
|
|
size_gb: 8
|
|
|
|
|
essential: false
|
|
|
|
|
category: video
|
2025-11-22 17:34:55 +01:00
|
|
|
type: checkpoints
|
2025-11-22 02:50:36 +01:00
|
|
|
format: fp16
|
|
|
|
|
vram_gb: 20
|
|
|
|
|
frames: 25
|
|
|
|
|
resolution: 576x1024
|
|
|
|
|
notes: Extended frame count version
|
2025-11-22 17:20:18 +01:00
|
|
|
files:
|
|
|
|
|
- source: "svd_xt.safetensors"
|
|
|
|
|
dest: "svd_xt.safetensors"
|
2025-11-22 02:50:36 +01:00
|
|
|
|
|
|
|
|
# ==========================================================================
|
|
|
|
|
# AUDIO GENERATION MODELS
|
|
|
|
|
# ==========================================================================
|
|
|
|
|
audio_models:
|
|
|
|
|
- repo_id: facebook/musicgen-small
|
|
|
|
|
description: MusicGen Small - Fast generation
|
|
|
|
|
size_gb: 3
|
|
|
|
|
essential: false
|
|
|
|
|
category: audio
|
2025-11-22 18:00:15 +01:00
|
|
|
type: musicgen
|
2025-11-22 02:50:36 +01:00
|
|
|
format: fp32
|
|
|
|
|
vram_gb: 4
|
|
|
|
|
duration_seconds: 30
|
2025-11-22 18:00:15 +01:00
|
|
|
notes: Fastest music generation, lower quality
|
2025-11-22 17:20:18 +01:00
|
|
|
files:
|
|
|
|
|
- source: "pytorch_model.bin"
|
|
|
|
|
dest: "musicgen-small-pytorch_model.bin"
|
2025-11-22 02:50:36 +01:00
|
|
|
|
|
|
|
|
- repo_id: facebook/musicgen-medium
|
|
|
|
|
description: MusicGen Medium - Balanced quality
|
|
|
|
|
size_gb: 11
|
|
|
|
|
essential: true
|
|
|
|
|
category: audio
|
2025-11-22 18:00:15 +01:00
|
|
|
type: musicgen
|
2025-11-22 02:50:36 +01:00
|
|
|
format: fp32
|
|
|
|
|
vram_gb: 8
|
|
|
|
|
duration_seconds: 30
|
2025-11-22 18:00:15 +01:00
|
|
|
notes: Best balance of speed and quality
|
2025-11-22 17:20:18 +01:00
|
|
|
files:
|
|
|
|
|
- source: "pytorch_model.bin"
|
|
|
|
|
dest: "musicgen-medium-pytorch_model.bin"
|
2025-11-22 02:50:36 +01:00
|
|
|
|
|
|
|
|
- repo_id: facebook/musicgen-large
|
|
|
|
|
description: MusicGen Large - Highest quality
|
|
|
|
|
size_gb: 22
|
|
|
|
|
essential: false
|
|
|
|
|
category: audio
|
2025-11-22 18:00:15 +01:00
|
|
|
type: musicgen
|
2025-11-22 02:50:36 +01:00
|
|
|
format: fp32
|
|
|
|
|
vram_gb: 16
|
|
|
|
|
duration_seconds: 30
|
2025-11-22 18:00:15 +01:00
|
|
|
notes: Best quality, slower generation
|
2025-11-22 17:20:18 +01:00
|
|
|
files:
|
2025-11-22 17:39:35 +01:00
|
|
|
- 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"
|
2025-11-22 02:50:36 +01:00
|
|
|
|
|
|
|
|
# ==========================================================================
|
|
|
|
|
# SUPPORT MODELS (CLIP, IP-Adapter, etc.)
|
|
|
|
|
# ==========================================================================
|
|
|
|
|
support_models:
|
2025-11-23 02:18:49 +01:00
|
|
|
- repo_id: openai/clip-vit-large-patch14
|
2025-11-22 02:50:36 +01:00
|
|
|
description: CLIP H - For SD 1.5 IP-Adapter
|
|
|
|
|
size_gb: 2
|
|
|
|
|
essential: true
|
|
|
|
|
category: support
|
2025-11-22 15:56:59 +01:00
|
|
|
type: clip_vision
|
2025-11-22 02:50:36 +01:00
|
|
|
format: fp32
|
|
|
|
|
vram_gb: 2
|
2025-11-23 02:18:49 +01:00
|
|
|
notes: Text-image understanding model for IP-Adapter
|
2025-11-22 17:20:18 +01:00
|
|
|
files:
|
2025-11-23 02:18:49 +01:00
|
|
|
- source: "model.safetensors"
|
2025-11-23 01:13:06 +01:00
|
|
|
dest: "CLIP-ViT-H-14-laion2B-s32B-b79K.safetensors"
|
2025-11-22 02:50:36 +01:00
|
|
|
|
2025-11-23 02:18:49 +01:00
|
|
|
- repo_id: laion/CLIP-ViT-bigG-14-laion2B-39B-b160k
|
2025-11-22 02:50:36 +01:00
|
|
|
description: CLIP G - For SDXL IP-Adapter
|
|
|
|
|
size_gb: 7
|
|
|
|
|
essential: true
|
|
|
|
|
category: support
|
2025-11-22 15:56:59 +01:00
|
|
|
type: clip_vision
|
2025-11-22 02:50:36 +01:00
|
|
|
format: fp32
|
|
|
|
|
vram_gb: 4
|
2025-11-23 02:18:49 +01:00
|
|
|
notes: Larger CLIP model for SDXL IP-Adapter
|
2025-11-22 17:20:18 +01:00
|
|
|
files:
|
2025-11-23 02:18:49 +01:00
|
|
|
- source: "open_clip_model.safetensors"
|
2025-11-23 01:13:06 +01:00
|
|
|
dest: "CLIP-ViT-bigG-14-laion2B-39B-b160k.safetensors"
|
2025-11-22 02:50:36 +01:00
|
|
|
|
|
|
|
|
- repo_id: google/siglip-so400m-patch14-384
|
|
|
|
|
description: SigLIP - For FLUX models
|
|
|
|
|
size_gb: 2
|
|
|
|
|
essential: true
|
|
|
|
|
category: support
|
2025-11-22 15:56:59 +01:00
|
|
|
type: clip_vision
|
2025-11-22 02:50:36 +01:00
|
|
|
format: fp32
|
|
|
|
|
vram_gb: 2
|
|
|
|
|
notes: Advanced image-text alignment
|
2025-11-22 17:20:18 +01:00
|
|
|
files:
|
|
|
|
|
- source: "model.safetensors"
|
|
|
|
|
dest: "siglip-so400m-patch14-384.safetensors"
|
2025-11-22 02:50:36 +01:00
|
|
|
|
2025-11-22 15:56:59 +01:00
|
|
|
# ==========================================================================
|
|
|
|
|
# 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
|
2025-11-22 17:20:18 +01:00
|
|
|
files:
|
|
|
|
|
- source: "mm_sd_v15_v2.ckpt"
|
|
|
|
|
dest: "mm_sd_v15_v2.ckpt"
|
2025-11-22 15:56:59 +01:00
|
|
|
|
2025-11-22 20:14:12 +01:00
|
|
|
# ==========================================================================
|
|
|
|
|
# CONTROLNET MODELS
|
|
|
|
|
# ==========================================================================
|
|
|
|
|
controlnet_models:
|
|
|
|
|
- repo_id: lllyasviel/control_v11p_sd15_canny
|
|
|
|
|
description: ControlNet Canny - Edge detection control for SD 1.5
|
|
|
|
|
size_gb: 1.5
|
|
|
|
|
essential: false
|
|
|
|
|
category: controlnet
|
|
|
|
|
type: controlnet
|
|
|
|
|
format: safetensors
|
|
|
|
|
vram_gb: 2
|
|
|
|
|
notes: Precise edge-based composition control
|
|
|
|
|
files:
|
|
|
|
|
- source: "diffusion_pytorch_model.safetensors"
|
|
|
|
|
dest: "control_v11p_sd15_canny.safetensors"
|
|
|
|
|
|
|
|
|
|
- repo_id: lllyasviel/control_v11f1p_sd15_depth
|
|
|
|
|
description: ControlNet Depth - Depth map control for SD 1.5
|
|
|
|
|
size_gb: 1.5
|
|
|
|
|
essential: false
|
|
|
|
|
category: controlnet
|
|
|
|
|
type: controlnet
|
|
|
|
|
format: safetensors
|
|
|
|
|
vram_gb: 2
|
|
|
|
|
notes: Depth-based spatial control
|
|
|
|
|
files:
|
|
|
|
|
- source: "diffusion_pytorch_model.safetensors"
|
|
|
|
|
dest: "control_v11p_sd15_depth.safetensors"
|
|
|
|
|
|
|
|
|
|
- repo_id: diffusers/controlnet-canny-sdxl-1.0
|
|
|
|
|
description: ControlNet Canny SDXL - Edge detection for SDXL
|
|
|
|
|
size_gb: 2.5
|
|
|
|
|
essential: false
|
|
|
|
|
category: controlnet
|
|
|
|
|
type: controlnet
|
|
|
|
|
format: safetensors
|
|
|
|
|
vram_gb: 3
|
|
|
|
|
notes: Canny edge control for SDXL models
|
|
|
|
|
files:
|
|
|
|
|
- source: "diffusion_pytorch_model.safetensors"
|
|
|
|
|
dest: "controlnet-canny-sdxl-1.0.safetensors"
|
|
|
|
|
|
|
|
|
|
- repo_id: diffusers/controlnet-depth-sdxl-1.0
|
|
|
|
|
description: ControlNet Depth SDXL - Depth map for SDXL
|
|
|
|
|
size_gb: 2.5
|
|
|
|
|
essential: false
|
|
|
|
|
category: controlnet
|
|
|
|
|
type: controlnet
|
|
|
|
|
format: safetensors
|
|
|
|
|
vram_gb: 3
|
|
|
|
|
notes: Depth control for SDXL models
|
|
|
|
|
files:
|
|
|
|
|
- source: "diffusion_pytorch_model.safetensors"
|
|
|
|
|
dest: "controlnet-depth-sdxl-1.0.safetensors"
|
|
|
|
|
|
2025-11-22 15:56:59 +01:00
|
|
|
# ==========================================================================
|
|
|
|
|
# IP-ADAPTER MODELS
|
|
|
|
|
# ==========================================================================
|
|
|
|
|
ipadapter_models:
|
|
|
|
|
- repo_id: h94/IP-Adapter
|
2025-11-23 00:33:37 +01:00
|
|
|
description: IP-Adapter SDXL Base - Style & Composition
|
|
|
|
|
size_gb: 1.3
|
2025-11-22 15:56:59 +01:00
|
|
|
essential: true
|
|
|
|
|
category: ipadapter
|
|
|
|
|
type: ipadapter
|
|
|
|
|
format: safetensors
|
|
|
|
|
vram_gb: 4
|
2025-11-23 00:33:37 +01:00
|
|
|
notes: Basic IP-Adapter for SDXL
|
2025-11-22 17:20:18 +01:00
|
|
|
files:
|
|
|
|
|
- source: "sdxl_models/ip-adapter_sdxl.safetensors"
|
|
|
|
|
dest: "ip-adapter_sdxl.safetensors"
|
2025-11-22 15:56:59 +01:00
|
|
|
|
2025-11-23 02:24:29 +01:00
|
|
|
- repo_id: h94/IP-Adapter
|
|
|
|
|
description: IP-Adapter SDXL VIT-H - For CLIP-ViT-H
|
|
|
|
|
size_gb: 0.9
|
|
|
|
|
essential: true
|
|
|
|
|
category: ipadapter
|
|
|
|
|
type: ipadapter
|
|
|
|
|
format: safetensors
|
|
|
|
|
vram_gb: 4
|
|
|
|
|
notes: IP-Adapter for SDXL with VIT-H CLIP vision model
|
|
|
|
|
files:
|
|
|
|
|
- source: "sdxl_models/ip-adapter_sdxl_vit-h.safetensors"
|
|
|
|
|
dest: "ip-adapter_sdxl_vit-h.safetensors"
|
|
|
|
|
|
2025-11-23 00:33:37 +01:00
|
|
|
- repo_id: h94/IP-Adapter
|
|
|
|
|
description: IP-Adapter SDXL Plus - High Strength Composition
|
|
|
|
|
size_gb: 0.9
|
|
|
|
|
essential: false
|
|
|
|
|
category: ipadapter
|
|
|
|
|
type: ipadapter
|
|
|
|
|
format: safetensors
|
|
|
|
|
vram_gb: 4
|
|
|
|
|
notes: Enhanced composition control with higher strength
|
|
|
|
|
files:
|
|
|
|
|
- source: "sdxl_models/ip-adapter-plus_sdxl_vit-h.safetensors"
|
|
|
|
|
dest: "ip-adapter-plus_sdxl_vit-h.safetensors"
|
|
|
|
|
|
|
|
|
|
- repo_id: h94/IP-Adapter
|
|
|
|
|
description: IP-Adapter SDXL Plus Face - Face-focused generation
|
|
|
|
|
size_gb: 0.5
|
|
|
|
|
essential: false
|
|
|
|
|
category: ipadapter
|
|
|
|
|
type: ipadapter
|
|
|
|
|
format: safetensors
|
|
|
|
|
vram_gb: 4
|
|
|
|
|
notes: Specialized for face transfer and portrait generation
|
|
|
|
|
files:
|
|
|
|
|
- source: "sdxl_models/ip-adapter-plus-face_sdxl_vit-h.safetensors"
|
|
|
|
|
dest: "ip-adapter-plus-face_sdxl_vit-h.safetensors"
|
|
|
|
|
|
2025-11-22 02:50:36 +01:00
|
|
|
# ============================================================================
|
|
|
|
|
# STORAGE & VRAM SUMMARIES
|
|
|
|
|
# ============================================================================
|
|
|
|
|
|
|
|
|
|
storage_requirements:
|
|
|
|
|
essential_only:
|
|
|
|
|
image: 30 # FLUX Schnell + SDXL Base
|
|
|
|
|
video: 28 # CogVideoX + SVD
|
|
|
|
|
audio: 11 # MusicGen Medium
|
|
|
|
|
support: 11 # All 3 CLIP models
|
|
|
|
|
total: 80 # Total essential storage
|
|
|
|
|
|
|
|
|
|
all_models:
|
|
|
|
|
image: 54 # All image models
|
|
|
|
|
video: 36 # All video models
|
|
|
|
|
audio: 36 # All audio models
|
|
|
|
|
support: 11 # All support models
|
|
|
|
|
total: 137 # Total with optional models
|
|
|
|
|
|
|
|
|
|
vram_requirements:
|
|
|
|
|
# For 24GB GPU (RTX 4090)
|
|
|
|
|
simultaneous_loadable:
|
|
|
|
|
- name: Image Focus - FLUX FP16
|
|
|
|
|
models: [FLUX.1 Schnell]
|
|
|
|
|
vram_used: 23
|
|
|
|
|
remaining: 1
|
|
|
|
|
|
|
|
|
|
- name: Image Focus - FLUX FP8 + SDXL
|
|
|
|
|
models: [FLUX.1 Schnell FP8, SDXL Base]
|
|
|
|
|
vram_used: 24
|
|
|
|
|
remaining: 0
|
|
|
|
|
|
|
|
|
|
- name: Video Generation
|
|
|
|
|
models: [CogVideoX-5B optimized, SDXL]
|
|
|
|
|
vram_used: 24
|
|
|
|
|
remaining: 0
|
|
|
|
|
|
|
|
|
|
- name: Multi-Modal
|
|
|
|
|
models: [SDXL, MusicGen Medium]
|
|
|
|
|
vram_used: 20
|
|
|
|
|
remaining: 4
|
|
|
|
|
|
|
|
|
|
# ============================================================================
|
|
|
|
|
# INSTALLATION PROFILES
|
|
|
|
|
# ============================================================================
|
|
|
|
|
|
|
|
|
|
installation_profiles:
|
|
|
|
|
minimal:
|
|
|
|
|
description: Minimal setup for testing
|
|
|
|
|
categories: [support_models]
|
|
|
|
|
storage_gb: 11
|
|
|
|
|
estimated_time: 5-10 minutes
|
|
|
|
|
|
|
|
|
|
essential:
|
|
|
|
|
description: Essential models only (~80GB)
|
|
|
|
|
categories: [image_models, video_models, audio_models, support_models]
|
|
|
|
|
essential_only: true
|
|
|
|
|
storage_gb: 80
|
|
|
|
|
estimated_time: 1-2 hours
|
|
|
|
|
|
|
|
|
|
image_focused:
|
|
|
|
|
description: All image generation models
|
|
|
|
|
categories: [image_models, support_models]
|
|
|
|
|
storage_gb: 65
|
|
|
|
|
estimated_time: 45-90 minutes
|
|
|
|
|
|
|
|
|
|
video_focused:
|
|
|
|
|
description: All video generation models
|
|
|
|
|
categories: [video_models, image_models, support_models]
|
|
|
|
|
essential_only: true
|
|
|
|
|
storage_gb: 69
|
|
|
|
|
estimated_time: 1-2 hours
|
|
|
|
|
|
|
|
|
|
complete:
|
|
|
|
|
description: All models (including optional)
|
|
|
|
|
categories: [image_models, video_models, audio_models, support_models]
|
|
|
|
|
storage_gb: 137
|
|
|
|
|
estimated_time: 2-4 hours
|
|
|
|
|
|
|
|
|
|
# ============================================================================
|
|
|
|
|
# METADATA
|
|
|
|
|
# ============================================================================
|
|
|
|
|
|
|
|
|
|
metadata:
|
|
|
|
|
version: 1.0.0
|
|
|
|
|
last_updated: 2025-11-21
|
|
|
|
|
compatible_with:
|
|
|
|
|
- ComfyUI >= 0.1.0
|
|
|
|
|
- Python >= 3.10
|
|
|
|
|
- HuggingFace Hub >= 0.20.0
|
|
|
|
|
maintainer: Valknar
|
|
|
|
|
repository: https://github.com/yourusername/runpod
|