1. 18 Jan, 2023 1 commit
  2. 16 Jan, 2023 1 commit
  3. 04 Jan, 2023 2 commits
  4. 03 Jan, 2023 1 commit
  5. 02 Jan, 2023 2 commits
  6. 30 Dec, 2022 1 commit
  7. 29 Dec, 2022 1 commit
  8. 27 Dec, 2022 1 commit
    • Katsuya's avatar
      Make xformers optional even if it is available (#1753) · 8874027e
      Katsuya authored
      * Make xformers optional even if it is available
      
      * Raise exception if xformers is used but not available
      
      * Rename use_xformers to enable_xformers_memory_efficient_attention
      
      * Add a note about xformers in README
      
      * Reformat code style
      8874027e
  9. 23 Dec, 2022 2 commits
  10. 20 Dec, 2022 1 commit
  11. 15 Dec, 2022 2 commits
  12. 12 Dec, 2022 1 commit
  13. 10 Dec, 2022 1 commit
  14. 09 Dec, 2022 2 commits
  15. 06 Dec, 2022 1 commit
  16. 05 Dec, 2022 2 commits
  17. 28 Nov, 2022 1 commit
    • Suraj Patil's avatar
      v-prediction training support (#1455) · 6c56f050
      Suraj Patil authored
      * add get_velocity
      
      * add v prediction for training
      
      * fix saving
      
      * add revision arg
      
      * fix saving
      
      * save checkpoints dreambooth
      
      * fix saving embeds
      
      * add instruction in readme
      
      * quality
      
      * noise_pred -> model_pred
      6c56f050
  18. 18 Nov, 2022 1 commit
  19. 17 Nov, 2022 1 commit
  20. 16 Nov, 2022 2 commits
  21. 07 Nov, 2022 1 commit
  22. 02 Nov, 2022 1 commit
  23. 31 Oct, 2022 1 commit
  24. 27 Oct, 2022 1 commit
  25. 26 Oct, 2022 1 commit
  26. 24 Oct, 2022 1 commit
  27. 07 Oct, 2022 1 commit
  28. 05 Oct, 2022 2 commits
  29. 29 Sep, 2022 1 commit
  30. 28 Sep, 2022 1 commit
  31. 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
  32. 16 Sep, 2022 1 commit