ComfyUI Node

Dazzle Options

A ComfyUI node in DazzleNodes/Options with 5 inputs and 1 output.

By DazzleNodes·Created 10 months ago·Updated about a month ago· 8
Dazzle Options
  • options_in
  • options
norm_modeauto
whitening1.0
cutoff_curvegaussian
phase_randomizefalse
CategoryDazzleNodes/Options

Inputs (5)

NameTypeDefaultDescription
norm_modeoptCOMBOautoSpectral 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.
whiteningoptFLOAT1.00–1Blend 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_curveoptCOMBOgaussianShape 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_randomizeoptBOOLEANfalseRandomize pattern phases before blending. Decorrelates pattern from samples in img2img+img2noise mode. Preserves spatial structure (amplitude) while breaking pixel-level correlation.
options_inoptDAZZLE_OPTIONSChain input from another DazzleOptions node. Options from this node override values from options_in.

Outputs (1)

NameTypeDescription
optionsDAZZLE_OPTIONS