ComfyUI Node
SamplerTaylorFlow
A ComfyUI node in sampling/custom_sampling/samplers with 4 inputs and 1 output.
SamplerTaylorFlow
- SAMPLER
◄order8►
◄eta1.00►
◄s_noise1.00►
◄sigma_calcclyb►
Categorysampling/custom_sampling/samplers
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| order | INT | 81–16 | Taylor expansion order (1-16). Higher = more accurate but uses more history |
| eta | FLOAT | 1.000–100 | Ancestral sampling stochasticity (0=deterministic, 1=full stochastic) |
| s_noise | FLOAT | 1.000–100 | Noise scaling factor |
| sigma_calc | COMBO | clyb | Ancestral sigma calculation method: clyb (original log-based), taylor-expansion (exponential+quadratic), ancestral (standard k-diffusion), adaptive (history-based convergence-aware) |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| SAMPLER | SAMPLER | — |