Skip to content

Commit b101309

Browse files
committed
docs: update Imagen Video paper link to Hugging Face Papers.
1 parent b53d944 commit b101309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/schedulers/scheduling_dpmsolver_multistep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ class DPMSolverMultistepScheduler(SchedulerMixin, ConfigMixin):
137137
prediction_type (`"epsilon"`, `"sample"`, `"v_prediction"`, or `"flow_prediction"`, defaults to `"epsilon"`):
138138
Prediction type of the scheduler function. `epsilon` predicts the noise of the diffusion process, `sample`
139139
directly predicts the noisy sample, `v_prediction` predicts the velocity (see section 2.4 of [Imagen
140-
Video](https://imagen.research.google/video/paper.pdf) paper), and `flow_prediction` predicts the flow.
140+
Video](https://huggingface.co/papers/2210.02303) paper), and `flow_prediction` predicts the flow.
141141
thresholding (`bool`, defaults to `False`):
142142
Whether to use the "dynamic thresholding" method. This is unsuitable for latent-space diffusion models such
143143
as Stable Diffusion.

0 commit comments

Comments
 (0)