huggingface / huggingface/diffusers
DDPMScheduler claims to have set_alpha_to_one in combination with steps_offset
Open
scheduler
stale
- Dominant language
- Python
- Stars
- 34.5k
- Forks
- 7.3k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 91
Description
When inspecting the configuration for SD/SDXL we noticed that `set_alpha_to_one` is mentioned in the scheduler's init docstring but it is nowhere to be found. It seems that DDPM either lacks this functionality, or does not need it.
Contributor guide
Assessment
This issue has not been assessed yet.