From 7634a0807390d6396d6d93e920ec981ee10428a7 Mon Sep 17 00:00:00 2001 From: LiChunlin <160166711+shmbatom@users.noreply.github.com> Date: Mon, 12 Jan 2026 00:05:32 +0800 Subject: [PATCH] Add Comfyui-Image-Concat custom node (#2480) Added a new custom node for ComfyUI that supports image concatenation with advanced features. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 5be82b2e..100730f3 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -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",