1. 09 Nov, 2022 1 commit
  2. 08 Nov, 2022 1 commit
  3. 02 Nov, 2022 1 commit
    • Denis's avatar
      Training to predict x0 in training example (#1031) · cbcd0512
      Denis authored
      
      
      * changed training example to add option to train model that predicts x0 (instead of eps), changed DDPM pipeline accordingly
      
      * Revert "changed training example to add option to train model that predicts x0 (instead of eps), changed DDPM pipeline accordingly"
      
      This reverts commit c5efb525648885f2e7df71f4483a9f248515ad61.
      
      * changed training example to add option to train model that predicts x0 (instead of eps), changed DDPM pipeline accordingly
      
      * fixed code style
      Co-authored-by: default avatarlukovnikov <lukovnikov@users.noreply.github.com>
      cbcd0512
  4. 25 Oct, 2022 1 commit
  5. 24 Oct, 2022 1 commit
  6. 27 Sep, 2022 2 commits
    • 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
    • Pedro Cuenca's avatar
      Remove deprecated `torch_device` kwarg (#623) · b671cb09
      Pedro Cuenca authored
      * Remove deprecated `torch_device` kwarg.
      
      * Remove unused imports.
      b671cb09
  7. 16 Sep, 2022 1 commit
  8. 08 Sep, 2022 1 commit
  9. 07 Sep, 2022 1 commit
  10. 05 Sep, 2022 2 commits
  11. 31 Aug, 2022 1 commit
  12. 30 Aug, 2022 1 commit
  13. 19 Aug, 2022 1 commit
  14. 21 Jul, 2022 1 commit
  15. 20 Jul, 2022 4 commits
  16. 19 Jul, 2022 3 commits
  17. 18 Jul, 2022 2 commits
  18. 15 Jul, 2022 3 commits
  19. 28 Jun, 2022 1 commit
  20. 22 Jun, 2022 1 commit
  21. 12 Jun, 2022 4 commits
  22. 10 Jun, 2022 3 commits
  23. 09 Jun, 2022 3 commits