From 7dcea515ef2d7dd3a5437c5425db51723ab3ca87 Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Mon, 8 Jun 2026 17:42:55 +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 717960f2a..56e59496c 100644 --- a/comfy_extras/nodes_seedvr.py +++ b/comfy_extras/nodes_seedvr.py @@ -266,7 +266,7 @@ class SeedVR2PostProcessing(io.ComfyNode): node_id="SeedVR2PostProcessing", display_name="Post-Process SeedVR2 Output", category="image/upscaling", - description="Align the upscaled output to the original resized image's geometry (de-pad) and optionally color-correct it against that image.", + description="Align the generated image with the original resized image and apply color correction.", inputs=[ io.Image.Input("images", tooltip="The decoded upscaled image to color-correct."), io.Image.Input("original_resized_images", tooltip="The original resized (pre-pad) image used as the geometry and color reference."),