Nodes/ComfyUI-sonar/SonarShuffledNoise
ComfyUI Node

SonarShuffledNoise

Custom noise type that allows shuffling noise along dimensions you specify.

By blepping·Created 3 years ago·Updated 4 days ago· 49
SonarShuffledNoise
  • custom_noise
  • SONAR_CUSTOM_NOISE
factor1.000
dims1,-2,-1
percentages1.0,0.25,0.25
fork_rngtrue
no_identitytrue
Categoryadvanced/noise

Inputs (6)

NameTypeDefaultDescription
factorFLOAT1.000-10000–10000Scaling factor for the generated noise of this type.
custom_noiseSONAR_CUSTOM_NOISE,OCS_NOISECustom noise type to filter. The following input types are supported: SONAR_CUSTOM_NOISE, OCS_NOISE
dimsSTRING1,-2,-1Comma separated list of dimensions to shuffle. May be negative to count from the end.
percentagesSTRING1.0,0.25,0.25Comma separated list of percentages (0.0 to 1.0 for 100%) of elements to shuffle. Paired with the list of dimensions and wrap if it's shorter. For example, if you specified three dimensions and two percentages, the third dimension in the list would use the first percentage again.
fork_rngBOOLEANtrueWhen enabled, the RNG state will be forked to generate the shuffle values.
no_identityBOOLEANtrueWhen enabled, ensures shuffle never ends up selecting the original element.

Outputs (1)

NameTypeDescription
SONAR_CUSTOM_NOISESONAR_CUSTOM_NOISEA custom noise chain.