ComfyUI Node
Merge Image Batches
A ComfyUI node in nifty/image with 3 inputs and 1 output.
Merge Image Batches
- source_images
- new_images
- images
◄overlap_mode▾►
Categorynifty/image
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| overlap_mode | COMBO | How to handle the transition between batches. 'none' = simple concatenation. 'cut' = removes overlap frames. 'linear_blend' = simple crossfade. 'ease_in_out' = smooth S-curve crossfade. 'filmic_crossfade' = gamma-correct blend. 'perceptual_crossfade' = LAB color space blend (requires kornia). | |
| source_imagesopt | IMAGE | First batch — the base sequence. | |
| new_imagesopt | IMAGE | Second batch — appended after source. Must have the same resolution as source when using any blend mode. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| images | IMAGE | — |