ComfyUI Node
SonarShuffledNoise
Custom noise type that allows shuffling noise along dimensions you specify.
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)
| Name | Type | Default | Description |
|---|---|---|---|
| factor | FLOAT | 1.000-10000–10000 | Scaling factor for the generated noise of this type. |
| custom_noise | SONAR_CUSTOM_NOISE,OCS_NOISE | Custom noise type to filter. The following input types are supported: SONAR_CUSTOM_NOISE, OCS_NOISE | |
| dims | STRING | 1,-2,-1 | Comma separated list of dimensions to shuffle. May be negative to count from the end. |
| percentages | STRING | 1.0,0.25,0.25 | Comma 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_rng | BOOLEAN | true | When enabled, the RNG state will be forked to generate the shuffle values. |
| no_identity | BOOLEAN | true | When enabled, ensures shuffle never ends up selecting the original element. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| SONAR_CUSTOM_NOISE | SONAR_CUSTOM_NOISE | A custom noise chain. |