1. 02 Dec, 2022 2 commits
  2. 28 Nov, 2022 2 commits
  3. 25 Nov, 2022 1 commit
    • Suraj Patil's avatar
      StableDiffusionUpscalePipeline (#1396) · 9ec5084a
      Suraj Patil authored
      
      
      * StableDiffusionUpscalePipeline
      
      * fix a few things
      
      * make it better
      
      * fix image batching
      
      * run vae in fp32
      
      * fix docstr
      
      * resize to mul of 64
      
      * doc
      
      * remove safety_checker
      
      * add max_noise_level
      
      * fix Copied
      
      * begin tests
      
      * slow tests
      
      * default max_noise_level
      
      * remove kwargs
      
      * doc
      
      * fix
      
      * fix fast tests
      
      * fix fast tests
      
      * no sf
      
      * don't offload vae
      Co-authored-by: default avatarPatrick von Platen <patrick.v.platen@gmail.com>
      9ec5084a
  4. 24 Nov, 2022 2 commits
  5. 22 Nov, 2022 1 commit
  6. 17 Nov, 2022 4 commits
  7. 16 Nov, 2022 1 commit
  8. 15 Nov, 2022 1 commit
  9. 09 Nov, 2022 2 commits
  10. 08 Nov, 2022 1 commit
  11. 07 Nov, 2022 2 commits
  12. 04 Nov, 2022 1 commit
  13. 03 Nov, 2022 3 commits
  14. 02 Nov, 2022 1 commit
  15. 31 Oct, 2022 2 commits
  16. 27 Oct, 2022 1 commit
  17. 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
  18. 25 Oct, 2022 1 commit
  19. 24 Oct, 2022 1 commit
  20. 21 Oct, 2022 1 commit
  21. 20 Oct, 2022 2 commits
  22. 19 Oct, 2022 1 commit
  23. 16 Oct, 2022 1 commit
  24. 13 Oct, 2022 1 commit
  25. 12 Oct, 2022 3 commits