ComfyUI Node
Affine Pattern Noise
A ComfyUI node in sampling/custom_sampling/noise with 7 inputs and 1 output.
Affine Pattern Noise
- options
- noise_options
- NOISE
◄patternwhite_noise►
◄seed0►
◄affine_scale0.950►
◄normalizetrue►
◄affine_bias0.000►
Categorysampling/custom_sampling/noise
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| pattern | COMBO | white_noise | Pattern used to synthesize structured noise (excludes solid and content-derived patterns). |
| seed | INT | 00–2147483647 | Seed for reproducible noise generation. |
| affine_scale | FLOAT | 0.9500–10 | Pattern amplitude multiplier applied to the base ComfyUI noise. Controls how much the pattern affects the final noise. |
| normalize | BOOLEAN | true | If enabled, center and scale the generated pattern to zero-mean unit-std before amplitude scaling. |
| affine_bias | FLOAT | 0.000-2–2 | Additive bias applied where the pattern mask is active. Positive values brighten, negative values darken. |
| optionsopt | DICT | Base options DICT for pattern parameters (same keys as Affine patterns). | |
| noise_optionsopt | DICT | Pattern-specific overrides layered onto 'options'. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| NOISE | NOISE | — |