"mmdet3d/datasets/transforms/loading.py" did not exist on "27a546e9aaa3d49697ea5b35d45484610c514630"
  1. 21 May, 2025 3 commits
  2. 20 May, 2025 2 commits
  3. 19 May, 2025 3 commits
  4. 18 May, 2025 1 commit
  5. 17 May, 2025 4 commits
  6. 11 May, 2025 1 commit
  7. 10 May, 2025 1 commit
  8. 05 May, 2025 1 commit
  9. 03 May, 2025 1 commit
  10. 02 May, 2025 5 commits
  11. 01 May, 2025 5 commits
    • Muyang Li's avatar
      Merge pull request #340 from mit-han-lab/dev · 37a27712
      Muyang Li authored
      feat: support PuLID, Double FBCache and TeaCache; better linter
      37a27712
    • Muyang Li's avatar
      chore: update the lint workflow (#341) · 760ab022
      Muyang Li authored
      760ab022
    • Muyang Li's avatar
      style: upgrade the linter (#339) · 57e50f8d
      Muyang Li authored
      * style: reformated codes
      
      * style: reformated codes
      57e50f8d
    • K's avatar
      feat: PuLID support (#274) · b737368d
      K authored
      
      
      * add pulid
      
      * Add the feature that allows the mixed use of pulid and non-pulid after loading pulid to generate the pipeline.
      
      * Added the feature to load LoRA at any time.
      
      * Organized the directory structure.
      
      * Organized the code.
      
      * Removed unused related code from eva-clip.
      
      * style: apply Ruff formatting
      
      * Refactored code and verified pulid works.
      
      * add pulid tests
      
      * auto detect precision in test
      
      * Updated requirements.txt
      
      * update requirements
      
      * style: reformat the example
      
      * style: reformat the example
      
      * style: rename cb to call_back
      
      * style: format the codes
      
      * style: format the codes
      
      * reformated the codes
      
      * fix the repo forward
      
      * clean some dead codes
      
      * wrap up for pulid
      
      ---------
      Co-authored-by: default avatarkkkxue <kkkxue@tencent.com>
      Co-authored-by: default avatarmuyangli <lmxyy1999@foxmail.com>
      b737368d
    • Andrea Ferretti's avatar
      feat: expose norm1 layer to support TeaCache (#234) · b4d3f50b
      Andrea Ferretti authored
      
      
      * feat: expose norm1 layer to support TeaCache
      
      * feat: add TeaCache example
      
      * feat: add idx as optional parameter
      
      * chore: rename function
      
      * refactor: move TeaCache decorator into example script
      
      * test: add a test for the combination of Nunchaku with TeaCache
      
      * feat: expose norm1 layer to support TeaCache
      
      * feat: add TeaCache example
      
      * feat: add idx as optional parameter
      
      * chore: rename function
      
      * refactor: move TeaCache decorator into example script
      
      * test: add a test for the combination of Nunchaku with TeaCache
      
      * fix: make tests run on low memory hardware
      
      * fix: ensure that memory is correctly released between tests
      
      * fix: avoid moving pipeline to device prematurely
      
      * gpu memory does not release
      
      * need to figure out a way to get compatible with offloading
      
      * wrap up the teacache
      
      ---------
      Co-authored-by: default avatarmuyangli <lmxyy1999@foxmail.com>
      b4d3f50b
  12. 29 Apr, 2025 7 commits
  13. 27 Apr, 2025 6 commits