Inputs
| Parameter Name | Description | Data Type | Required | Default | Range/Options |
|---|---|---|---|---|---|
| Model | Input model used for the denoising process | checkpoint | Yes | None | - |
| seed | Used to generate random noise, using the same “seed” generates identical images | Int | Yes | 0 | 0 ~ 18446744073709551615 |
| steps | Number of steps to use in denoising process, more steps mean more accurate results | Int | Yes | 20 | 1 ~ 10000 |
| cfg | Controls how closely the generated image matches input conditions, 6-8 recommended | float | Yes | 8.0 | 0.0 ~ 100.0 |
| sampler_name | Choose sampler for denoising, affects generation speed and style | UI Option | Yes | None | Multiple algorithms |
| scheduler | Controls how noise is removed, affects generation process | UI Option | Yes | None | Multiple schedulers |
| Positive | Positive conditions guiding denoising, what you want to appear in the image | conditioning | Yes | None | - |
| Negative | Negative conditions guiding denoising, what you don’t want in the image | conditioning | Yes | None | - |
| Latent_Image | Latent image used for denoising | Latent | Yes | None | - |
| denoise | Determines noise removal ratio, lower values mean less connection to input image | float | No | 1.0 | 0.0 ~ 1.0 |
| control_after_generate | Provides ability to change seed after each prompt | UI Option | No | None | Random/Inc/Dec/Keep |
Output
| Parameter | Function |
|---|---|
| Latent | Outputs the latent after sampler denoising |
Source Code
[Updated on May 15, 2025]This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub