mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-12 17:37:17 +08:00
Update comfy_extras/nodes_seedvr.py
This commit is contained in:
parent
3c39f47980
commit
14997a1416
@ -444,7 +444,7 @@ class SeedVR2TemporalChunk(io.ComfyNode):
|
|||||||
]),
|
]),
|
||||||
],
|
],
|
||||||
outputs=[
|
outputs=[
|
||||||
io.Latent.Output(display_name="latent_chunks", is_output_list=True,
|
io.Latent.Output(display_name="latents", is_output_list=True,
|
||||||
tooltip="The temporal chunks in sequence order."),
|
tooltip="The temporal chunks in sequence order."),
|
||||||
io.Int.Output(display_name="temporal_overlap",
|
io.Int.Output(display_name="temporal_overlap",
|
||||||
tooltip="The effective latent-frame overlap between adjacent chunks, for Merge SeedVR2 Latent Chunks."),
|
tooltip="The effective latent-frame overlap between adjacent chunks, for Merge SeedVR2 Latent Chunks."),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user