1. 19 Jun, 2025 1 commit
  2. 16 Jun, 2025 3 commits
  3. 15 Jun, 2025 1 commit
    • Muyang Li's avatar
      feat: custom model path of PuLID (#465) · d49a4a70
      Muyang Li authored
      * change the model path
      
      * change the model path
      
      * fix the model paths
      
      * rename facexlib_path to facexlib_dirpath
      
      * add start_timestep and end_timestep
      
      * no need to download the files if the folder exists
      d49a4a70
  4. 12 Jun, 2025 1 commit
  5. 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
  6. 08 Jun, 2025 1 commit
  7. 06 Jun, 2025 3 commits
  8. 05 Jun, 2025 3 commits
  9. 04 Jun, 2025 2 commits
  10. 02 Jun, 2025 8 commits
  11. 01 Jun, 2025 1 commit
  12. 30 May, 2025 7 commits
  13. 29 May, 2025 1 commit
  14. 27 May, 2025 3 commits
  15. 26 May, 2025 3 commits
  16. 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