Update nodes_images.py

Nodes menu has inconsistency in names, some with spaces between words, other not.
This commit is contained in:
Uriel Deveaud 2024-10-30 05:42:20 -06:00
parent 770ab200f2
commit d3d830ceb3

View File

@ -187,7 +187,7 @@ class SaveAnimatedPNG:
return { "ui": { "images": results, "animated": (True,)} } return { "ui": { "images": results, "animated": (True,)} }
NODE_CLASS_MAPPINGS = { NODE_CLASS_MAPPINGS = {
"ImageCrop": ImageCrop, "Image Crop": ImageCrop,
"RepeatImageBatch": RepeatImageBatch, "RepeatImageBatch": RepeatImageBatch,
"ImageFromBatch": ImageFromBatch, "ImageFromBatch": ImageFromBatch,
"SaveAnimatedWEBP": SaveAnimatedWEBP, "SaveAnimatedWEBP": SaveAnimatedWEBP,