Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.comfy.org/llms.txt

Use this file to discover all available pages before exploring further.

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_2M_SDE node creates a DPM++ 2M SDE sampler for diffusion models. This sampler uses second-order differential equation solvers with stochastic differential equations to generate samples. It provides different solver types and noise handling options to control the sampling process.

Inputs

ParameterData TypeRequiredRangeDescription
solver_typeSTRINGYes"midpoint"
"heun"
The type of differential equation solver to use for the sampling process
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_deviceSTRINGYes"gpu"
"cpu"
The device where noise calculations are performed. When set to “cpu”, the sampler uses CPU-based noise generation; when set to “gpu”, it uses GPU-based noise generation for potentially faster performance (default: “gpu”)

Outputs

Output NameData TypeDescription
samplerSAMPLERA configured sampler object ready for use in the sampling pipeline

Source fingerprint (SHA-256): 1f699504ddefc6bdebee0fbad31b59aa38611f0fcdc40a15898be3db184872a6