From 79b861e68717cc36ec299571e32352a74b637659 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 22 Nov 2025 16:51:59 +0100 Subject: [PATCH] fix: update AnimateDiff workflow to use correct checkpoint filename Change CheckpointLoaderSimple to use 'sd_xl_base_1.0.safetensors' instead of 'diffusers/stable-diffusion-xl-base-1.0' to match the actual checkpoint file linked in /root/ComfyUI/models/checkpoints/ --- .../workflows/advanced/animatediff-video-production-v1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/comfyui/workflows/advanced/animatediff-video-production-v1.json b/models/comfyui/workflows/advanced/animatediff-video-production-v1.json index d4bd6f8..0c3356d 100644 --- a/models/comfyui/workflows/advanced/animatediff-video-production-v1.json +++ b/models/comfyui/workflows/advanced/animatediff-video-production-v1.json @@ -11,7 +11,7 @@ "order": 0, "mode": 0, "properties": {"Node name for S&R": "CheckpointLoaderSimple"}, - "widgets_values": ["diffusers/stable-diffusion-xl-base-1.0"], + "widgets_values": ["sd_xl_base_1.0.safetensors"], "title": "SDXL Checkpoint Loader", "outputs": [ {"name": "MODEL", "type": "MODEL", "links": [1], "slot_index": 0},