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