Composite Layers

Combine multiple images in a single node

combine 3 credits

Composite Layers

Combine multiple images in a single node

Overview

The Composite node combines multiple image layers onto a base layer with individual positioning for each. Layer 0 is the base (determines output size), and subsequent layers are drawn on top in order. More efficient than chaining multiple Merge nodes.

Usage Tips

  • Layer 0 (base) determines the final output dimensions
  • Position each layer using coordinates or presets like “center”, “top-right”
  • Layers are drawn in order: layer 0, then 1, then 2, etc.
  • Use for complex compositions with many elements

Common Pairings

  • Solid Canvas - Create a base layer for the composition
  • Text - Add multiple text elements at different positions
  • Asset - Layer multiple brand elements in one operation

Gotchas

  • All layers after 0 must connect to layer inputs (layer_1, layer_2, etc.)
  • Position presets: “center”, “top-left”, “top-right”, “bottom-left”, “bottom-right”
  • Higher layer numbers draw on top of lower numbers

Technical Reference

Inputs

NameTypeRequiredDescription
layer_0ImageYesBase layer (determines output size)
layer_NImageNoAdditional layers (N = 1, 2, 3, ...)

Outputs

NameTypeDescription
outputImageComposited result image

Parameters

NameTypeDefaultDescription
layer_0_positionsizemap[height:0 width:0]Position for base layer (usually 0 x 0)
layer_N_positiontext0 x 0Position for layer N: 'X x Y', 'center', 'top-left', 'top-right', 'bottom-left', 'bottom-right', 'top-center', 'bottom-center', 'left-center', 'right-center'