mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-26 17:59:54 +08:00
Update comfy_extras/nodes_seedvr.py
This commit is contained in:
parent
343352c889
commit
7dcea515ef
@ -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."),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user