Add friendly names

This commit is contained in:
missionfloyd 2023-04-08 16:45:06 -06:00 committed by GitHub
parent 42eefe6b56
commit b6d1bfdc8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",
}