From a3a51148c1c207f7984c1f05388388197326af34 Mon Sep 17 00:00:00 2001 From: ageless-h <1002026893@qq.com> Date: Wed, 7 Jan 2026 01:09:31 +0800 Subject: [PATCH] Add comfyui_grid_image node MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add 网格图像 node for combining images into grid layouts with dynamic input support. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index b21a3606..abcff8ab 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -41070,6 +41070,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "ageless-h", + "title": "网格图像", + "id": "comfyui_grid_image", + "reference": "https://github.com/ageless-h/ComfyUI_Grid_image", + "files": [ + "https://github.com/ageless-h/ComfyUI_Grid_image" + ], + "install_type": "git-clone", + "description": "ComfyUI节点 - 将多张图像拼接成网格图。支持动态输入(1-32张图像)、多种分辨率预设、行列设置,自动为每个网格添加顺序编号。" } ] }