ComfyUI Node
SONAR_CUSTOM_NOISE to NOISE
Allows converting SONAR_CUSTOM_NOISE to NOISE (used by SamplerCustomAdvanced and possibly other custom samplers). NOTE: Does not work with noise types that depend on sigma (Brownian, ScheduledNoise, etc).
SONAR_CUSTOM_NOISE to NOISE
- custom_noise
- NOISE
◄seed0►
◄cpu_noisetrue►
◄normalizetrue►
◄multiplier1.000►
Categorysampling/custom_sampling/noise
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| custom_noise | SONAR_CUSTOM_NOISE,OCS_NOISE | Custom noise type to convert. The following input types are supported: SONAR_CUSTOM_NOISE, OCS_NOISE | |
| seed | INT | 00–18446744073709550000 | Seed to use for generated noise. |
| cpu_noise | BOOLEAN | true | Controls whether noise is generated on CPU or GPU. |
| normalize | BOOLEAN | true | Controls whether generated noise is normalized to 1.0 strength. |
| multiplier | FLOAT | 1.000-10000–10000 | Simple multiplier applied to noise after all other scaling and normalization effects. If set to 0, no noise will be generated (same as disabling noise). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| NOISE | NOISE | — |