mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-10 16:37:36 +08:00
Update comfy_extras/nodes_seedvr.py
This commit is contained in:
parent
aa2f1a5e92
commit
a73d682e77
@ -519,7 +519,7 @@ class SeedVR2TemporalMerge(io.ComfyNode):
|
|||||||
def define_schema(cls):
|
def define_schema(cls):
|
||||||
return io.Schema(
|
return io.Schema(
|
||||||
node_id="SeedVR2TemporalMerge",
|
node_id="SeedVR2TemporalMerge",
|
||||||
display_name="Merge SeedVR2 Latent Chunks",
|
display_name="Merge SeedVR2 Latents",
|
||||||
category="model/latent/batch",
|
category="model/latent/batch",
|
||||||
is_input_list=True,
|
is_input_list=True,
|
||||||
description="Recombine sampled SeedVR2 temporal chunks into one latent, crossfading each overlap with a Hann window sized by the temporal_overlap wired from Chunk SeedVR2 Latent.",
|
description="Recombine sampled SeedVR2 temporal chunks into one latent, crossfading each overlap with a Hann window sized by the temporal_overlap wired from Chunk SeedVR2 Latent.",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user