1. 17 Aug, 2023 1 commit
  2. 26 Jul, 2023 1 commit
  3. 11 Jul, 2023 1 commit
  4. 08 Jun, 2023 1 commit
  5. 26 Apr, 2023 2 commits
  6. 12 Apr, 2023 2 commits
  7. 04 Apr, 2023 1 commit
  8. 23 Mar, 2023 1 commit
  9. 06 Mar, 2023 2 commits
  10. 03 Mar, 2023 2 commits
  11. 17 Feb, 2023 4 commits
  12. 07 Feb, 2023 1 commit
  13. 27 Jan, 2023 2 commits
  14. 26 Jan, 2023 1 commit
  15. 25 Jan, 2023 3 commits
  16. 20 Jan, 2023 1 commit
  17. 16 Jan, 2023 1 commit
  18. 04 Jan, 2023 1 commit
    • Yasyf Mohamedali's avatar
      Support training SD V2 with Flax (#1783) · 856331c6
      Yasyf Mohamedali authored
      * Support training SD V2 with Flax
      
      Mostly involves supporting a v_prediction scheduler.
      
      The implementation in #1777 doesn't take into account a recent refactor of `scheduling_utils_flax`, so this should be used instead.
      
      * Add to other top-level files.
      856331c6
  19. 03 Jan, 2023 1 commit
  20. 20 Dec, 2022 1 commit
  21. 06 Dec, 2022 1 commit
  22. 17 Nov, 2022 1 commit
  23. 16 Nov, 2022 2 commits
  24. 07 Nov, 2022 1 commit
  25. 26 Oct, 2022 1 commit
  26. 07 Oct, 2022 1 commit
  27. 05 Oct, 2022 1 commit
  28. 28 Sep, 2022 1 commit
  29. 27 Sep, 2022 1 commit
    • Kashif Rasul's avatar
      [Pytorch] Pytorch only schedulers (#534) · bd8df2da
      Kashif Rasul authored
      
      
      * pytorch only schedulers
      
      * fix style
      
      * remove match_shape
      
      * pytorch only ddpm
      
      * remove SchedulerMixin
      
      * remove numpy from karras_ve
      
      * fix types
      
      * remove numpy from lms_discrete
      
      * remove numpy from pndm
      
      * fix typo
      
      * remove mixin and numpy from sde_vp and ve
      
      * remove remaining tensor_format
      
      * fix style
      
      * sigmas has to be torch tensor
      
      * removed set_format in readme
      
      * remove set format from docs
      
      * remove set_format from pipelines
      
      * update tests
      
      * fix typo
      
      * continue to use mixin
      
      * fix imports
      
      * removed unsed imports
      
      * match shape instead of assuming image shapes
      
      * remove import typo
      
      * update call to add_noise
      
      * use math instead of numpy
      
      * fix t_index
      
      * removed commented out numpy tests
      
      * timesteps needs to be discrete
      
      * cast timesteps to int in flax scheduler too
      
      * fix device mismatch issue
      
      * small fix
      
      * Update src/diffusers/schedulers/scheduling_pndm.py
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      bd8df2da