We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7c2ec commit a6efda1Copy full SHA for a6efda1
docs/source/api/schedulers.mdx
@@ -70,6 +70,12 @@ Original paper can be found [here](https://arxiv.org/abs/2010.02502).
70
71
[[autodoc]] DDPMScheduler
72
73
+#### Multistep DPM-Solver
74
+
75
+Original paper can be found [here](https://arxiv.org/abs/2206.00927) and the [improved version](https://arxiv.org/abs/2211.01095). The original implementation can be found [here](https://github.com/LuChengTHU/dpm-solver).
76
77
+[[autodoc]] DPMSolverMultistepScheduler
78
79
#### Variance exploding, stochastic sampling from Karras et. al
80
81
Original paper can be found [here](https://arxiv.org/abs/2006.11239).
0 commit comments