Update comfy_extras/nodes_seedvr.py

This commit is contained in:
Alexis Rolland 2026-06-08 17:42:17 +08:00 committed by GitHub
parent 1e08e8b724
commit 8610ec6b60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -242,7 +242,7 @@ class SeedVR2Preprocess(io.ComfyNode):
node_id="SeedVR2Preprocess", node_id="SeedVR2Preprocess",
display_name="Pre-Process SeedVR2 Input", display_name="Pre-Process SeedVR2 Input",
category="image/upscaling", category="image/upscaling",
description="Pad an already-resized image to SeedVR2 model alignment (resize upstream with Resize Image/Mask). Any alpha is dropped for the model; 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.",
inputs=[ inputs=[
io.Image.Input("resized_images", tooltip="The already-resized (SeedVR2-sized) image(s). Any alpha is dropped before padding for the model and re-applied downstream by Post-Process SeedVR2 Output."), io.Image.Input("resized_images", tooltip="The already-resized (SeedVR2-sized) image(s). Any alpha is dropped before padding for the model and re-applied downstream by Post-Process SeedVR2 Output."),
], ],