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
09e6cd4689
commit
e5ea9bbba2
@ -270,7 +270,7 @@ class SeedVR2PostProcessing(io.ComfyNode):
|
|||||||
inputs=[
|
inputs=[
|
||||||
io.Image.Input("images", tooltip="The generated image to process."),
|
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.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)."),
|
io.Combo.Input("color_correction_method", options=["lab", "wavelet", "adain", "none"], default="lab", tooltip="Method to match the generated image colors to the original image. 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")],
|
outputs=[io.Image.Output(display_name="images")],
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user