git404hub

what is comfyui-sequencer fr?

force01/comfyui-sequencer — explained in plain English

Analysis updated 2026-05-18

10PythonAudience · vibe coderComplexity · 2/5Setup · moderate

tl;dr

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.

vibe map

mindmap
  root((repo))
    What it does
      Joins video clips
      Adds transitions
      Works in ComfyUI
    Tech stack
      Python
      FFmpeg
      ComfyUI
    Use cases
      Continuous video output
      Creative transitions
      Combine generated clips
    Audience
      AI video creators
      ComfyUI users
    Setup
      Needs FFmpeg
      No GPU required

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Chain AI generated video clips into one continuous video using hard cuts.

VIBE 2

Add creative transitions like dissolve, wipe, or zoom between separate video clips.

VIBE 3

Combine loaded MP4 files into a single edited video without leaving ComfyUI.

what's the stack?

PythonFFmpegComfyUI

how it stacks up fr

force01/comfyui-sequenceraarav90-cpu/fetchitadammartinez271828/x4-analysis
Stars101010
LanguagePythonPythonPython
Setup difficultymoderateeasyeasy
Complexity2/52/52/5
Audiencevibe coderdevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires FFmpeg and FFprobe available on your system PATH.

in plain english

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.

prompts (copy fr)

prompt 1
Help me install ComfyUI-Sequencer into my ComfyUI custom_nodes folder and confirm FFmpeg is set up correctly.
prompt 2
Write a ComfyUI workflow that generates three video clips and joins them with the Video Sequencer node using a dissolve transition.
prompt 3
Explain how to use the Spill Clip to Disk node to reduce memory usage in a long ComfyUI video workflow.

Frequently asked questions

what is comfyui-sequencer fr?

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.

What language is comfyui-sequencer written in?

Mainly Python. The stack also includes Python, FFmpeg, ComfyUI.

How hard is comfyui-sequencer to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is comfyui-sequencer for?

Mainly vibe coder.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.