mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-10 08:27:13 +08:00
Update comfy_extras/nodes_seedvr.py
Co-authored-by: Alexis Rolland <alexis@comfy.org>
This commit is contained in:
parent
d8506849f1
commit
62001efd4f
@ -132,7 +132,7 @@ class SeedVR2Preprocess(io.ComfyNode):
|
|||||||
return io.Schema(
|
return io.Schema(
|
||||||
node_id="SeedVR2Preprocess",
|
node_id="SeedVR2Preprocess",
|
||||||
display_name="Pre-Process SeedVR2 Input",
|
display_name="Pre-Process SeedVR2 Input",
|
||||||
category="image/upscaling",
|
category="image/pre-processors",
|
||||||
description="Pad a resized image for SeedVR2 model. Alpha channel is dropped. The node Post-Process SeedVR2 Output re-applies it from the original resized image.",
|
description="Pad a resized image for SeedVR2 model. Alpha channel is dropped. The node Post-Process SeedVR2 Output re-applies it from the original resized image.",
|
||||||
search_aliases=["seedvr2", "upscale", "video upscale", "pad", "preprocess"],
|
search_aliases=["seedvr2", "upscale", "video upscale", "pad", "preprocess"],
|
||||||
inputs=[
|
inputs=[
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user