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
This commit is contained in:
parent
daa1565b93
commit
f2aaa0a475
1
nodes.py
1
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)",
|
||||
|
|
Loading…
Reference in New Issue