Update comfy_extras/nodes_seedvr.py

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

View File

@ -244,7 +244,7 @@ class SeedVR2Preprocess(io.ComfyNode):
category="image/upscaling",
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=[
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 resized image to process."),
],
outputs=[
io.Image.Output("processed_images"),