From 0386a6d0cb0ddc20cd67bb4a8c9c7984e5323e05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 22 Nov 2025 19:13:25 +0100 Subject: [PATCH] fix: remove add_noise from widgets_values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Widgets_values should not include add_noise dropdown. 🤖 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..7f15f2f 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, 20, 8.0, "euler", "normal", 0, 10000, "disable"], "title": "AnimateDiff Sampler", "inputs": [ {"name": "model", "type": "MODEL", "link": 7},