"vscode:/vscode.git/clone" did not exist on "8b6fae4ce5e4c3bf9c51e84e2a99d4cb29061023"
  1. 17 Nov, 2022 3 commits
  2. 16 Nov, 2022 1 commit
  3. 15 Nov, 2022 1 commit
  4. 09 Nov, 2022 2 commits
  5. 08 Nov, 2022 1 commit
  6. 07 Nov, 2022 2 commits
  7. 04 Nov, 2022 1 commit
  8. 03 Nov, 2022 3 commits
  9. 02 Nov, 2022 1 commit
  10. 31 Oct, 2022 2 commits
  11. 27 Oct, 2022 1 commit
  12. 26 Oct, 2022 2 commits
    • Pi Esposito's avatar
      minimal stable diffusion GPU memory usage with accelerate hooks (#850) · b2e2d141
      Pi Esposito authored
      * add method to enable cuda with minimal gpu usage to stable diffusion
      
      * add test to minimal cuda memory usage
      
      * ensure all models but unet are onn torch.float32
      
      * move to cpu_offload along with minor internal changes to make it work
      
      * make it test against accelerate master branch
      
      * coming back, its official: I don't know how to make it test againt the master branch from accelerate
      
      * make it install accelerate from master on tests
      
      * go back to accelerate>=0.11
      
      * undo prettier formatting on yml files
      
      * undo prettier formatting on yml files againn
      b2e2d141
    • Yuta Hayashibe's avatar
      Fix typos (#978) · cc436087
      Yuta Hayashibe authored
      cc436087
  13. 25 Oct, 2022 1 commit
  14. 24 Oct, 2022 1 commit
  15. 21 Oct, 2022 1 commit
  16. 20 Oct, 2022 2 commits
  17. 19 Oct, 2022 1 commit
  18. 16 Oct, 2022 1 commit
  19. 13 Oct, 2022 1 commit
  20. 12 Oct, 2022 4 commits
  21. 10 Oct, 2022 1 commit
    • Patrick von Platen's avatar
      [Low CPU memory] + device map (#772) · fab17528
      Patrick von Platen 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
      
      * add device map to pipeline abstraction
      
      * lint it to pass PR quality check
      
      * fix class check to use accelerate when using diffusers ModelMixin subclasses
      
      * use low_cpu_mem_usage in transformers if device_map is not available
      
      * NoModuleLayer
      
      * comment out tests
      
      * up
      
      * uP
      
      * finish
      
      * Update src/diffusers/pipelines/stable_diffusion/safety_checker.py
      
      * finish
      
      * uP
      
      * make style
      Co-authored-by: default avatarPi Esposito <piero.skywalker@gmail.com>
      fab17528
  22. 07 Oct, 2022 1 commit
  23. 06 Oct, 2022 3 commits
  24. 05 Oct, 2022 1 commit
  25. 24 Sep, 2022 1 commit
  26. 23 Sep, 2022 1 commit