wasasquatch/comfyui_viewer_openreel_extension — explained in plain English
Analysis updated 2026-05-18
Edit AI-generated video frames from AnimateDiff or SVD workflows with a built-in timeline editor.
Add transitions, text overlays, and keyframe animation to generated video without a separate editor.
Combine video, image, and audio outputs from different workflow branches into one editable project.
Import and edit existing video files from disk directly inside a ComfyUI workflow.
| wasasquatch/comfyui_viewer_openreel_extension | ltczding-gif/ref-downloader | humanmllm/swim | |
|---|---|---|---|
| Stars | 74 | 74 | 75 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | moderate | hard |
| Complexity | 4/5 | 3/5 | 5/5 |
| Audience | developer | researcher | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires ComfyUI plus the separate ComfyUI Viewer extension version 0.4.0 or higher already installed.
This is an extension for ComfyUI, an AI image and video generation tool, that embeds a video editor called OpenReel directly inside the ComfyUI interface. The problem it solves is the awkward gap between AI generated video frames and final polished output: previously, you would generate frames in ComfyUI and then have to take them to a separate video editing application to add effects, transitions, text overlays, or trim clips. With this extension, that editing step happens inside the same workflow. The way it works is through a set of special ComfyUI nodes, which are building blocks you connect visually. You use Bundle nodes to package your generated video frames, images, or audio into a format the OpenReel editor understands. The workflow then pauses while you edit your video in the embedded OpenReel timeline, and once you click send to output, you run the workflow again and an Unpack node extracts the edited result back into frames and audio for further processing or saving. It supports a server side rendering engine using FFmpeg, a widely used video processing tool, for faster exports without browser limits. You would use this when building AI video generation pipelines in ComfyUI and wanting to refine the output with keyframe animation, effects, transitions, or text overlays without leaving the environment. It requires ComfyUI and the separate ComfyUI Viewer extension version 0.4.0 or higher already installed, and is written in Python.
A ComfyUI extension that embeds the OpenReel video editor so you can trim, add effects, and add text overlays to AI-generated video frames without leaving ComfyUI.
Mainly Python. The stack also includes Python, ComfyUI, FFmpeg.
MIT license, free to use, modify, and distribute including for commercial projects.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.