Repository overview
ComfyUI-VideoHelperSuite is a custom-node package for ComfyUI. The pinned source scan currently identifies 40 registered nodes. The project describes itself as a broad collection of utility, model-optimization, and quality-of-life nodes designed to keep additional dependencies relatively small.
Most node-level usage details are available in the generated node reference pages, including inputs, widgets, outputs, categories, and links back to the implementation.
Key capabilities
- Workflow organization: Set/Get tools can reduce long links and help organize large graphs. The current implementation supports Nodes 2.0, legacy graphs, and subgraphs.
- Image and mask utilities: The package includes compositing, resizing, batching, mask generation, range conversion, and preview helpers.
- Model and memory optimization: Compilation, attention, loading, memory reporting, and video-model optimization nodes support advanced workflows.
- Canvas productivity tools: Configurable node insertion, node swapping, link conversion, and connection-management shortcuts improve editing speed.
Installation
Clone the repository into the ComfyUI custom_nodes directory and install its Python dependencies:
git clone https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite.git
python -m pip install -r ComfyUI-VideoHelperSuite/requirements.txtRestart ComfyUI after installation. ComfyUI portable users should run the dependency command with the portable installation’s embedded Python interpreter.
Node categories
The latest scan contains 6 categories. The largest categories are:
Video Helper Suite 🎥🅥🅗🅢: 16 nodesVideo Helper Suite 🎥🅥🅗🅢/image: 6 nodesVideo Helper Suite 🎥🅥🅗🅢/latent: 6 nodesVideo Helper Suite 🎥🅥🅗🅢/mask: 6 nodesVideo Helper Suite 🎥🅥🅗🅢/audio: 4 nodesVideo Helper Suite 🎥🅥🅗🅢/batched nodes: 2 nodes
Use the node directory on this page to search by node name, class, or category.
Source and version
- Repository: https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite
- Pinned commit:
4ee72c065db2 - Tracked branch:
main - Registered nodes: 40
- Example workflow directories detected: 0
This overview is generated from the pinned source checkout. Repository statistics and maintainer information are refreshed separately from GitHub.