ComfyUI Node
SonarPatternBreakNoise
Custom noise type that allows breaking patterns in the noise with configurable strength
SonarPatternBreakNoise
- custom_noise
- SONAR_CUSTOM_NOISE
◄factor1.000►
◄detail_level0.000►
◄blend_modelerp►
◄percentage1.000►
◄restore_scaletrue►
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 | |
| detail_level | FLOAT | 0.000-10000–10000 | Controls the detail level of the noise when break_pattern is non-zero. No effect when strength is 0. |
| blend_mode | COMBO | lerp | Function to use for blending original noise with pattern broken noise. If you have ComfyUI-bleh then you will have access to many more blend modes. |
| percentage | FLOAT | 1.0000–1 | Percentage of elements to shuffle in the specified dimensions. |
| restore_scale | BOOLEAN | true | Controls whether the original min/max values get preserved. Not sure which is better, it is slightly slower to do this though. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| SONAR_CUSTOM_NOISE | SONAR_CUSTOM_NOISE | A custom noise chain. |