1. 08 Jun, 2023 1 commit
  2. 26 Apr, 2023 2 commits
  3. 12 Apr, 2023 2 commits
  4. 04 Apr, 2023 1 commit
  5. 23 Mar, 2023 1 commit
  6. 06 Mar, 2023 2 commits
  7. 03 Mar, 2023 2 commits
  8. 17 Feb, 2023 4 commits
  9. 07 Feb, 2023 1 commit
  10. 27 Jan, 2023 2 commits
  11. 26 Jan, 2023 1 commit
  12. 25 Jan, 2023 3 commits
  13. 20 Jan, 2023 1 commit
  14. 16 Jan, 2023 1 commit
  15. 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
  16. 03 Jan, 2023 1 commit
  17. 20 Dec, 2022 1 commit
  18. 06 Dec, 2022 1 commit
  19. 17 Nov, 2022 1 commit
  20. 16 Nov, 2022 2 commits
  21. 07 Nov, 2022 1 commit
  22. 26 Oct, 2022 1 commit
  23. 07 Oct, 2022 1 commit
  24. 05 Oct, 2022 1 commit
  25. 28 Sep, 2022 1 commit
  26. 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
  27. 16 Sep, 2022 1 commit
  28. 15 Sep, 2022 1 commit
    • Kashif Rasul's avatar
      Karras VE, DDIM and DDPM flax schedulers (#508) · b34be039
      Kashif Rasul authored
      * beta never changes removed from state
      
      * fix typos in docs
      
      * removed unused var
      
      * initial ddim flax scheduler
      
      * import
      
      * added dummy objects
      
      * fix style
      
      * fix typo
      
      * docs
      
      * fix typo in comment
      
      * set return type
      
      * added flax ddom
      
      * fix style
      
      * remake
      
      * pass PRNG key as argument and split before use
      
      * fix doc string
      
      * use config
      
      * added flax Karras VE scheduler
      
      * make style
      
      * fix dummy
      
      * fix ndarray type annotation
      
      * replace returns a new state
      
      * added lms_discrete scheduler
      
      * use self.config
      
      * add_noise needs state
      
      * use config
      
      * use config
      
      * docstring
      
      * added flax score sde ve
      
      * fix imports
      
      * fix typos
      b34be039
  29. 08 Sep, 2022 1 commit