From 3169ddd8699948952d372bd1916ba0936e4b6a8d Mon Sep 17 00:00:00 2001 From: Alexis Rolland Date: Tue, 7 Jul 2026 20:14:24 +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 5568b6515..9a3398c0e 100644 --- a/comfy_extras/nodes_seedvr.py +++ b/comfy_extras/nodes_seedvr.py @@ -425,7 +425,7 @@ class SeedVR2TemporalChunk(io.ComfyNode): def define_schema(cls): return io.Schema( node_id="SeedVR2TemporalChunk", - display_name="Chunk SeedVR2 Latent", + display_name="Split SeedVR2 Latent", category="model/latent/batch", description="Split a SeedVR2 video latent into overlapping temporal chunks small enough to sample one at a time within VRAM, wiring latent_chunks to both Apply SeedVR2 Conditioning and the sampler latent input before recombining with Merge SeedVR2 Latent Chunks.", search_aliases=["seedvr2", "chunk", "temporal", "video upscale", "rebatch"],