diffusers
8263cf00 - refactor DPMSolverMultistepScheduler using sigmas (#4986)

Comment changes are shownComment changes are hidden
Commit
1 year ago
refactor DPMSolverMultistepScheduler using sigmas (#4986) --------- Co-authored-by: yiyixuxu <yixu310@gmail,com> Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
Author
Parents
  • src/diffusers/schedulers
    • File
      scheduling_deis_multistep.py
    • File
      scheduling_dpmsolver_multistep.py
    • File
      scheduling_dpmsolver_multistep_inverse.py
    • File
      scheduling_dpmsolver_singlestep.py
    • File
      scheduling_unipc_multistep.py
  • tests/schedulers
    • File
      test_scheduler_deis.py
    • File
      test_scheduler_dpm_multi.py
    • File
      test_scheduler_dpm_multi_inverse.py
    • File
      test_scheduler_dpm_single.py
    • File
      test_scheduler_unipc.py