From a631d3ff2e87c128d9b916e11c9b0600bae56675 Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Wed, 20 May 2026 17:13:38 +0800 Subject: [PATCH] Fix typo --- 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 2fdd6e8fe..0808198a0 100644 --- a/comfy_extras/nodes_dataset.py +++ b/comfy_extras/nodes_dataset.py @@ -1045,7 +1045,7 @@ class ImageGridNode(ImageProcessingNode): """Combine multiple images into a single grid/collage.""" node_id = "ImageGrid" - searrch_aliases=["grid", "collage", "combine"] + search_aliases=["grid", "collage", "combine"] display_name = "Make Image Grid" category="image/batch" description = "Arrange multiple images into a grid layout."