From 5cd9237d828292039a3b13bead21eb62501e42a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 23 Nov 2025 09:09:35 +0100 Subject: [PATCH] fix: add h264-mp4 format parameters to VHS_VideoCombine - Add required format-specific parameters: pix_fmt, crf, save_metadata, trim_to_audio - Values: [8, 0, 'cogvideox_output', 'video/h264-mp4', 'yuv420p', 19, true, false] - Fixes red node error in ComfyUI UI --- .../workflows/image-to-video/cogvideox-i2v-production-v1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfyui/workflows/image-to-video/cogvideox-i2v-production-v1.json b/comfyui/workflows/image-to-video/cogvideox-i2v-production-v1.json index 771f1f7..6ca5745 100644 --- a/comfyui/workflows/image-to-video/cogvideox-i2v-production-v1.json +++ b/comfyui/workflows/image-to-video/cogvideox-i2v-production-v1.json @@ -286,7 +286,7 @@ "type": "VHS_VideoCombine", "pos": [1600, 100], "size": [315, 200], - "widgets_values": [8, 0, "cogvideox_output", "video/h264-mp4"], + "widgets_values": [8, 0, "cogvideox_output", "video/h264-mp4", "yuv420p", 19, true, false], "title": "Combine Video Frames", "flags": {}, "order": 9,