From f57cc56285ec53a3e0c8038fe2d3af3c06ceb6b1 Mon Sep 17 00:00:00 2001 From: room3dev Date: Sat, 24 Jan 2026 16:15:13 +0700 Subject: [PATCH] Add ComfyUI-I2VChainHelper node to custom-node-list (#2535) Added a new node for ComfyUI-I2VChainHelper that assists with image batch processing. --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 59c1973b..91d397a1 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -42259,6 +42259,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "room3dev", + "title": "ComfyUI-I2VChainHelper", + "id": "comfyui-i2vchainhelper", + "reference": "https://github.com/room3dev/ComfyUI-I2VChainHelper", + "files": [ + "https://github.com/room3dev/ComfyUI-I2VChainHelper" + ], + "install_type": "git-clone", + "description": "Helps filter and trim image batches for I2V chaining by ensuring consistent face identity and eye openness." + } ] }