From cc9cf6d1bd957d764ad418258b61d7e08187573b Mon Sep 17 00:00:00 2001 From: Uriel Deveaud Date: Thu, 31 Oct 2024 13:18:05 -0600 Subject: [PATCH] Rename some nodes in Display Name Mappings (nodes.py) (#5439) * 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 * Rename image nodes add space between words for consistency > Display name mappings --- nodes.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nodes.py b/nodes.py index 08a81094..f05125f5 100644 --- a/nodes.py +++ b/nodes.py @@ -1958,6 +1958,11 @@ NODE_DISPLAY_NAME_MAPPINGS = { "ImagePadForOutpaint": "Pad Image for Outpainting", "ImageBatch": "Batch Images", "ImageCrop": "Image Crop", + "ImageBlend": "Image Blend", + "ImageBlur": "Image Blur", + "ImageQuantize": "Image Quantize", + "ImageSharpen": "Image Sharpen", + "ImageScaleToTotalPixels": "Scale Image to Total Pixels", # _for_testing "VAEDecodeTiled": "VAE Decode (Tiled)", "VAEEncodeTiled": "VAE Encode (Tiled)",