From 14997a14161023ecd8b49e93dcc218501c189f44 Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Tue, 7 Jul 2026 20:17:34 +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 74f895d0d..f5e8d9f5e 100644 --- a/comfy_extras/nodes_seedvr.py +++ b/comfy_extras/nodes_seedvr.py @@ -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."),