ComfyUI Node
SonarScheduledNoise
Custom noise type that allows scheduling the output of other custom noise generators. NOTE: If you don't connect the fallback custom noise input, no noise will be generated outside of the start_percent, end_percent range. I recommend connecting a 1.0 strength Gaussian custom noise node as the fallback.
SonarScheduledNoise
- model
- sonar_custom_noise
- fallback_sonar_custom_noise
- SONAR_CUSTOM_NOISE
◄factor1.000►
◄start_percent0.000►
◄end_percent1.000►
◄normalizedefault►
Categoryadvanced/noise
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| factor | FLOAT | 1.000-10000–10000 | Scaling factor for the generated noise of this type. |
| model | MODEL | The model input is required to calculate sampling percentages. | |
| sonar_custom_noise | SONAR_CUSTOM_NOISE,OCS_NOISE | Custom noise to use when start_percent and end_percent matches. The following input types are supported: SONAR_CUSTOM_NOISE, OCS_NOISE | |
| start_percent | FLOAT | 0.0000–1 | Time the custom noise becomes active. Note: Sampling percentage where 1.0 indicates 100%, not based on steps. |
| end_percent | FLOAT | 1.0000–1 | Time the custom noise effect ends - inclusive, so only sampling percentages greater than this will be excluded. Note: Sampling percentage where 1.0 indicates 100%, not based on steps. |
| normalize | COMBO | default | Controls whether the generated noise is normalized to 1.0 strength. |
| fallback_sonar_custom_noiseopt | SONAR_CUSTOM_NOISE,OCS_NOISE | Optional input for noise to use when outside of the start_percent, end_percent range. NOTE: When not connected, defaults to NO NOISE which is probably not what you want. The following input types are supported: SONAR_CUSTOM_NOISE, OCS_NOISE |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| SONAR_CUSTOM_NOISE | SONAR_CUSTOM_NOISE | A custom noise chain. |