mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-27 10:19:37 +08:00
Update comfy_extras/nodes_seedvr.py
This commit is contained in:
parent
4d6b5b758a
commit
343352c889
@ -247,7 +247,7 @@ class SeedVR2Preprocess(io.ComfyNode):
|
|||||||
io.Image.Input("resized_images", tooltip="The resized image to process."),
|
io.Image.Input("resized_images", tooltip="The resized image to process."),
|
||||||
],
|
],
|
||||||
outputs=[
|
outputs=[
|
||||||
io.Image.Output("processed_images"),
|
io.Image.Output("images"),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user