ComfyUI Node
Layer Stack Node (MD)
Composites a layer over a background using a blend mode, mask, and transparency. Supports multiple blend modes including Normal, Screen, Multiply, Overlay, etc.
Layer Stack Node (MD)
- background
- layer
- mask
- Composited Image
◄blending_mode▾►
◄transparency1.00►
Categorymd/layers
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| background | IMAGE | The base image to which the layer will be composited. | |
| layer | IMAGE | The layer to composite over the background. | |
| blending_mode | COMBO | The blend mode to use when compositing the layer. | |
| transparency | FLOAT | 1.000–1 | Global transparency for the layer (0.0 = fully transparent, 1.0 = fully opaque). |
| maskopt | MASK | Optional mask to control where the layer is applied (white = visible, black = hidden). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| Composited Image | IMAGE | Composited image result |