From f2aaa0a4754abf4155bf3672279073149589b5ee Mon Sep 17 00:00:00 2001 From: Uriel Deveaud Date: Wed, 30 Oct 2024 22:35:34 -0600 Subject: [PATCH] Rename `ImageCrop` to `Image Crop` (#5424) * Update nodes_images.py Nodes menu has inconsistency in names, some with spaces between words, other not. * Update nodes.py Include the node mapping name line for Image Crop Node * Update nodes_images.py --- nodes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nodes.py b/nodes.py index c81a0af1..08a81094 100644 --- a/nodes.py +++ b/nodes.py @@ -1957,6 +1957,7 @@ NODE_DISPLAY_NAME_MAPPINGS = { "ImageInvert": "Invert Image", "ImagePadForOutpaint": "Pad Image for Outpainting", "ImageBatch": "Batch Images", + "ImageCrop": "Image Crop", # _for_testing "VAEDecodeTiled": "VAE Decode (Tiled)", "VAEEncodeTiled": "VAE Encode (Tiled)",