From 91a45d154e41ae4b480f901ae415e1af05161d95 Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Tue, 7 Jul 2026 20:19:20 +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 e8d1966bc..e5a20dc38 100644 --- a/comfy_extras/nodes_seedvr.py +++ b/comfy_extras/nodes_seedvr.py @@ -527,7 +527,7 @@ class SeedVR2TemporalMerge(io.ComfyNode): inputs=[ io.Latent.Input("latent_chunks", tooltip="The sampled temporal chunks in sequence order."), io.Int.Input("temporal_overlap", default=0, min=0, max=16384, force_input=True, - tooltip="The temporal_overlap output of Chunk SeedVR2 Latent. 0 = plain concatenation."), + tooltip="The temporal_overlap output of Split SeedVR2 Latent. 0 = plain concatenation."), ], outputs=[ io.Latent.Output(display_name="latent", tooltip="The recombined full-length latent."),