1. 30 Nov, 2022 1 commit
  2. 28 Nov, 2022 1 commit
  3. 24 Nov, 2022 1 commit
  4. 22 Nov, 2022 1 commit
  5. 04 Nov, 2022 1 commit
  6. 03 Nov, 2022 2 commits
  7. 12 Oct, 2022 3 commits
  8. 05 Oct, 2022 1 commit
  9. 04 Oct, 2022 1 commit
    • Pi Esposito's avatar
      add accelerate to load models with smaller memory footprint (#361) · 4d1cce2f
      Pi Esposito authored
      
      
      * add accelerate to load models with smaller memory footprint
      
      * remove low_cpu_mem_usage as it is reduntant
      
      * move accelerate init weights context to modelling utils
      
      * add test to ensure results are the same when loading with accelerate
      
      * add tests to ensure ram usage gets lower when using accelerate
      
      * move accelerate logic to single snippet under modelling utils and remove it from configuration utils
      
      * format code using to pass quality check
      
      * fix imports with isor
      
      * add accelerate to test extra deps
      
      * only import accelerate if device_map is set to auto
      
      * move accelerate availability check to diffusers import utils
      
      * format code
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      4d1cce2f
  10. 22 Sep, 2022 1 commit
    • Suraj Patil's avatar
      [UNet2DConditionModel] add gradient checkpointing (#461) · e7120bae
      Suraj Patil authored
      * add grad ckpt to downsample blocks
      
      * make it work
      
      * don't pass gradient_checkpointing to upsample block
      
      * add tests for UNet2DConditionModel
      
      * add test_gradient_checkpointing
      
      * add gradient_checkpointing for up and down blocks
      
      * add functions to enable and disable grad ckpt
      
      * remove the forward argument
      
      * better naming
      
      * make supports_gradient_checkpointing private
      e7120bae
  11. 21 Sep, 2022 1 commit
  12. 16 Sep, 2022 1 commit
  13. 13 Sep, 2022 1 commit
  14. 08 Sep, 2022 2 commits
  15. 01 Sep, 2022 1 commit
  16. 25 Aug, 2022 1 commit
  17. 22 Aug, 2022 2 commits
  18. 17 Aug, 2022 1 commit
  19. 20 Jul, 2022 1 commit
    • Patrick von Platen's avatar
      Big Model Renaming (#109) · 9c3820d0
      Patrick von Platen authored
      * up
      
      * change model name
      
      * renaming
      
      * more changes
      
      * up
      
      * up
      
      * up
      
      * save checkpoint
      
      * finish api / naming
      
      * finish config renaming
      
      * rename all weights
      
      * finish really
      9c3820d0
  20. 19 Jul, 2022 1 commit
  21. 15 Jul, 2022 1 commit
  22. 14 Jul, 2022 2 commits
  23. 27 Jun, 2022 1 commit
  24. 21 Jun, 2022 2 commits
  25. 17 Jun, 2022 2 commits
  26. 12 Jun, 2022 1 commit
  27. 09 Jun, 2022 3 commits
  28. 07 Jun, 2022 1 commit
  29. 06 Jun, 2022 1 commit
  30. 01 Jun, 2022 1 commit