Nodes/ComfyUI Prepack/đź’€Prepack Ksampler
ComfyUI Node

đź’€Prepack Ksampler

Run KSampler and then decode with VAE in a single node.

By S4MUEL-404·Created 11 months ago·Updated 9 months ago· 2
đź’€Prepack Ksampler
  • model
  • positive
  • negative
  • vae
  • latent_image
  • image
  • info
â—„seed0â–ş
â—„steps20â–ş
â—„cfg8.0â–ş
â—„sampler_nameâ–ľâ–ş
â—„schedulerâ–ľâ–ş
â—„denoise1.00â–ş
Categoryđź’€Prepack

Inputs (11)

NameTypeDefaultDescription
modelMODELThe model used for denoising the input latent.
positiveCONDITIONINGPositive conditioning (CFG target).
negativeCONDITIONINGNegative conditioning (CFG target to avoid).
vaeVAEThe VAE model used for decoding the latent to image.
latent_imageLATENTThe input latent to denoise (from VAE Encode or Empty Latent Image).
seedINT00–18446744073709550000The random seed used for creating the noise.
stepsINT201–10000The number of steps used in the denoising process.
cfgFLOAT8.00–100The Classifier-Free Guidance scale.
sampler_nameCOMBOThe algorithm used when sampling.
schedulerCOMBOThe noise schedule applied during sampling.
denoiseFLOAT1.000–1Relative denoising strength: 1.0 = full denoise; <1.0 = partial denoise (img2img).

Outputs (2)

NameTypeDescription
imageIMAGEDecoded image tensor (NCHW, float32, range 0..1).
infoSTRINGSampling process information including model, prompts, parameters, and status.