Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The SamplerDPMPP_2S_Ancestral node creates a sampler that uses the DPM++ 2S Ancestral sampling method for generating images. This sampler combines deterministic and stochastic elements to produce varied results while maintaining some consistency. It allows you to control the randomness and noise levels during the sampling process.

Inputs

ParameterData TypeRequiredRangeDescription
etaFLOATYes0.0 - 100.0Controls the amount of stochastic noise added during sampling (default: 1.0)
s_noiseFLOATYes0.0 - 100.0Controls the scale of noise applied during the sampling process (default: 1.0)

Outputs

Output NameData TypeDescription
samplerSAMPLERReturns a configured sampler object that can be used in the sampling pipeline