mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-06 11:27:04 +08:00
add display name mapping
This commit is contained in:
parent
a9a7c9385a
commit
60e073e510
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)",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user