Skip to content

LayerStyle Nodes

Photoshop-like layer effects in ComfyUI.

Installation

ComfyUI/custom_nodes/
  ComfyUI-layerstyle/

Install via ComfyUI Manager.

Blend Modes

Available Modes

ModeDescription
NormalNo blend
MultiplyDarken
ScreenLighten
OverlayContrast
Soft LightSubtle contrast
Hard LightStrong contrast
DifferenceInvert difference
ExclusionLike difference, softer

Usage

Layer 1 → LayerStyle → Layer 2

        Blended Output

Shadow Effects

Drop Shadow

ParameterDescription
offset_xHorizontal offset
offset_yVertical offset
blurShadow spread
opacityShadow strength
colorShadow color

Inner Shadow

Shadows inside the layer boundary.

Glow Effects

Outer Glow

ParameterDescription
blurGlow spread
intensityGlow strength
colorGlow color

Inner Glow

Glow from edges inward.

Border Effects

Stroke

ParameterDescription
widthBorder width
colorBorder color
opacityTransparency

Gradient Stroke

Border with gradient colors.

Advanced Features

Blend If

Control opacity based on underlying layers.

Patterns

Apply repeating patterns as textures.

Common Workflows

Text Effects

LoadImage (background)

Add text layer

LayerStyle (shadow + glow)

Output

Button Design

Base shape

LayerStyle (gradient + border)

Shadow

Button image

Tips

  1. Layer order: Effects apply in node order
  2. Opacity: Lower values for subtle effects
  3. Color: Use complementary colors

Next Steps