ComfyUI Node
Simple KSampler π‘οΈ
A ComfyUI node in TensorVizion/Model Utilities with 10 inputs and 2 outputs.
Simple KSampler π‘οΈ
- model
- positive
- negative
- latent_image
- latent
- summary
βseed0βΊ
βsteps20βΊ
βcfg8.0βΊ
βsampler_nameβΎβΊ
βschedulerβΎβΊ
βdenoise1.00βΊ
CategoryTensorVizion/Model Utilities
Inputs (10)
| 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 steps used in the denoising process. |
| cfg | FLOAT | 8.00β100 | The Classifier-Free Guidance scale balances creativity and adherence to the prompt. Higher values result in images more closely matching the prompt however too high values will negatively impact quality. |
| sampler_name | COMBO | The algorithm used when sampling, this can affect the quality, speed, and style of the generated output. | |
| scheduler | COMBO | The scheduler controls how noise is gradually removed to form the image. | |
| positive | CONDITIONING | The conditioning describing the attributes you want to include in the image. | |
| negative | CONDITIONING | The conditioning describing the attributes you want to exclude from the image. | |
| latent_image | LATENT | The latent image to denoise. | |
| denoise | FLOAT | 1.000β1 | The amount of denoising applied, lower values will maintain the structure of the initial image allowing for image to image sampling. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| latent | LATENT | β |
| summary | STRING | β |