diffusers
637e2302
- Fix beta and exponential sigmas + add tests (#9954)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Comment Changes
Previous Change (CTRL+↑)
Next Change (CTRL+↓)
Expand Context Lines
Collapse Context Lines
Hide Minimap (CTRL+M)
Commit
231 days ago
Fix beta and exponential sigmas + add tests (#9954) * Fix beta and exponential sigmas + add tests --------- Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
References
#9954 - Fix beta and exponential sigmas + add tests
Author
hlky
Parents
99c0483b
Files
24
src/diffusers/schedulers
scheduling_deis_multistep.py
scheduling_dpmsolver_multistep.py
scheduling_dpmsolver_multistep_inverse.py
scheduling_dpmsolver_sde.py
scheduling_dpmsolver_singlestep.py
scheduling_euler_discrete.py
scheduling_heun_discrete.py
scheduling_k_dpm_2_ancestral_discrete.py
scheduling_k_dpm_2_discrete.py
scheduling_lms_discrete.py
scheduling_sasolver.py
scheduling_unipc_multistep.py
tests/schedulers
test_scheduler_deis.py
test_scheduler_dpm_multi.py
test_scheduler_dpm_multi_inverse.py
test_scheduler_dpm_sde.py
test_scheduler_dpm_single.py
test_scheduler_euler.py
test_scheduler_heun.py
test_scheduler_kdpm2_ancestral.py
test_scheduler_kdpm2_discrete.py
test_scheduler_lms.py
test_scheduler_sasolver.py
test_scheduler_unipc.py
Loading