Update comfy_extras/nodes_seedvr.py

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

View File

@ -447,7 +447,7 @@ class SeedVR2TemporalChunk(io.ComfyNode):
io.Latent.Output(display_name="latents", is_output_list=True,
tooltip="The temporal chunks in sequence order."),
io.Int.Output(display_name="temporal_overlap",
tooltip="The effective latent-frame overlap between adjacent chunks, for Merge SeedVR2 Latent Chunks."),
tooltip="The effective latent-frame overlap between adjacent chunks, for Merge SeedVR2 Latents."),
],
)