Nodes/ComfyUI-SPEED/Sampler SPEED (Spectral Progressive Diffusion)
ComfyUI Node

Sampler SPEED (Spectral Progressive Diffusion)

A ComfyUI node in sampling/custom_sampling/samplers with 10 inputs and 1 output.

By ruwwww·Created 3 months ago·Updated about a month ago· 63
Sampler SPEED (Spectral Progressive Diffusion)
    • SAMPLER
    base_samplereuler
    transformdct
    modedelta_optimal
    model_presetflux
    scales0.5,1.0
    delta0.010
    manual_sigmas0.85
    spectrum_A203.615
    spectrum_beta1.915
    seed0
    Categorysampling/custom_sampling/samplers

    Inputs (10)

    NameTypeDefaultDescription
    base_samplerCOMBOeulerUnderlying ODE solver. Any comfy k_diffusion sampler is supported. Multistep solvers restart at each SPEED transition because we segment the schedule.
    transformCOMBOdctSpectral basis used at each transition. DCT (default) supports any scale ratio; DWT requires consecutive scales to differ by exactly 2x; FFT accepts any ratio.
    modeCOMBOdelta_optimal`delta_optimal` computes transitions from `scales`, `delta`, and the selected power-spectrum preset. `manual` uses user-specified sigma thresholds.
    model_presetCOMBOfluxPower-spectrum preset for delta-optimal mode. `flux` and `wan21` use measured (A, beta). `custom` uses the manual A / beta inputs below.
    scalesSTRING0.5,1.0Comma-separated resolution fractions ending at 1.0. Used in delta_optimal mode. Example: `0.5,1.0` or `0.25,0.5,1.0`.
    deltaFLOAT0.0100.0001–0.5Noise-dominated tolerance. Smaller values transition later.
    manual_sigmasSTRING0.85Comma-separated sigma thresholds, one per transition (length S-1 to match `scales`). Used in `manual` mode. Example for scales=`0.25,0.5,1.0`: `0.95,0.85`.
    spectrum_AFLOAT203.6150–1000000Power-spectrum amplitude A (used when model_preset=custom).
    spectrum_betaFLOAT1.9150–10Power-spectrum decay exponent beta (used when model_preset=custom).
    seedINT00–2147483647Seed for the spectral-noise padding at each transition.

    Outputs (1)

    NameTypeDescription
    SAMPLERSAMPLER