ComfyUI Node
KSampler (LoRA Sigma Inverse)
A ComfyUI node in sampling with 17 inputs and 1 output.
KSampler (LoRA Sigma Inverse)
- model
- positive
- negative
- latent_image
- LATENT
◄seed0►
◄steps20►
◄cfg8.0►
◄sampler_name▾►
◄scheduler▾►
◄lora_name▾►
◄min_lora_strength0.00►
◄max_lora_strength1.00►
◄min_lora_step-1►
◄max_lora_step-1►
◄denoise1.00►
◄scale_cfgfalse►
◄clamp_cfg_after-1►
Categorysampling
Inputs (17)
| Name | Type | Default | Description |
|---|---|---|---|
| model | MODEL | The model used for denoising the input latent. | |
| seed | INT | 00–18446744073709550000 | The random seed used for creating the noise. |
| steps | INT | 201–10000 | The number of denoising steps. |
| cfg | FLOAT | 8.00–100 | Classifier-Free Guidance scale. |
| sampler_name | COMBO | Sampling algorithm. | |
| scheduler | COMBO | Sigma scheduler. | |
| positive | CONDITIONING | Positive conditioning. | |
| negative | CONDITIONING | Negative conditioning. | |
| latent_image | LATENT | The latent image to denoise. | |
| lora_name | COMBO | LoRA file to load and schedule over sampling. | |
| min_lora_strength | FLOAT | 0.00-100–100 | Starting LoRA strength at the beginning of sampling (highest sigma). |
| max_lora_strength | FLOAT | 1.00-100–100 | Target LoRA strength at the end of sampling when sigma reaches its minimum. |
| min_lora_step | INT | -1-1–10000 | Minimum step index where LoRA is enabled. -1 means no minimum bound. |
| max_lora_step | INT | -1-1–10000 | Maximum step index where LoRA is enabled. -1 means no maximum bound. |
| denoise | FLOAT | 1.000–1 | How much of the schedule to run. |
| scale_cfg | BOOLEAN | false | Scale CFG toward 1.0 as LoRA strength increases during active LoRA steps. |
| clamp_cfg_after | INT | -1-1–10000 | Sets the CFG value to 1.0 after the given sampling step. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| LATENT | LATENT | — |