From 0d548089a3ddb2d539bf28e6785232c82eac5fe7 Mon Sep 17 00:00:00 2001 From: Uriel Deveaud Date: Wed, 30 Oct 2024 15:03:07 -0600 Subject: [PATCH] Update nodes_images.py --- comfy_extras/nodes_images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_images.py b/comfy_extras/nodes_images.py index f2f2b0e9d..af37666b2 100644 --- a/comfy_extras/nodes_images.py +++ b/comfy_extras/nodes_images.py @@ -187,7 +187,7 @@ class SaveAnimatedPNG: return { "ui": { "images": results, "animated": (True,)} } NODE_CLASS_MAPPINGS = { - "Image Crop": ImageCrop, + "ImageCrop": ImageCrop, "RepeatImageBatch": RepeatImageBatch, "ImageFromBatch": ImageFromBatch, "SaveAnimatedWEBP": SaveAnimatedWEBP,