Kosinkadink / ComfyUI-VideoHelperSuite

Nodes related to video workflows
GNU General Public License v3.0
414 stars 74 forks source link

Video Combine node NOT saving Animation? #235

Closed XTRMsavage closed 2 weeks ago

XTRMsavage commented 2 weeks ago

image HI I am having this issue, when ever I have more than 1 video combine nodes (Highlighted in red) they wont save the animation, it just saves 1 frame. I have the latest version and updated ComfyUI. Can someone please help. Thanks

AustinMroz commented 2 weeks ago

Looks like it's a simple connection mistake. The ImageCompositeMasked is connected to the upscaled background, not the RepeatImageBatch beneath it. Since there's only one image for the 'destination' input, it's only producing one frame of output.

XTRMsavage commented 2 weeks ago

Looks like it's a simple connection mistake. The ImageCompositeMasked is connected to the upscaled background, not the RepeatImageBatch beneath it. Since there's only one image for the 'destination' input, it's only producing one frame of output.

Yes, Thank you. :)