Update comfy_extras/nodes_seedvr.py

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

View File

@ -444,7 +444,7 @@ class SeedVR2TemporalChunk(io.ComfyNode):
]),
],
outputs=[
io.Latent.Output(display_name="latent_chunks", is_output_list=True,
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."),