1. 30 May, 2025 1 commit
    • Muyang Li's avatar
      feat: single-file model loading (#413) · 5182f8f8
      Muyang Li authored
      * add a script to merge models
      
      * finished
      
      * try to merge t5
      
      * merge the config into meta files
      
      * rewrite the t5 model loading
      
      * consider the case of subfolder
      
      * merged the qencoder files
      
      * make the linter happy and fix the tests
      
      * pass tests
      
      * add deprecation messages
      
      * add a script to merge models
      
      * schnell script runnable
      
      * update sana
      
      * modify the model paths
      
      * fix the model paths
      
      * style: make the linter happy
      
      * remove the debugging assertion
      
      * chore: fix the qencoder lpips
      
      * fix the lpips
      5182f8f8
  2. 23 May, 2025 1 commit
    • ZIAN HU's avatar
      feat: upgrade the 4-bit quantized T5 encoder (#320) · 0ade163c
      ZIAN HU authored
      
      
      * Updating quantized t5 encoder
      
      * Fix formatting based on pre-commit hook
      
      * Update test cases
      
      * Fixing linter issue
      
      * Fix linter reformatting
      
      * support fp4
      
      * style: make linter happy
      
      * update the fp4 lpips
      
      * Prevent downloading original t5 model
      
      * Make sure model in eval mode
      
      ---------
      Co-authored-by: default avatarmuyangli <lmxyy1999@foxmail.com>
      0ade163c
  3. 17 May, 2025 1 commit
  4. 01 May, 2025 3 commits
    • 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
  5. 29 Apr, 2025 1 commit
  6. 19 Apr, 2025 1 commit
  7. 05 Apr, 2025 1 commit
  8. 04 Apr, 2025 3 commits
  9. 01 Apr, 2025 6 commits
  10. 08 Mar, 2025 2 commits
  11. 07 Mar, 2025 1 commit
  12. 24 Feb, 2025 1 commit
  13. 20 Feb, 2025 1 commit
  14. 19 Feb, 2025 1 commit
  15. 14 Feb, 2025 1 commit
  16. 11 Feb, 2025 1 commit
  17. 04 Feb, 2025 1 commit
  18. 23 Jan, 2025 1 commit