ComfyUI Node
πͺ VACE Join (Batch)
Batch-aware VACE prep that handles first/last iteration edge cases for multi-video processing.
πͺ VACE Join (Batch)
- video_1
- video_2
- control_video
- control_mask
- width
- height
- length
- start_images
- end_images
- context_frames
- replace_frames
- new_frames
βis_firstfalseβΊ
βis_lastfalseβΊ
βcontext_frames8βΊ
βreplace_frames8βΊ
βnew_frames0βΊ
βdebugfalseβΊ
CategoryWan VACE Prep/VACE
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| video_1 | IMAGE | β | |
| video_2 | IMAGE | β | |
| is_first | BOOLEAN | false | True for first iteration (index=0) - includes full beginning of video_1 in start_images. |
| is_last | BOOLEAN | false | True for last iteration - includes full ending of video_2 in end_images. |
| context_frames | INT | 84β120 | Reference frames from each video edge for VACE interpolation (multiple of 4). |
| replace_frames | INT | 80β120 | Number of frames to regenerate at each transition edge (multiple of 4). |
| new_frames | INT | 00β240 | Number of new transition frames to generate, in addition to the replace_frames (multiple of 4). |
| debug | BOOLEAN | false | Log details to the console |
Outputs (10)
| Name | Type | Description |
|---|---|---|
| control_video | IMAGE | β |
| control_mask | MASK | β |
| width | INT | β |
| height | INT | β |
| length | INT | β |
| start_images | IMAGE | β |
| end_images | IMAGE | β |
| context_frames | INT | β |
| replace_frames | INT | β |
| new_frames | INT | β |