Update nodes.py

Include the node mapping name line for Image Crop Node
This commit is contained in:
Uriel Deveaud 2024-10-30 15:00:25 -06:00
parent d3d830ceb3
commit 0a9acc8bf7

View File

@ -1957,6 +1957,7 @@ NODE_DISPLAY_NAME_MAPPINGS = {
"ImageInvert": "Invert Image", "ImageInvert": "Invert Image",
"ImagePadForOutpaint": "Pad Image for Outpainting", "ImagePadForOutpaint": "Pad Image for Outpainting",
"ImageBatch": "Batch Images", "ImageBatch": "Batch Images",
"ImageCrop": "Image Crop",
# _for_testing # _for_testing
"VAEDecodeTiled": "VAE Decode (Tiled)", "VAEDecodeTiled": "VAE Decode (Tiled)",
"VAEEncodeTiled": "VAE Encode (Tiled)", "VAEEncodeTiled": "VAE Encode (Tiled)",