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.51k stars 118 forks source link

how to add to automatic1111-stable-diffusion-webui #33

Open greatlam opened 1 year ago

greatlam commented 1 year ago

???how to add dpm-solver to automatic1111-stable-diffusion-webui?

which document path to add to .

LuChengTHU commented 1 year ago

dpmsolver has already been added to stable-diffusion-webui. All the sampling methods containing "dpm" are different algorithms of dpm-solver. As far as I known, the community prefers to "dpm++ 2M karras" best, which is DPM-Solver++2M with Karras's time step configuration.