mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-27 06:40:16 +08:00
Add friendly names
This commit is contained in:
parent
42eefe6b56
commit
b6d1bfdc8b
@ -265,3 +265,11 @@ NODE_CLASS_MAPPINGS = {
|
||||
"ImageQuantizePalette": QuantizePalette,
|
||||
"ImageSharpen": Sharpen,
|
||||
}
|
||||
|
||||
NODE_DISPLAY_NAME_MAPPINGS = {
|
||||
"ImageBlend": "Blend Images",
|
||||
"ImageBlur": "Blur Image",
|
||||
"ImageQuantize": "Quantize Image",
|
||||
"ImageQuantizePalette": "Quantize Image (using Palette)",
|
||||
"ImageSharpen": "Sharpen Image",
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user