add display name mapping

This commit is contained in:
bymyself
2025-06-01 21:12:16 -07:00
parent a9a7c9385a
commit 60e073e510

View File

@@ -1831,7 +1831,6 @@ class ImageInvert:
s = 1.0 - image s = 1.0 - image
return (s,) return (s,)
class ImageBatch: class ImageBatch:
@classmethod @classmethod
@@ -2068,6 +2067,7 @@ NODE_DISPLAY_NAME_MAPPINGS = {
"ImageQuantize": "Image Quantize", "ImageQuantize": "Image Quantize",
"ImageSharpen": "Image Sharpen", "ImageSharpen": "Image Sharpen",
"ImageScaleToTotalPixels": "Scale Image to Total Pixels", "ImageScaleToTotalPixels": "Scale Image to Total Pixels",
"GetImageSize": "Get Image Size",
# _for_testing # _for_testing
"VAEDecodeTiled": "VAE Decode (Tiled)", "VAEDecodeTiled": "VAE Decode (Tiled)",
"VAEEncodeTiled": "VAE Encode (Tiled)", "VAEEncodeTiled": "VAE Encode (Tiled)",