Extensions/comfyui_video_BC
ComfyUI Extension

comfyui_video_BC

ComfyUI Batch Video Loader & Video Combine Nodes

By JioJe·Created about a year ago·Updated 5 months ago· 13
JioJe/comfyui_video_BC
Nodes6
On cloudLocal install
CategoryBC/Text, BC/Video
Stars13
Updated5 months ago
Readme

ComfyUI Video BC

Custom nodes for ComfyUI focused on simple video IO and batch text utilities.

Included Nodes

  • VideoSequenceProcessor Load frames from a video folder with index, next, or random selection modes.
  • VideoCombine Save an image sequence as a video and optionally mux an AUDIO input with ffmpeg.
  • TextBatchLoader Load all .txt files from a folder as a batch.
  • TextBatchIndexer Read one item from a loaded text batch by index.
  • TextBatchSaver Save a list of text values to disk.
  • TextBatchReplace Apply up to three search-and-replace operations to a batch of text.

Installation

Clone or copy this folder into ComfyUI/custom_nodes/, then restart ComfyUI.

git clone https://github.com/JioJe/comfyui_video_BC

Requirements

Install the dependencies listed in requirements.txt if your ComfyUI environment does not already provide them.

Notes

  • VideoCombine prefers ffmpeg from the active ComfyUI Python environment.
  • The normalized package entrypoint now lives under nodes/.
  • Example workflow: workflow.json