File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments