Nodes/ComfyUI-outputlists-combiner/KSampler Immediate Save
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!"*

By geroldmeisinger·Created 9 months ago·Updated 6 months ago· 169
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)

NameTypeDefaultDescription
ckpt_nameCOMBOThe name of the checkpoint (model) to load.
positiveSTRINGThe conditioning describing the attributes you want to include in the image.
negativeSTRINGThe conditioning describing the attributes you want to exclude from the image.
latent_imageLATENTThe latent image to denoise.
seedINT00–1152921504606847000The random seed used for creating the noise.
stepsINT201–10000The number of steps used in the denoising process.
cfgFLOAT8.00–100The 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_nameCOMBOThe algorithm used when sampling , this can affect the quality , speed , and style of the generated output.
schedulerCOMBOThe scheduler controls how noise is gradually removed to form the image.
denoiseFLOAT1.000–1The amount of denoising applied , lower values will maintain the structure of the initial image allowing for image to image sampling.
filename_prefixSTRINGComfyUIThe 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)

NameTypeDescription
imageIMAGEThe decoded image.