Update comfy_extras/nodes_seedvr.py

This commit is contained in:
Alexis Rolland 2026-06-08 17:43:28 +08:00 committed by GitHub
parent e5ea9bbba2
commit 5554e32ab9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"),