mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-20 21:38:30 +08:00
Update comfy_extras/nodes_seedvr.py
This commit is contained in:
parent
d520976498
commit
3169ddd869
@ -425,7 +425,7 @@ class SeedVR2TemporalChunk(io.ComfyNode):
|
|||||||
def define_schema(cls):
|
def define_schema(cls):
|
||||||
return io.Schema(
|
return io.Schema(
|
||||||
node_id="SeedVR2TemporalChunk",
|
node_id="SeedVR2TemporalChunk",
|
||||||
display_name="Chunk SeedVR2 Latent",
|
display_name="Split SeedVR2 Latent",
|
||||||
category="model/latent/batch",
|
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.",
|
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", "chunk", "temporal", "video upscale", "rebatch"],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user