"vscode:/vscode.git/clone" did not exist on "d8cb7f0af3eae7fc03ee86ef3400aaf1e86d1e1e"
Unverified Commit 9a5d3322 authored by Walter Hugo Lopez Pinaya's avatar Walter Hugo Lopez Pinaya Committed by GitHub
Browse files

Update docstring (#1971)

parent f73ed179
...@@ -84,8 +84,7 @@ class PNDMScheduler(SchedulerMixin, ConfigMixin): ...@@ -84,8 +84,7 @@ class PNDMScheduler(SchedulerMixin, ConfigMixin):
otherwise it uses the value of alpha at step 0. otherwise it uses the value of alpha at step 0.
prediction_type (`str`, default `epsilon`, optional): prediction_type (`str`, default `epsilon`, optional):
prediction type of the scheduler function, one of `epsilon` (predicting the noise of the diffusion prediction type of the scheduler function, one of `epsilon` (predicting the noise of the diffusion
process), `sample` (directly predicting the noisy sample`) or `v_prediction` (see section 2.4 process) or `v_prediction` (see section 2.4 https://imagen.research.google/video/paper.pdf)
https://imagen.research.google/video/paper.pdf)
steps_offset (`int`, default `0`): steps_offset (`int`, default `0`):
an offset added to the inference steps. You can use a combination of `offset=1` and an offset added to the inference steps. You can use a combination of `offset=1` and
`set_alpha_to_one=False`, to make the last step use step 0 for the previous alpha product, as done in `set_alpha_to_one=False`, to make the last step use step 0 for the previous alpha product, as done in
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment