Update comfy_extras/nodes_seedvr.py

This commit is contained in:
Alexis Rolland 2026-06-08 17:42:55 +08:00 committed by GitHub
parent 343352c889
commit 7dcea515ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -266,7 +266,7 @@ class SeedVR2PostProcessing(io.ComfyNode):
node_id="SeedVR2PostProcessing", node_id="SeedVR2PostProcessing",
display_name="Post-Process SeedVR2 Output", display_name="Post-Process SeedVR2 Output",
category="image/upscaling", 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=[ inputs=[
io.Image.Input("images", tooltip="The decoded upscaled image to color-correct."), 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."), io.Image.Input("original_resized_images", tooltip="The original resized (pre-pad) image used as the geometry and color reference."),