From 0aa95ef88fda3046a129cea6a0812ef6b159f0d0 Mon Sep 17 00:00:00 2001 From: LiChunlin <160166711+shmbatom@users.noreply.github.com> Date: Tue, 20 Jan 2026 20:58:33 +0800 Subject: [PATCH] Enhance function for image concatenation tool (#2517) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated description to include new features in V1.1. - ✨ Added 2 new bitmap stitching modes: equal-width vertical stitching (top to bottom), equal-height horizontal stitching (left to right) - ✨ Optimized the tile saving mode, including three options: none/save single block/save single image - ✨ Added the function of displaying image filenames on the stitched tiles, with customizable text colors (16 colors) - ✨ Simply connect to the b6 port to view the usage help for this node - 🎨 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 9e7897fb..83e9af93 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -40906,7 +40906,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 Added 2 draw mode and 2 filename save mode)." }, { "author": "solidlime",