ComfyUI Extension
ComfyUI Video BC
Video and batch text workflow nodes for ComfyUI.
JioJe/comfyui_video_BC
Nodes6
On cloudLocal install
CategoryBC/Text, BC/Video
Stars14
Updated5 months ago
Nodes (6)
Text Batch Indexer
Pulling one prompt out of the pile
BC/Text
Text Batch Loader
Read every prompt in a folder at once
BC/Text
Text Batch Replace
Fix fifty prompts without touching each one
BC/Text
Text Batch Saver
Write your whole text batch back to disk
BC/Text
Video Combine
Save your frame batch as an actual video file
BC/Video
Video Sequence Processor
Turn a folder of videos into frames (and audio) for img2vid
BC/Video
Readme
ComfyUI Video BC
Custom nodes for ComfyUI focused on simple video IO and batch text utilities.
Included Nodes
VideoSequenceProcessorLoad frames from a video folder with index, next, or random selection modes.VideoCombineSave an image sequence as a video and optionally mux anAUDIOinput withffmpeg.TextBatchLoaderLoad all.txtfiles from a folder as a batch.TextBatchIndexerRead one item from a loaded text batch by index.TextBatchSaverSave a list of text values to disk.TextBatchReplaceApply 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
VideoCombineprefersffmpegfrom the active ComfyUI Python environment.- The normalized package entrypoint now lives under
nodes/. - Example workflow:
workflow.json