Skip to content

Commit f93ac2c

Browse files
committed
fix
1 parent d700ff7 commit f93ac2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/diffusers/schedulers/scheduling_cosine_dpmsolver_multistep.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ class CosineDPMSolverMultistepScheduler(SchedulerMixin, ConfigMixin):
4444
The standard deviation of the data distribution. This is set to 1.0 in Stable Audio Open [1].
4545
sigma_schedule (`str`, defaults to `"exponential"`):
4646
Sigma schedule to compute the `sigmas`. Must be one of `"exponential"` or `"karras"`. The exponential
47-
schedule was incorporated in [stabilityai/cosxl](https://huggingface.co/stabilityai/cosxl). The Karras schedule is
48-
introduced in the [EDM](https://huggingface.co/papers/2206.00364) paper.
47+
schedule was incorporated in [stabilityai/cosxl](https://huggingface.co/stabilityai/cosxl). The Karras
48+
schedule is introduced in the [EDM](https://huggingface.co/papers/2206.00364) paper.
4949
num_train_timesteps (`int`, defaults to `1000`):
5050
The number of diffusion steps to train the model.
5151
solver_order (`int`, defaults to `2`):

0 commit comments

Comments
 (0)