Nodes/Nifty Nodes for ComfyUI/Merge Image Batches
ComfyUI Node

Merge Image Batches

A ComfyUI node in nifty/image with 3 inputs and 1 output.

By Stibo·Created 5 months ago·Updated 2 months ago· 7
Merge Image Batches
  • source_images
  • new_images
  • images
overlap_mode
Categorynifty/image

Inputs (3)

NameTypeDefaultDescription
overlap_modeCOMBOHow 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_imagesoptIMAGEFirst batch — the base sequence.
new_imagesoptIMAGESecond batch — appended after source. Must have the same resolution as source when using any blend mode.

Outputs (1)

NameTypeDescription
imagesIMAGE