From e84579a22f6325ff1b086b242aee0331419e7ed5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 22 Nov 2025 15:50:06 +0100 Subject: [PATCH] fix: add missing VHS_VideoCombine widget values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add pingpong and save_output boolean parameters - Add video/h264-mp4 format options: pix_fmt, crf, save_metadata, trim_to_audio - Fixes "Failed to restore node: Combine Frames" error 🤖 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 fbb72a4..d4bd6f8 100644 --- a/models/comfyui/workflows/advanced/animatediff-video-production-v1.json +++ b/models/comfyui/workflows/advanced/animatediff-video-production-v1.json @@ -167,7 +167,7 @@ "order": 9, "mode": 0, "properties": {"Node name for S&R": "VHS_VideoCombine"}, - "widgets_values": [8, 0, "animatediff_output", "video/h264-mp4"], + "widgets_values": [8, 0, "animatediff_output", "video/h264-mp4", false, true, "yuv420p", 19, true, false], "title": "Combine Frames", "inputs": [ {"name": "images", "type": "IMAGE", "link": 12}