mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-02 12:49:43 +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.",
|
description="Build SeedVR2 positive/negative conditioning from a VAE latent.",
|
||||||
inputs=[
|
inputs=[
|
||||||
io.Model.Input("model", tooltip="The SeedVR2 model."),
|
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=[
|
outputs=[
|
||||||
io.Model.Output(display_name = "model"),
|
io.Model.Output(display_name = "model"),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user