From db030a70ef8f8e20088dedaafea8b05d27d38349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 22 Nov 2025 19:21:33 +0100 Subject: [PATCH] fix: reorder widgets_values without add_noise, use randomize MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Try: [seed, control, steps, cfg, sampler, scheduler, start, end, return_noise] 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../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 ff780fe..83d631f 100644 --- a/models/comfyui/workflows/advanced/animatediff-video-production-v1.json +++ b/models/comfyui/workflows/advanced/animatediff-video-production-v1.json @@ -128,7 +128,7 @@ "order": 7, "mode": 0, "properties": {"Node name for S&R": "KSamplerAdvanced"}, - "widgets_values": ["enable", 42, 20, 8.0, "euler", "normal", 0, 10000, "disable"], + "widgets_values": [42, "randomize", 20, 8.0, "euler", "normal", 0, 10000, "disable"], "title": "AnimateDiff Sampler", "inputs": [ {"name": "model", "type": "MODEL", "link": 7},