Skip to content

Commit 9a5d332

Browse files
authored
Update docstring (huggingface#1971)
1 parent f73ed17 commit 9a5d332

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/diffusers/schedulers/scheduling_pndm.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ class PNDMScheduler(SchedulerMixin, ConfigMixin):
8484
otherwise it uses the value of alpha at step 0.
8585
prediction_type (`str`, default `epsilon`, optional):
8686
prediction type of the scheduler function, one of `epsilon` (predicting the noise of the diffusion
87-
process), `sample` (directly predicting the noisy sample`) or `v_prediction` (see section 2.4
88-
https://imagen.research.google/video/paper.pdf)
87+
process) or `v_prediction` (see section 2.4 https://imagen.research.google/video/paper.pdf)
8988
steps_offset (`int`, default `0`):
9089
an offset added to the inference steps. You can use a combination of `offset=1` and
9190
`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)