Nodes/Skoogeer-Noise/Image Worley Noise
ComfyUI Node

Image Worley Noise

A ComfyUI node in Image/Noise with 12 inputs and 1 output.

By ttulttul·Created 8 months ago·Updated 2 months ago· 14
Image Worley Noise
  • image
  • mask
  • IMAGE
seed0
feature_points16
octaves3
persistence0.65
lacunarity2.0
distance_metriceuclidean
jitter0.35
strength0.50
channel_modeshared
temporal_modelocked
CategoryImage/Noise

Inputs (12)

NameTypeDefaultDescription
imageIMAGEImage to perturb with Worley (cellular) noise.
seedINT00–18446744073709550000Seed for the feature point distribution.
feature_pointsINT161–4096Base number of feature points scattered across the plane.
octavesINT31–8Number of cellular layers to accumulate.
persistenceFLOAT0.650–1Amplitude multiplier between Worley octaves.
lacunarityFLOAT2.01–6Multiplier for the feature point count between octaves.
distance_metricCOMBOeuclideanDistance metric used when measuring feature proximity.
jitterFLOAT0.350–1How far feature points can drift inside each cell.
strengthFLOAT0.500–5Scale of the normalized Worley noise relative to the image's standard deviation.
channel_modeCOMBOsharedShared noise for all channels or reseeded per channel.
temporal_modeCOMBOlockedlocked reuses a single noise pattern per frame; animated reseeds each frame.
maskoptMASKOptional mask (often image-sized) to limit the noise injection to masked areas. The mask is resized to the image resolution (bicubic when downscaling).

Outputs (1)

NameTypeDescription
IMAGEIMAGE