ComfyUI Node
KSampler Immediate Save
Node expansion of default `CheckpointLoader`, `KSampler`, `VAE Decode` and `Save Image` to process as one. This is useful if you want to save the intermediate images for grids immediately. *"A custom KSampler just to save an image? Now I have become the very thing I sought to destroy!"*
KSampler Immediate Save
- latent_image
- image
◄ckpt_name▾►
◄positive—►
◄negative—►
◄seed0►
◄steps20►
◄cfg8.0►
◄sampler_name▾►
◄scheduler▾►
◄denoise1.00►
◄filename_prefixComfyUI►
Category_for_testing
Inputs (11)
| Name | Type | Default | Description |
|---|---|---|---|
| ckpt_name | COMBO | The name of the checkpoint (model) to load. | |
| positive | STRING | The conditioning describing the attributes you want to include in the image. | |
| negative | STRING | The conditioning describing the attributes you want to exclude from the image. | |
| latent_image | LATENT | The latent image to denoise. | |
| seed | INT | 00–1152921504606847000 | 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. | |
| 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. |
| filename_prefix | STRING | ComfyUI | The prefix for the file to save. This may include formatting information such as %date :yyyy-MM-dd% or %Empty Latent Image.width% to include values from nodes. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | The decoded image. |