1. 09 Jun, 2025 1 commit
    • K's avatar
      fix: upgrade pulid to 0.9.1 (#408) · 46f4251a
      K authored
      * upgrade pulid to 0.9.1,When the EVA CLIP config is not found, I use the built-in JSON parameters instead.The issue of repeated model downloads has been resolved, and the model path specified by ComfyUI will be faithfully used.
      
      style:apply black check
      
      style:apply isort check
      
      * fix callback bugs
      
      style: apply clang-format
      46f4251a
  2. 06 Jun, 2025 1 commit
  3. 20 May, 2025 2 commits
  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. 25 Apr, 2025 1 commit
  6. 23 Apr, 2025 1 commit
  7. 19 Apr, 2025 1 commit
  8. 08 Apr, 2025 1 commit
  9. 04 Apr, 2025 3 commits
  10. 01 Apr, 2025 12 commits
  11. 08 Mar, 2025 2 commits
  12. 07 Mar, 2025 1 commit
  13. 05 Mar, 2025 1 commit
  14. 27 Feb, 2025 1 commit
  15. 22 Feb, 2025 2 commits
  16. 20 Feb, 2025 1 commit
  17. 13 Feb, 2025 1 commit
    • Samuel Tesfai's avatar
      Moving gemm kernels to awq · 91c7b53c
      Samuel Tesfai authored
      Removing torch dependencies in gemm kernel
      Merged tinychat_pybind and pybind
      Merged the load and setup script
      91c7b53c
  18. 11 Feb, 2025 1 commit
  19. 23 Jan, 2025 1 commit
  20. 11 Nov, 2024 3 commits