Add ComfyUI-I2VChainHelper node to custom-node-list

Added a new node for ComfyUI-I2VChainHelper that assists with image batch processing.
This commit is contained in:
room3dev 2026-01-23 01:35:03 +07:00 committed by GitHub
parent c4fefd4721
commit fd681fe690
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42228,6 +42228,17 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "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."
}
] ]
} }