ComfyUI Node
Abstract Image Noise Layer
A ComfyUI node in AbstractImage/Layers with 12 inputs and 1 output.
Abstract Image Noise Layer
- image
- IMAGE
◄seed0►
◄randomizefalse►
◄num_layers1►
◄noise_color_moderandom►
◄noise_color_hex►
◄alpha255►
◄shape_positionfull►
◄blend_modenormal►
◄feather_layerfalse►
◄feather_sigma_min1.0►
◄feather_sigma_max6.0►
CategoryAbstractImage/Layers
Inputs (12)
| Name | Type | Default | Description |
|---|---|---|---|
| image | IMAGE | — | |
| seed | INT | 00–18446744073709550000 | Seed for noise pattern randomness. |
| randomize | BOOLEAN | false | If true, randomize noise scale, colors, position, and blend mode using the seed. |
| num_layers | INT | 11–10 | Number of noise layers to add. |
| noise_color_mode | COMBO | random | Color selection mode for noise. 'random' uses implicit RGB. |
| noise_color_hex | STRING | Hex code for noise color (used if Noise Color Mode is 'hex'). | |
| alpha | INT | 2550–255 | Alpha (transparency) for noise (0 is fully transparent, 255 is fully opaque). |
| shape_position | COMBO | full | Restrict noise pattern to a specific position/quadrant. |
| blend_mode | COMBO | normal | Blending mode to composite the noise layer onto the base image. |
| feather_layer | BOOLEAN | false | Apply Gaussian blur to the alpha channel of the noise layer. |
| feather_sigma_min | FLOAT | 1.00–20 | Minimum sigma for feathering (if applied). |
| feather_sigma_max | FLOAT | 6.00–20 | Maximum sigma for feathering (if applied). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | — |