diff --git a/comfy_extras/nodes_images.py b/comfy_extras/nodes_images.py index af37666b2..f2f2b0e9d 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 = { - "ImageCrop": ImageCrop, + "Image Crop": ImageCrop, "RepeatImageBatch": RepeatImageBatch, "ImageFromBatch": ImageFromBatch, "SaveAnimatedWEBP": SaveAnimatedWEBP,