From 9d91ec3236c70d21c0b346227a97f0ec46ebeede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 22 Nov 2025 18:18:41 +0100 Subject: [PATCH] feat: add SD 1.5 model and update AnimateDiff workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changes: - Added Stable Diffusion v1.5 model to comfyui_models.yaml - Required for AnimateDiff motion modules (mm_sd_v15_v2.ckpt) - Size: 4GB, VRAM: 8GB - Updated AnimateDiff workflow to use SD 1.5 instead of SDXL - Changed checkpoint from sd_xl_base_1.0.safetensors to v1-5-pruned-emaonly.safetensors - Updated VRAM requirement from 18GB to 12GB - Updated model requirements in metadata AnimateDiff v15 motion modules are not compatible with SDXL. This resolves: "Motion module 'mm_sd_v15_v2.ckpt' is intended for SD1.5 models" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- comfyui_models.yaml | 13 +++++++++++++ .../advanced/animatediff-video-production-v1.json | 10 +++++----- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/comfyui_models.yaml b/comfyui_models.yaml index d914f70..d1baae2 100644 --- a/comfyui_models.yaml +++ b/comfyui_models.yaml @@ -53,6 +53,19 @@ model_categories: - source: "flux1-dev.safetensors" dest: "flux1-dev.safetensors" + - 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" + - repo_id: stabilityai/stable-diffusion-xl-base-1.0 description: SDXL Base 1.0 - Industry standard size_gb: 7 diff --git a/models/comfyui/workflows/advanced/animatediff-video-production-v1.json b/models/comfyui/workflows/advanced/animatediff-video-production-v1.json index 678cb91..276b15b 100644 --- a/models/comfyui/workflows/advanced/animatediff-video-production-v1.json +++ b/models/comfyui/workflows/advanced/animatediff-video-production-v1.json @@ -11,8 +11,8 @@ "order": 0, "mode": 0, "properties": {"Node name for S&R": "CheckpointLoaderSimple"}, - "widgets_values": ["sd_xl_base_1.0.safetensors"], - "title": "SDXL Checkpoint Loader", + "widgets_values": ["v1-5-pruned-emaonly.safetensors"], + "title": "SD 1.5 Checkpoint Loader", "outputs": [ {"name": "MODEL", "type": "MODEL", "links": [1], "slot_index": 0}, {"name": "CLIP", "type": "CLIP", "links": [2, 3], "slot_index": 1}, @@ -203,14 +203,14 @@ ], "requirements": { "models": [ - "stable-diffusion-xl-base-1.0", - "animatediff-motion-module" + "stable-diffusion-v1-5", + "animatediff-motion-module-v15" ], "custom_nodes": [ "ComfyUI-AnimateDiff-Evolved", "ComfyUI-VideoHelperSuite" ], - "vram_min": "18GB" + "vram_min": "12GB" }, "parameters": { "prompt": {