diff --git a/comfy_extras/nodes_seedvr.py b/comfy_extras/nodes_seedvr.py index 01c42cf43..717960f2a 100644 --- a/comfy_extras/nodes_seedvr.py +++ b/comfy_extras/nodes_seedvr.py @@ -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"), ] )