Update comfy_extras/nodes_seedvr.py

This commit is contained in:
Alexis Rolland 2026-06-08 17:42:45 +08:00 committed by GitHub
parent 4d6b5b758a
commit 343352c889
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -247,7 +247,7 @@ class SeedVR2Preprocess(io.ComfyNode):
io.Image.Input("resized_images", tooltip="The resized image to process."),
],
outputs=[
io.Image.Output("processed_images"),
io.Image.Output("images"),
]
)