ComfyUI Node
Latent Perlin Fractal Noise
A ComfyUI node in Latent/Noise with 9 inputs and 1 output.
Latent Perlin Fractal Noise
- latent
- mask
- LATENT
◄seed0►
◄frequency2.00►
◄octaves4►
◄persistence0.50►
◄lacunarity2.0►
◄strength0.50►
◄channel_modeshared►
CategoryLatent/Noise
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| latent | LATENT | Latent that will be perturbed with fractal Perlin noise. | |
| seed | INT | 00–18446744073709550000 | Seed controlling the procedural noise pattern. |
| frequency | FLOAT | 2.000.01–64 | Base lattice frequency. Higher values produce finer details. |
| octaves | INT | 41–12 | Number of noise layers to accumulate. |
| persistence | FLOAT | 0.500–1 | Amplitude multiplier between octaves. |
| lacunarity | FLOAT | 2.01–6 | Frequency multiplier between octaves. |
| strength | FLOAT | 0.500–5 | Scales the normalized noise relative to the latent's standard deviation. |
| channel_mode | COMBO | shared | Shared noise across channels or unique noise per channel. |
| maskopt | MASK | Optional mask (often image-sized) to limit the noise injection to masked areas. The mask is resized to latent resolution (bicubic when downscaling). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| LATENT | LATENT | — |