add display name mapping
This commit is contained in:
2
nodes.py
2
nodes.py
@@ -1831,7 +1831,6 @@ class ImageInvert:
|
||||
s = 1.0 - image
|
||||
return (s,)
|
||||
|
||||
|
||||
class ImageBatch:
|
||||
|
||||
@classmethod
|
||||
@@ -2068,6 +2067,7 @@ NODE_DISPLAY_NAME_MAPPINGS = {
|
||||
"ImageQuantize": "Image Quantize",
|
||||
"ImageSharpen": "Image Sharpen",
|
||||
"ImageScaleToTotalPixels": "Scale Image to Total Pixels",
|
||||
"GetImageSize": "Get Image Size",
|
||||
# _for_testing
|
||||
"VAEDecodeTiled": "VAE Decode (Tiled)",
|
||||
"VAEEncodeTiled": "VAE Encode (Tiled)",
|
||||
|
||||
Reference in New Issue
Block a user