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 SamplerEulerAncestral node creates an Euler Ancestral sampler for generating images. This sampler uses a specific mathematical approach that combines Euler integration with ancestral sampling techniques to produce image variations. The node allows you to configure the sampling behavior by adjusting parameters that control the randomness and step size during the generation process.

Inputs

ParameterData TypeRequiredRangeDescription
etaFLOATYes0.0 - 100.0Controls the step size and stochasticity of the sampling process (default: 1.0)
s_noiseFLOATYes0.0 - 100.0Controls the amount of noise added during sampling (default: 1.0)

Outputs

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