Update nodes_images.py

This commit is contained in:
Uriel Deveaud 2024-10-30 15:03:07 -06:00
parent 0a9acc8bf7
commit 0d548089a3

View File

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