From 5554e32ab9dae7b37354c9d6f50a273c3a1bbb16 Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Mon, 8 Jun 2026 17:43:28 +0800 Subject: [PATCH] Update comfy_extras/nodes_seedvr.py --- comfy_extras/nodes_seedvr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comfy_extras/nodes_seedvr.py b/comfy_extras/nodes_seedvr.py index c10d6f7c8..d5cd029ba 100644 --- a/comfy_extras/nodes_seedvr.py +++ b/comfy_extras/nodes_seedvr.py @@ -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"),