Skip to content

Commit

Permalink
Rename some nodes in Display Name Mappings (nodes.py) (#5439)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
KoreTeknology authored Oct 31, 2024
1 parent 1c8286a commit cc9cf6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1958,6 +1958,11 @@ def expand_image(self, image, left, top, right, bottom, feathering):
"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)",
Expand Down

0 comments on commit cc9cf6d

Please sign in to comment.