diff --git a/comfy_extras/nodes_seedvr.py b/comfy_extras/nodes_seedvr.py index 9a3398c0e..dacafc522 100644 --- a/comfy_extras/nodes_seedvr.py +++ b/comfy_extras/nodes_seedvr.py @@ -428,7 +428,7 @@ class SeedVR2TemporalChunk(io.ComfyNode): 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"], + search_aliases=["seedvr2", "split", "chunk", "temporal", "video upscale", "rebatch"], inputs=[ io.Latent.Input("latent", tooltip="The VAE-encoded SeedVR2 latent to split."), io.Int.Input("temporal_overlap", default=0, min=0, max=16384,