"vscode:/vscode.git/clone" did not exist on "ab3fd671d73924b2d2dbbd0a79c4f185fd3abd04"
  1. 24 Nov, 2022 1 commit
  2. 22 Nov, 2022 1 commit
  3. 04 Nov, 2022 1 commit
  4. 03 Nov, 2022 2 commits
  5. 12 Oct, 2022 3 commits
  6. 05 Oct, 2022 1 commit
  7. 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
  8. 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
  9. 21 Sep, 2022 1 commit
  10. 16 Sep, 2022 1 commit
  11. 13 Sep, 2022 1 commit
  12. 08 Sep, 2022 2 commits
  13. 01 Sep, 2022 1 commit
  14. 25 Aug, 2022 1 commit
  15. 22 Aug, 2022 2 commits
  16. 17 Aug, 2022 1 commit
  17. 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
  18. 19 Jul, 2022 1 commit
  19. 15 Jul, 2022 1 commit
  20. 14 Jul, 2022 2 commits
  21. 27 Jun, 2022 1 commit
  22. 21 Jun, 2022 2 commits
  23. 17 Jun, 2022 2 commits
  24. 12 Jun, 2022 1 commit
  25. 09 Jun, 2022 3 commits
  26. 07 Jun, 2022 1 commit
  27. 06 Jun, 2022 1 commit
  28. 01 Jun, 2022 1 commit
  29. 31 May, 2022 1 commit