ComfyUI Node
Adv KSampler Info
Adds more optional values to the KSampler.
Adv KSampler Info
- adv_sampler_info
◄add_noisetrue►
◄start_at_step0►
◄end_at_step10000►
◄return_with_leftover_noisefalse►
CategorySage Utils/sampler
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| add_noise | BOOLEAN | true | Whether to add noise during sampling. |
| start_at_step | INT | 00–10000 | The first step at which to apply noise. |
| end_at_step | INT | 100000–10000 | The last step at which to apply noise. |
| return_with_leftover_noise | BOOLEAN | false | Return the extra noise if not fully denoised. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| adv_sampler_info | ADV_SAMPLER_INFO | The advanced sampler settings. |