mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-13 14:57:19 +08:00
Update nodes_images.py
Nodes menu has inconsistency in names, some with spaces between words, other not.
This commit is contained in:
parent
770ab200f2
commit
d3d830ceb3
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user