ComfyUI Node
Image Batch Extend With Overlap (UTK)
Helper node for video generation extension. First input source and overlap amount to get the starting frames for the extension. Then on another copy of the node provide the newly generated frames and choose how to overlap them.
Image Batch Extend With Overlap (UTK)
- source_images
- new_images
- source_images
- start_images
- extended_images
◄overlap13►
◄overlap_sidesource►
◄overlap_modelinear_blend►
CategoryUniversalToolkit/Image
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| source_images | IMAGE | The source images to extend | |
| overlap | INT | 131–4096 | Number of overlapping frames between source and new images |
| overlap_side | COMBO | source | Which side to overlap on |
| overlap_mode | COMBO | linear_blend | Method to use for overlapping frames |
| new_imagesopt | IMAGE | The new images to extend with |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| source_images | IMAGE | The original source images (passthrough) |
| start_images | IMAGE | The input images used as the starting point for extension |
| extended_images | IMAGE | The extended images with overlap, if no new images are provided this will be empty |