diffusers
687bc277 - add TCD Scheduler (#7174)

Comment changes are shownComment changes are hidden
Commit
1 year ago
add TCD Scheduler (#7174) * add: support TCD scheduler --------- Co-authored-by: Sayak Paul <spsayakpaul@gmail.com>
Author
Parents
  • docs/source/en
    • File
      _toctree.yml
    • api/schedulers
      • File
        tcd.md
  • src/diffusers
    • File
      __init__.py
    • schedulers
      • File
        __init__.py
      • File
        scheduling_tcd.py
    • utils
      • File
        dummy_pt_objects.py
  • tests/schedulers
    • File
      test_scheduler_tcd.py