Nodes/Skoogeer-Noise/Image Fractal Brownian Motion
ComfyUI Node

Image Fractal Brownian Motion

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

By ttulttul·Created 8 months ago·Updated 2 months ago· 14
Image Fractal Brownian Motion
  • image
  • mask
  • IMAGE
seed0
base_noisesimplex
frequency2.00
feature_points16
octaves5
persistence0.50
lacunarity2.0
distance_metriceuclidean
jitter0.35
strength0.50
channel_modeshared
temporal_modelocked
CategoryImage/Noise

Inputs (14)

NameTypeDefaultDescription
imageIMAGEImage to enrich with fractal Brownian motion.
seedINT00–18446744073709550000Seed for the base noise generator.
base_noiseCOMBOsimplexNoise primitive accumulated by the fBm stack.
frequencyFLOAT2.000.01–64Fundamental frequency for simplex/perlin bases (acts as a multiplier for Worley).
feature_pointsINT161–4096Base feature point count (used when base noise is Worley).
octavesINT51–12Number of fBm layers to accumulate.
persistenceFLOAT0.500–1Amplitude multiplier between fBm layers.
lacunarityFLOAT2.01–6Frequency multiplier between fBm layers.
distance_metricCOMBOeuclideanDistance metric used when the base noise is Worley.
jitterFLOAT0.350–1Feature jitter amount for Worley base noise.
strengthFLOAT0.500–5Scale of the normalized fBm field relative to the image's standard deviation.
channel_modeCOMBOsharedShared fBm field per sample or reseeded per channel.
temporal_modeCOMBOlockedlocked reuses the same fBm 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