mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-17 21:39:45 +08:00
Move make image grid to image/batch category
This commit is contained in:
parent
c77c53a240
commit
c0073970d5
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user