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
e5ea9bbba2
commit
5554e32ab9
@ -474,7 +474,7 @@ class SeedVR2Conditioning(io.ComfyNode):
|
||||
description="Build SeedVR2 positive/negative conditioning from a VAE latent.",
|
||||
inputs=[
|
||||
io.Model.Input("model", tooltip="The SeedVR2 model."),
|
||||
io.Latent.Input("vae_conditioning", display_name="latent", tooltip="The VAE-encoded latent to condition on."),
|
||||
io.Latent.Input("vae_conditioning", display_name="latent"),
|
||||
],
|
||||
outputs=[
|
||||
io.Model.Output(display_name = "model"),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user