force01/comfyui-sequencer — explained in plain English
Analysis updated 2026-05-18
Chain AI generated video clips into one continuous video using hard cuts.
Add creative transitions like dissolve, wipe, or zoom between separate video clips.
Combine loaded MP4 files into a single edited video without leaving ComfyUI.
| force01/comfyui-sequencer | aarav90-cpu/fetchit | adammartinez271828/x4-analysis | |
|---|---|---|---|
| Stars | 10 | 10 | 10 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | easy | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | vibe coder | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires FFmpeg and FFprobe available on your system PATH.
ComfyUI-Sequencer is a custom node for ComfyUI, the visual workflow tool used to build AI image and video generation pipelines. It adds a Video Sequencer node that joins video clips end to end into one continuous video, either from loaded MP4 files or from clips generated earlier in the same workflow. The tool was originally built for a common video generation pattern: chaining clips where each new clip starts from the last frame of the one before it, so a hard cut joins them invisibly. That mode is called cut, and it uses FFmpeg to copy the video stream directly without re-encoding, which keeps the join instant and lossless. Beyond invisible joins, the same node supports creative transitions such as dissolve, fade to black or white, wipes, slides, zoom, blur, and iris style circle transitions. When clips are compatible, only the few seconds around each transition point are re-encoded, while the rest of the footage is copied without quality loss. Users connect up to 20 video clips in playback order, pick a transition style, and queue the workflow to produce a single output video. Clips with different resolutions or frame rates are automatically scaled and letterboxed to match the first clip. Audio is preserved when present, with crossfading during transitions and silence added under clips that lack sound. An additional Spill Clip to Disk node writes generated clips to temporary files as soon as they are created, which reduces memory use in long workflows with many clips. Setup requires ComfyUI version 0.24 or later, plus FFmpeg and FFprobe available on the system path. No GPU is needed for the sequencing step itself. Installation is a simple git clone into ComfyUI's custom_nodes folder, with no additional Python packages to install. This project is aimed at people building AI video generation workflows in ComfyUI who need to stitch multiple clips together, for continuous long form output or for adding stylistic transitions between separately generated scenes.
A ComfyUI custom node that joins multiple video clips into one continuous video, with lossless hard cuts or FFmpeg based transitions like dissolve and wipe.
Mainly Python. The stack also includes Python, FFmpeg, ComfyUI.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
double-check against the repo, no cap.