ComfyUI Node
SamplerDistance
A ComfyUI node in sampling/custom_sampling/samplers with 3 inputs and 1 output.
SamplerDistance
- SAMPLER
◄resample3►
◄resample_end-1►
◄cfgpptrue►
Categorysampling/custom_sampling/samplers
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| resample | INT | 3-1–32 | 0 all along gives Euler. 1 gives Heun. Anything starting from 2 will use the distance method. -1 will do remaining steps + 1 as the resample value. This can be pretty slow. |
| resample_end | INT | -1-1–32 | How many resamples for the end. -1 means constant. |
| cfgpp | BOOLEAN | true | Controls whether to use CFG++ sampling. When enabled, you should set CFG to a fairly low value. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| SAMPLER | SAMPLER | — |