This repository currently contains only one ComfyUI custom node:
KSK_MatrixPairBatch/KSKNODES 矩阵配对批量 (图×视频)
More KSK nodes will be added later after they are polished.
KSK_MatrixPairBatch pairs multiple reference images with multiple videos through a visual matrix UI.
Highlights:
- Matrix view: rows are images, columns are videos.
- Tree view: each image expands into its selected videos.
- One click queues each selected image-video pair as an independent ComfyUI task.
- Video output is compatible with
VHS_LoadVideofrom ComfyUI-VideoHelperSuite. - Size mode can use manual width/height, reference image size, or original video size.
- The UI resizes with the ComfyUI node and scales the matrix cells to use available space.
- ComfyUI
- ComfyUI-VideoHelperSuite
Clone this repository into ComfyUI/custom_nodes:
cd ComfyUI/custom_nodes
git clone https://github.com/AI-KSK/KSK-Nodes.gitRestart ComfyUI after cloning.
The upload and refresh buttons work with files in ComfyUI's input directory. Uploaded images and videos are also saved there.