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