From c0073970d542abc1714d17694223621743edefd5 Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Wed, 20 May 2026 12:07:32 +0800 Subject: [PATCH] Move make image grid to image/batch category --- comfy_extras/nodes_dataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_dataset.py b/comfy_extras/nodes_dataset.py index 17972d92b..2fdd6e8fe 100644 --- a/comfy_extras/nodes_dataset.py +++ b/comfy_extras/nodes_dataset.py @@ -1047,7 +1047,7 @@ class ImageGridNode(ImageProcessingNode): node_id = "ImageGrid" searrch_aliases=["grid", "collage", "combine"] display_name = "Make Image Grid" - category="image" + category="image/batch" description = "Arrange multiple images into a grid layout." is_group_process = True # Requires full list to create grid is_output_list = False # Outputs single grid image