From 9b03803edd13ac9cc34a601c30ce9a277d34bb05 Mon Sep 17 00:00:00 2001 From: LiChunlin <160166711+shmbatom@users.noreply.github.com> Date: Mon, 19 Jan 2026 09:42:59 +0800 Subject: [PATCH] Comfyui-Image-Concat update to v1.1 1. Add 1 optional IMAGES input port named a0_image. 2. Add 2 new bitmap stitching modes: equal-width vertical stitching (top to bottom), equal-height horizontal stitching (left to right). 3. Add the function of displaying image filenames on the stitched tiles, with customizable text colors (16 colors). 4. Optimized the tile saving mode, including three options: none/save single block/save single image. 5. Simply connect to the b6 port to view the usage help for this node. 6. Standardized the port naming on the node page. --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 6283206b..e1b66442 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -40876,7 +40876,7 @@ "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." + "description": "a powerful image concatenation tool for ComfyUI, with True Alpha Channel Support and Multiple Image-block Fill Modes(V1.1 add 1 images input port and 2 draw modes)." }, { "author": "solidlime",