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_3M_SDE node creates a DPM++ 3M SDE sampler for use in the sampling process. This sampler uses a third-order multistep stochastic differential equation method with configurable noise parameters. The node allows you to choose whether noise calculations are performed on the GPU or CPU.

Inputs

ParameterData TypeRequiredRangeDescription
etaFLOATYes0.0 - 100.0Controls the stochasticity of the sampling process (default: 1.0)
s_noiseFLOATYes0.0 - 100.0Controls the amount of noise added during sampling (default: 1.0)
noise_deviceCOMBOYes”gpu"
"cpu”
Selects the device for noise calculations, either GPU or CPU

Outputs

Output NameData TypeDescription
samplerSAMPLERReturns a configured sampler object for use in sampling workflows