1. 28 Aug, 2024 1 commit
    • Aryan's avatar
      AnimateDiff prompt travel (#9231) · cbc2ec8f
      Aryan authored
      * update
      
      * implement prompt interpolation
      
      * make style
      
      * resnet memory optimizations
      
      * more memory optimizations; todo: refactor
      
      * update
      
      * update animatediff controlnet with latest changes
      
      * refactor chunked inference changes
      
      * remove print statements
      
      * undo memory optimization changes
      
      * update docstrings
      
      * fix tests
      
      * fix pia tests
      
      * apply suggestions from review
      
      * add tests
      
      * update comment
      cbc2ec8f
  2. 27 Aug, 2024 4 commits
  3. 26 Aug, 2024 1 commit
  4. 25 Aug, 2024 2 commits
  5. 23 Aug, 2024 5 commits
  6. 22 Aug, 2024 4 commits
  7. 21 Aug, 2024 5 commits
  8. 20 Aug, 2024 3 commits
  9. 19 Aug, 2024 3 commits
  10. 18 Aug, 2024 2 commits
  11. 17 Aug, 2024 3 commits
  12. 16 Aug, 2024 4 commits
  13. 15 Aug, 2024 1 commit
  14. 14 Aug, 2024 1 commit
  15. 13 Aug, 2024 1 commit
    • Aryan's avatar
      [refactor] CogVideoX followups + tiled decoding support (#9150) · a85b34e7
      Aryan authored
      * refactor context parallel cache; update torch compile time benchmark
      
      * add tiling support
      
      * make style
      
      * remove num_frames % 8 == 0 requirement
      
      * update default num_frames to original value
      
      * add explanations + refactor
      
      * update torch compile example
      
      * update docs
      
      * update
      
      * clean up if-statements
      
      * address review comments
      
      * add test for vae tiling
      
      * update docs
      
      * update docs
      
      * update docstrings
      
      * add modeling test for cogvideox transformer
      
      * make style
      a85b34e7