From fd681fe69078a18f361789681a420ade0e237530 Mon Sep 17 00:00:00 2001 From: room3dev Date: Fri, 23 Jan 2026 01:35:03 +0700 Subject: [PATCH] Add ComfyUI-I2VChainHelper node to custom-node-list 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 191a4c06..287632e1 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -42228,6 +42228,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." + } ] }