Update comfy_extras/nodes_seedvr.py

This commit is contained in:
Alexis Rolland 2026-07-07 20:19:20 +08:00 committed by GitHub
parent 9f19eaa852
commit 91a45d154e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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