From 343352c889e9b6a0da565a4f96a024216effea49 Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Mon, 8 Jun 2026 17:42:45 +0800 Subject: [PATCH] Update comfy_extras/nodes_seedvr.py --- comfy_extras/nodes_seedvr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), ] )