ComfyUI Node
Dazzle Options
A ComfyUI node in DazzleNodes/Options with 5 inputs and 1 output.
Dazzle Options
- options_in
- options
◄norm_modeauto►
◄whitening1.0►
◄cutoff_curvegaussian►
◄phase_randomizefalse►
CategoryDazzleNodes/Options
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| norm_modeopt | COMBO | auto | Spectral normalization algorithm. auto: SmartResCalc picks based on context (per_bin for images, global_rms for noise patterns) per_bin: Each frequency bin normalized individually. Transfers spatial structure via phase only. Resolution-independent, works well at any image size. global_rms: All bins scaled by same factor (v0.10.4 behavior). Preserves amplitude structure but can overwhelm at high resolution. Use this to reproduce outputs from older versions. |
| whiteningopt | FLOAT | 1.00–1 | Blend between global_rms (0.0) and per_bin (1.0) normalization. Only used when norm_mode is 'auto' or for fine-tuning. 0.0 = full amplitude transfer (old behavior). 1.0 = phase-only transfer (new behavior). 0.5 = half amplitude, half phase. |
| cutoff_curveopt | COMBO | gaussian | Shape of the frequency rolloff mask. gaussian: Smooth Gaussian rolloff (default, avoids Gibbs ringing) cosine: Cosine rolloff (slightly sharper transition) sharp: Brick-wall cutoff (sharpest, may cause ringing artifacts) |
| phase_randomizeopt | BOOLEAN | false | Randomize pattern phases before blending. Decorrelates pattern from samples in img2img+img2noise mode. Preserves spatial structure (amplitude) while breaking pixel-level correlation. |
| options_inopt | DAZZLE_OPTIONS | Chain input from another DazzleOptions node. Options from this node override values from options_in. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| options | DAZZLE_OPTIONS | — |