mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-11 08:57:22 +08:00
Update comfy_extras/nodes_seedvr.py
This commit is contained in:
parent
9f19eaa852
commit
91a45d154e
@ -527,7 +527,7 @@ class SeedVR2TemporalMerge(io.ComfyNode):
|
|||||||
inputs=[
|
inputs=[
|
||||||
io.Latent.Input("latent_chunks", tooltip="The sampled temporal chunks in sequence order."),
|
io.Latent.Input("latent_chunks", tooltip="The sampled temporal chunks in sequence order."),
|
||||||
io.Int.Input("temporal_overlap", default=0, min=0, max=16384, force_input=True,
|
io.Int.Input("temporal_overlap", default=0, min=0, max=16384, force_input=True,
|
||||||
tooltip="The temporal_overlap output of Chunk SeedVR2 Latent. 0 = plain concatenation."),
|
tooltip="The temporal_overlap output of Split SeedVR2 Latent. 0 = plain concatenation."),
|
||||||
],
|
],
|
||||||
outputs=[
|
outputs=[
|
||||||
io.Latent.Output(display_name="latent", tooltip="The recombined full-length latent."),
|
io.Latent.Output(display_name="latent", tooltip="The recombined full-length latent."),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user