Skip to content

Commit a6efda1

Browse files
committed
add auto docs for dpmsolver multistep
1 parent 7c7c2ec commit a6efda1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/source/api/schedulers.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ Original paper can be found [here](https://arxiv.org/abs/2010.02502).
7070

7171
[[autodoc]] DDPMScheduler
7272

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+
7379
#### Variance exploding, stochastic sampling from Karras et. al
7480

7581
Original paper can be found [here](https://arxiv.org/abs/2006.11239).

0 commit comments

Comments
 (0)