mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-26 09:49:26 +08:00
Update comfy_extras/nodes_seedvr.py
This commit is contained in:
parent
7dcea515ef
commit
09e6cd4689
@ -268,8 +268,8 @@ class SeedVR2PostProcessing(io.ComfyNode):
|
||||
category="image/upscaling",
|
||||
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."),
|
||||
io.Image.Input("images", tooltip="The generated image to process."),
|
||||
io.Image.Input("original_resized_images", tooltip="The original resized image before pre-processing, used as reference."),
|
||||
io.Combo.Input("color_correction_method", options=["lab", "wavelet", "adain", "none"], default="lab", tooltip="How to match the output's color to the original. lab: transfer color in CIELAB space, preserving detail (most faithful). wavelet: transfer low-frequency color, keeping upscaled high-frequency detail. adain: match per-channel mean/std (fastest, global tint). none: skip color transfer (geometry alignment only)."),
|
||||
],
|
||||
outputs=[io.Image.Output(display_name="images")],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user