"src/libtorio/ffmpeg/pybind/pybind.cpp" did not exist on "ec13a815b13ec6be3eeb8c3eb9ccb725dc322233"
  1. 02 Nov, 2022 2 commits
    • Patrick von Platen's avatar
      Rename latent (#1102) · d53ffbbd
      Patrick von Platen authored
      * Rename latent
      
      * uP
      d53ffbbd
    • MatthieuTPHR's avatar
      Up to 2x speedup on GPUs using memory efficient attention (#532) · 98c42134
      MatthieuTPHR authored
      
      
      * 2x speedup using memory efficient attention
      
      * remove einops dependency
      
      * Swap K, M in op instantiation
      
      * Simplify code, remove unnecessary maybe_init call and function, remove unused self.scale parameter
      
      * make xformers a soft dependency
      
      * remove one-liner functions
      
      * change one letter variable to appropriate names
      
      * Remove Env variable dependency, remove MemoryEfficientCrossAttention class and use enable_xformers_memory_efficient_attention method
      
      * Add memory efficient attention toggle to img2img and inpaint pipelines
      
      * Clearer management of xformers' availability
      
      * update optimizations markdown to add info about memory efficient attention
      
      * add benchmarks for TITAN RTX
      
      * More detailed explanation of how the mem eff benchmark were ran
      
      * Removing autocast from optimization markdown
      
      * import_utils: import torch only if is available
      Co-authored-by: default avatarNouamane Tazi <nouamane98@gmail.com>
      98c42134
  2. 31 Oct, 2022 4 commits
  3. 30 Oct, 2022 1 commit
  4. 29 Oct, 2022 1 commit
  5. 28 Oct, 2022 1 commit
  6. 27 Oct, 2022 2 commits
  7. 26 Oct, 2022 2 commits
    • Hu Ye's avatar
      bd06dd02
    • 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
  8. 25 Oct, 2022 6 commits
  9. 24 Oct, 2022 2 commits
  10. 21 Oct, 2022 1 commit
    • mkshing's avatar
      Support LMSDiscreteScheduler in LDMPipeline (#891) · 31af4d17
      mkshing authored
      
      
      * Support LMSDiscreteScheduler in LDMPipeline
      
      This is a small change to support all schedulers such as LMSDiscreteScheduler in LDMPipeline.
      
      What's changed
      -------
      * Add the `scale_model_input` function before `step` to ensure correct denoising (L77)
      
      * Add "scale the initial noise by the standard deviation required by the scheduler"
      
      * run `make style`
      Co-authored-by: default avatarAnton Lozhkov <anton@huggingface.co>
      31af4d17
  11. 19 Oct, 2022 5 commits
  12. 18 Oct, 2022 2 commits
  13. 14 Oct, 2022 1 commit
  14. 13 Oct, 2022 7 commits
  15. 12 Oct, 2022 1 commit
  16. 11 Oct, 2022 2 commits