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,