Update comfy_extras/nodes_seedvr.py

This commit is contained in:
Alexis Rolland 2026-07-07 20:18:17 +08:00 committed by GitHub
parent a73d682e77
commit d712b32b30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -522,7 +522,7 @@ class SeedVR2TemporalMerge(io.ComfyNode):
display_name="Merge SeedVR2 Latents",
category="model/latent/batch",
is_input_list=True,
description="Recombine sampled SeedVR2 temporal chunks into one latent, crossfading each overlap with a Hann window sized by the temporal_overlap wired from Chunk SeedVR2 Latent.",
description="Recombine sampled SeedVR2 latent temporal chunks into one latent, crossfading each overlap with a Hann window sized by the temporal_overlap wired from Split SeedVR2 Latent.",
search_aliases=["seedvr2", "merge", "temporal", "hann", "crossfade"],
inputs=[
io.Latent.Input("latent_chunks", tooltip="The sampled temporal chunks in sequence order."),