LuChengTHU / dpm-solver

Official code for "DPM-Solver: A Fast ODE Solver for Diffusion Probabilistic Model Sampling in Around 10 Steps" (Neurips 2022 Oral)
MIT License
1.52k stars 120 forks source link

sampling in a deterministic way like DDIM? #39

Closed fido20160817 closed 1 year ago

fido20160817 commented 1 year ago

how to set parameters to sample in a deterministic way with smaller steps than ordinary DDIM?

LuChengTHU commented 1 year ago

DPM-Solver is a deterministic solver. Just follow the example code.

fido20160817 commented 1 year ago

I see, thanks!