Skip to content

Commit 64af74f

Browse files
authored
[docs] Add CogVideoX Schedulers (#10885)
update
1 parent 170833c commit 64af74f

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

docs/source/en/_toctree.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -551,6 +551,8 @@
551551
title: DDIMInverseScheduler
552552
- local: api/schedulers/ddim
553553
title: DDIMScheduler
554+
- local: api/schedulers/ddim_cogvideox
555+
title: CogVideoXDDIMScheduler
554556
- local: api/schedulers/ddpm
555557
title: DDPMScheduler
556558
- local: api/schedulers/deis
@@ -563,6 +565,8 @@
563565
title: DPMSolverSDEScheduler
564566
- local: api/schedulers/singlestep_dpm_solver
565567
title: DPMSolverSinglestepScheduler
568+
- local: api/schedulers/multistep_dpm_solver_cogvideox
569+
title: CogVideoXDPMScheduler
566570
- local: api/schedulers/edm_multistep_dpm_solver
567571
title: EDMDPMSolverMultistepScheduler
568572
- local: api/schedulers/edm_euler
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!--Copyright 2024 The HuggingFace Team. All rights reserved.
2+
3+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
4+
the License. You may obtain a copy of the License at
5+
6+
http://www.apache.org/licenses/LICENSE-2.0
7+
8+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
9+
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
10+
specific language governing permissions and limitations under the License.
11+
-->
12+
13+
# CogVideoXDDIMScheduler
14+
15+
`CogVideoXDDIMScheduler` is based on [Denoising Diffusion Implicit Models](https://huggingface.co/papers/2010.02502), specifically for CogVideoX models.
16+
17+
## CogVideoXDDIMScheduler
18+
19+
[[autodoc]] CogVideoXDDIMScheduler
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!--Copyright 2024 The HuggingFace Team. All rights reserved.
2+
3+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
4+
the License. You may obtain a copy of the License at
5+
6+
http://www.apache.org/licenses/LICENSE-2.0
7+
8+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
9+
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
10+
specific language governing permissions and limitations under the License.
11+
-->
12+
13+
# CogVideoXDPMScheduler
14+
15+
`CogVideoXDPMScheduler` is based on [DPM-Solver: A Fast ODE Solver for Diffusion Probabilistic Model Sampling in Around 10 Steps](https://huggingface.co/papers/2206.00927) and [DPM-Solver++: Fast Solver for Guided Sampling of Diffusion Probabilistic Models](https://huggingface.co/papers/2211.01095), specifically for CogVideoX models.
16+
17+
## CogVideoXDPMScheduler
18+
19+
[[autodoc]] CogVideoXDPMScheduler

0 commit comments

Comments
 (0)