Nodes/Pirog's Nodes for ComfyUI/KSampler (Multi-Seed)
ComfyUI Node

KSampler (Multi-Seed)

Generates multiple images by incrementing the seed for each generation for each latent in the input batch.

By Pirog17000·Created about a year ago·Updated 9 months ago· 3
KSampler (Multi-Seed)
  • model
  • positive
  • negative
  • latent_image
  • LATENT
denoise1.00
steps20
cfg8.0
seed_count1
seed0
sampler_name
scheduler
injected_noise0.00
dd_enabledfalse
detail_amount0.10
dd_start0.20
dd_end0.80
dd_bias0.50
dd_exponent1.00
dd_start_offset0.00
dd_end_offset0.00
dd_fade0.00
dd_smoothtrue
Categorypirog/sampling

Inputs (22)

NameTypeDefaultDescription
modelMODELThe model used for denoising the input latent.
positiveCONDITIONINGThe conditioning describing the attributes you want to include in the image.
negativeCONDITIONINGThe conditioning describing the attributes you want to exclude from the image.
latent_imageLATENTThe latent image to denoise.
denoiseFLOAT1.000–1The amount of denoising applied.
stepsINT201–10000The number of steps used in the denoising process.
cfgFLOAT8.00–100Classifier-Free Guidance scale.
seed_countINT11–1000The number of seeds to generate images with.
seedINT00–18446744073709550000The starting random seed. It will be incremented for each image in the batch.
sampler_nameCOMBOThe algorithm used when sampling.
schedulerCOMBOThe scheduler controls how noise is gradually removed.
injected_noiseFLOAT0.000–1Strength of noise injection for variation generation. 0.0=disabled, >0.0=blend base and variation noise.
dd_enabledoptBOOLEANfalse
detail_amountoptFLOAT0.10-5–5Overall strength of the detail adjustment.
dd_startoptFLOAT0.200–1Start of the adjustment curve as a fraction of total steps.
dd_endoptFLOAT0.800–1End of the adjustment curve as a fraction of total steps.
dd_biasoptFLOAT0.500–1Curve bias; >0.5 peaks later, <0.5 peaks earlier.
dd_exponentoptFLOAT1.000–10Exponent for the curve shape.
dd_start_offsetoptFLOAT0.00-1–1Adjustment multiplier before the curve starts.
dd_end_offsetoptFLOAT0.00-1–1Adjustment multiplier after the curve ends.
dd_fadeoptFLOAT0.000–1Fade the entire effect in or out.
dd_smoothoptBOOLEANtrueApply smoothing to the curve.

Outputs (1)

NameTypeDescription
LATENTLATENTA batch of denoised latents, one for each seed.