1. 03 Aug, 2025 1 commit
  2. 02 Aug, 2025 2 commits
  3. 01 Aug, 2025 1 commit
  4. 27 Jul, 2025 1 commit
    • Kung Talon's avatar
      chore: add tests for flux speed (#564) · c360ac11
      Kung Talon authored
      * add test speed under tests
      
      * add tests on flux speed
      
      * add requirement
      
      * add data for 5090
      
      * precommit
      
      * remove comments
      
      * fix precommit
      
      * reorder
      
      * use private name for expected
      c360ac11
  5. 24 Jul, 2025 1 commit
    • SMG's avatar
      feat: enable IP-Adapter (XLabs-AI/flux-ip-adapter-v2) support (#418) · 06b7a518
      SMG authored
      
      
      * feat: support IP-adapter
      
      * FBCache and comfyUI
      
      * fixing conflicts
      
      * update
      
      * update example
      
      * update example
      
      * style: make linter happy
      
      * update
      
      * update ipa test
      
      * add docs and rename IP to ip
      
      * docs: add docs for ipa
      
      * docs: add docs for ipa
      
      * add an example for pulid
      
      * update
      
      * save gpu memory
      
      * change the threshold to 0.8
      
      ---------
      Co-authored-by: default avatarMuyang Li <lmxyy1999@foxmail.com>
      06b7a518
  6. 14 Jul, 2025 1 commit
    • Muyang Li's avatar
      docs: add the docs of nunchaku (#517) · 51732b7a
      Muyang Li authored
      * update sphinx docs
      
      * update the doc configration
      
      * configure doxyfile
      
      * start building the docs
      
      * building docs
      
      * building docs
      
      * update docs
      
      * finish the installation documents
      
      * finish the installation documents
      
      * finish the installation documents
      
      * start using rst
      
      * use rst instead of md
      
      * need to figure out how to maintain rst
      
      * update
      
      * make linter happy
      
      * update
      
      * link management
      
      * rst is hard to handle
      
      * fix the title-only errors
      
      * setup the rst linter
      
      * add the lora files
      
      * lora added, need to be more comprehensive
      
      * update
      
      * update
      
      * finished lora docs
      
      * finished the LoRA docs
      
      * finished the cn docs
      
      * finished the cn docs
      
      * finished the qencoder docs
      
      * finished the cpu offload
      
      * finished the offload docs
      
      * add the attention docs
      
      * finished the attention docs
      
      * finished the fbcache
      
      * update
      
      * finished the pulid docs
      
      * make linter happy
      
      * make linter happy
      
      * add kontext
      
      * update
      
      * add the docs for gradio demos
      
      * add docs for test.py
      
      * add the docs for utils.py
      
      * make the doc better displayed
      
      * update
      
      * update
      
      * add some docs
      
      * style: make linter happy
      
      * add docs
      
      * update
      
      * add caching docs
      
      * make linter happy
      
      * add api docs
      
      * fix the t5 docs
      
      * fix the t5 docs
      
      * fix the t5 docs
      
      * hide the private functions
      
      * update
      
      * fix the docs of caching utils
      
      * update docs
      
      * finished the docstring of nunchaku cahcing
      
      * update packer
      
      * revert the docs
      
      * better docs for packer.py
      
      * better docs for packer.py
      
      * better docs for packer.py
      
      * better docs for packer.py
      
      * update
      
      * update docs
      
      * caching done
      
      * caching done
      
      * lora
      
      * lora
      
      * lora
      
      * update
      
      * python docs
      
      * reorg docs
      
      * add the initial version of faq
      
      * update
      
      * make linter happy
      
      * reorg
      
      * reorg
      
      * add crossref
      
      * make linter happy
      
      * better docs
      
      * make linter happy
      
      * preliminary version of the docs done
      
      * update
      
      * update README
      
      * update README
      
      * docs done
      
      * update README
      
      * update docs
      
      * not using datasets 4 for now
      51732b7a
  7. 07 Jul, 2025 1 commit
  8. 30 Jun, 2025 1 commit
    • Muyang Li's avatar
      feat: update the kontext examples and models (#495) · 259394ae
      Muyang Li authored
      * update kontext examples
      
      * update tests
      
      * add tests for kontext
      
      * remove the warning of txt_ids and img_ids
      
      * chore: add kontext to be synced from hf to ms
      
      * add kontext demo
      
      * make linter happy
      
      * style: make linter happy
      
      * update docs
      259394ae
  9. 12 Jun, 2025 1 commit
  10. 01 Jun, 2025 1 commit
  11. 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
  12. 26 May, 2025 1 commit
  13. 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
  14. 22 May, 2025 1 commit
    • Muyang Li's avatar
      chore: add ComfyUI tests (#390) · 2bfd3ad9
      Muyang Li authored
      * chore: add comfyui tests
      
      * finished run ampere tests
      
      * update the blackwell workflows
      
      * install the comfyui test dependencies
      
      * update the expected lpips
      
      * better tests
      
      * update an lpips
      2bfd3ad9
  15. 03 May, 2025 1 commit
  16. 02 May, 2025 2 commits
  17. 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
  18. 29 Apr, 2025 2 commits
  19. 25 Apr, 2025 1 commit
  20. 22 Apr, 2025 1 commit
  21. 20 Apr, 2025 1 commit
  22. 19 Apr, 2025 14 commits