From d7bae9cde518793171e448984ffc3dc31339be76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 23 Nov 2025 10:11:52 +0100 Subject: [PATCH] fix: correct VHS_VideoCombine parameters for SVD workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove format-specific parameters from widgets_values array. Only base parameters should be in widgets_values: - frame_rate, loop_count, filename_prefix, format, pingpong, save_output Format-specific params (pix_fmt, crf) are added dynamically by ComfyUI. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- comfyui/workflows/image-to-video/svd-i2v-production-v1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfyui/workflows/image-to-video/svd-i2v-production-v1.json b/comfyui/workflows/image-to-video/svd-i2v-production-v1.json index c276f83..12bdfa3 100644 --- a/comfyui/workflows/image-to-video/svd-i2v-production-v1.json +++ b/comfyui/workflows/image-to-video/svd-i2v-production-v1.json @@ -226,7 +226,7 @@ "type": "VHS_VideoCombine", "pos": [1400, 100], "size": [315, 200], - "widgets_values": [6, 0, "svd_output", "video/h264-mp4", "yuv420p", 19, true, false], + "widgets_values": [6, 0, "svd_output", "video/h264-mp4", false, true], "title": "Combine Video Frames", "flags": {}, "order": 6,