ComfyUI Node
Latent Worley Noise
A ComfyUI node in Latent/Noise with 12 inputs and 1 output.
Latent Worley Noise
- latent
- mask
- LATENT
◄seed0►
◄feature_points16►
◄octaves3►
◄persistence0.65►
◄lacunarity2.0►
◄distance_metriceuclidean►
◄jitter0.35►
◄strength0.50►
◄channel_modeshared►
◄temporal_modelocked►
CategoryLatent/Noise
Inputs (12)
| Name | Type | Default | Description |
|---|---|---|---|
| latent | LATENT | Latent to perturb with Worley (cellular) noise. | |
| seed | INT | 00–18446744073709550000 | Seed for the feature point distribution. |
| feature_points | INT | 161–4096 | Base number of feature points scattered across the plane. |
| octaves | INT | 31–8 | Number of cellular layers to accumulate. |
| persistence | FLOAT | 0.650–1 | Amplitude multiplier between Worley octaves. |
| lacunarity | FLOAT | 2.01–6 | Multiplier for the feature point count between octaves. |
| distance_metric | COMBO | euclidean | Distance metric used when measuring feature proximity. |
| jitter | FLOAT | 0.350–1 | How far feature points can drift inside each cell. |
| strength | FLOAT | 0.500–5 | Scale of the normalized Worley noise relative to the latent's standard deviation. |
| channel_mode | COMBO | shared | Shared noise for all channels or reseeded per channel. |
| temporal_mode | COMBO | locked | locked reuses a single noise pattern per frame; animated reseeds each frame. |
| 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 | — |