Nodes/ComfyUI-sonar/SonarScheduledNoise
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.

By blepping·Created 3 years ago·Updated 2 days ago· 49
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)

NameTypeDefaultDescription
factorFLOAT1.000-10000–10000Scaling factor for the generated noise of this type.
modelMODELThe model input is required to calculate sampling percentages.
sonar_custom_noiseSONAR_CUSTOM_NOISE,OCS_NOISECustom noise to use when start_percent and end_percent matches. The following input types are supported: SONAR_CUSTOM_NOISE, OCS_NOISE
start_percentFLOAT0.0000–1Time the custom noise becomes active. Note: Sampling percentage where 1.0 indicates 100%, not based on steps.
end_percentFLOAT1.0000–1Time 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.
normalizeCOMBOdefaultControls whether the generated noise is normalized to 1.0 strength.
fallback_sonar_custom_noiseoptSONAR_CUSTOM_NOISE,OCS_NOISEOptional 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)

NameTypeDescription
SONAR_CUSTOM_NOISESONAR_CUSTOM_NOISEA custom noise chain.