Skip to content

Video Helper Suite

Video Lecture

Section Video Links
Video Helper Suite Video Helper Suite Video Helper Suite

Description

In this lesson we will improve our AnimateDiff workflow with the ComfyUI-VideoHelperSuite, and then merge three of our videos into one.

While there are nodes in ComfyUI to load videos, extract images, audio, FPS, do further operations on the videos such as ESRGAN and frame interpolation, save them in multiple formats, the VideoHelperSuite is a toolset that can do many of these things plus much more.

We can,

  • convert between the MP4, WEBM, MKV, GIF and MOV formats,
  • force frame rates, skip frames, cap frames, select every nth frame, and resize maintaining aspect ratios,
  • load audio and seek,
  • combine videos and image sequences, reverse, loop, ping-pong, amend metadata, change pixel formats,
  • convert frames to latents, apply prompt and decode back into another video,
  • preview videos without saving them each time,
  • and more

Install ComfyUI-VideoHelperSuite

Install the custom node ComfyUI-VideoHelperSuite using the manager, or you can use your command/terminal prompt.

  1. Navigate to your ComfyUI/custom_nodes folder.
  2. Run,
    git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite.git
    
  3. Restart ComfyUI

Start Workflow

Drag this workflow into ComfyUI

The videos that I merged can be download from this vhs_source_videos.zip file.

Extract them to somewhere on your computer and point to them if using this merge workflow below.

ComfyUI-VideoHelperSuite (GitHub)