Add Comfyui-Image-Concat custom node (#2480)

Added a new custom node for ComfyUI that supports image concatenation with advanced features.
This commit is contained in:
LiChunlin 2026-01-12 00:05:32 +08:00 committed by GitHub
parent 92cf872f1b
commit 7634a08073
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,16 @@
{
"custom_nodes": [
{
"author": "shmba05tom",
"title": "Comfyui-Image-Concat",
"id": "Comfyui-Image-Concat",
"reference": "https://github.com/shmbatom/Comfyui-Image-Concat",
"files": [
"https://github.com/shmbatom/Comfyui-Image-Concat"
],
"install_type": "git-clone",
"description": "a powerful image concatenation tool for ComfyUI, with True Alpha Channel Support and Multiple Image-block Fill Modes."
},
{
"author": "Dr.Lt.Data",
"title": "ComfyUI-Manager",