Skip to content

Commit 135567f

Browse files
make style
1 parent 9a5d332 commit 135567f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/diffusers/schedulers/scheduling_pndm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ class PNDMScheduler(SchedulerMixin, ConfigMixin):
8383
step there is no previous alpha. When this option is `True` the previous alpha product is fixed to `1`,
8484
otherwise it uses the value of alpha at step 0.
8585
prediction_type (`str`, default `epsilon`, optional):
86-
prediction type of the scheduler function, one of `epsilon` (predicting the noise of the diffusion
87-
process) or `v_prediction` (see section 2.4 https://imagen.research.google/video/paper.pdf)
86+
prediction type of the scheduler function, one of `epsilon` (predicting the noise of the diffusion process)
87+
or `v_prediction` (see section 2.4 https://imagen.research.google/video/paper.pdf)
8888
steps_offset (`int`, default `0`):
8989
an offset added to the inference steps. You can use a combination of `offset=1` and
9090
`set_alpha_to_one=False`, to make the last step use step 0 for the previous alpha product, as done in

0 commit comments

Comments
 (0)