From 4d6b5b758a7c5627a791d90d1d270f087d0e9643 Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Mon, 8 Jun 2026 17:42:32 +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 c1e19fdfe..01c42cf43 100644 --- a/comfy_extras/nodes_seedvr.py +++ b/comfy_extras/nodes_seedvr.py @@ -244,7 +244,7 @@ class SeedVR2Preprocess(io.ComfyNode): category="image/upscaling", description="Pad a resized image for SeedVR2 model. Alpha channel is dropped. The node Post-Process SeedVR2 Output re-applies it from the original resized image.", inputs=[ - io.Image.Input("resized_images", tooltip="The already-resized (SeedVR2-sized) image(s). Any alpha is dropped before padding for the model and re-applied downstream by Post-Process SeedVR2 Output."), + io.Image.Input("resized_images", tooltip="The resized image to process."), ], outputs=[ io.Image.Output("processed_images"),