mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-29 07:22:12 +03:00
Update src/diffusers/schedulers/scheduling_ddpm.py
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
This commit is contained in:
@@ -115,7 +115,7 @@ class DDPMScheduler(SchedulerMixin, ConfigMixin):
|
||||
process), `sample` (directly predicting the noisy sample`) or `velocity` (see section 2.4
|
||||
https://imagen.research.google/video/paper.pdf)
|
||||
predict_epsilon (`bool`, default `True`):
|
||||
depreciated flag (removing v0.10.0) for epsilon vs. direct sample prediction.
|
||||
deprecated flag (removing v0.10.0) for epsilon vs. direct sample prediction.
|
||||
"""
|
||||
|
||||
_compatibles = _COMPATIBLE_STABLE_DIFFUSION_SCHEDULERS.copy()
|
||||
|
||||
Reference in New Issue
Block a user