From 8610ec6b604e31edee0ee7da7fc88f37aa5ec186 Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Mon, 8 Jun 2026 17:42:17 +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 7e2cf6ca4..c1e19fdfe 100644 --- a/comfy_extras/nodes_seedvr.py +++ b/comfy_extras/nodes_seedvr.py @@ -242,7 +242,7 @@ class SeedVR2Preprocess(io.ComfyNode): node_id="SeedVR2Preprocess", display_name="Pre-Process SeedVR2 Input", category="image/upscaling", - description="Pad an already-resized image to SeedVR2 model alignment (resize upstream with Resize Image/Mask). Any alpha is dropped for the model; Post-Process SeedVR2 Output re-applies it from the original resized image.", + 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."), ],