mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-21 07:19:42 +08:00
Fix typo
This commit is contained in:
parent
c0073970d5
commit
a631d3ff2e
@ -1045,7 +1045,7 @@ class ImageGridNode(ImageProcessingNode):
|
|||||||
"""Combine multiple images into a single grid/collage."""
|
"""Combine multiple images into a single grid/collage."""
|
||||||
|
|
||||||
node_id = "ImageGrid"
|
node_id = "ImageGrid"
|
||||||
searrch_aliases=["grid", "collage", "combine"]
|
search_aliases=["grid", "collage", "combine"]
|
||||||
display_name = "Make Image Grid"
|
display_name = "Make Image Grid"
|
||||||
category="image/batch"
|
category="image/batch"
|
||||||
description = "Arrange multiple images into a grid layout."
|
description = "Arrange multiple images into a grid layout."
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user