1. 26 Sep, 2025 1 commit
  2. 24 Sep, 2025 2 commits
  3. 20 Sep, 2025 1 commit
  4. 10 Sep, 2025 3 commits
  5. 08 Sep, 2025 1 commit
  6. 05 Sep, 2025 1 commit
  7. 31 Aug, 2025 1 commit
  8. 27 Aug, 2025 2 commits
  9. 15 Aug, 2025 1 commit
    • Muyang Li's avatar
      feat: pythonized model and QwenImage Support (#593) · f86ad470
      Muyang Li authored
      * start refract the codebase
      
      * update
      
      * update
      
      * start to implement ops
      
      * add gemm
      
      * write the docstrings
      
      * define the w4a4 svdq linear
      
      * update
      
      * make the linter happy
      
      * finished the SVDQW4A4Linear
      
      * finished the SVDQW4A4Linear
      
      * update
      
      * update
      
      * add a patcher to the model
      
      * update
      
      * add adanormsinglezero
      
      * update
      
      * update
      
      * finished the naive implementation of nunchaku flux
      
      * add ff
      
      * finished the naive forward
      
      * update
      
      * svdq linear
      
      * start debugging
      
      * fix some issues
      
      * successfully built the model
      
      * update
      
      * successfully load the model
      
      * update
      
      * update
      
      * update
      
      * try to making it runnable
      
      * debugging
      
      * debugging
      
      * debugging
      
      * add bias to awq linear
      
      * run through
      
      * fix the normalization
      
      * update
      
      * update
      
      * update
      
      * fix the attention
      
      * fix the no fuse nvfp models
      
      * update
      
      * finished the fused ff
      
      * make linter happy
      
      * make linter happy
      
      * make linter happy
      
      * debugging the fp16 attn
      
      * nunchaku fp16 is buggy
      
      * finish the fp16 attn
      
      * fp4 done
      
      * fix the lora scales
      
      * add a default value for alpha; need to debug int4
      
      * fix input4
      
      * update
      
      * update
      
      * ff does not work
      
      * specialize the processors
      
      * qwen transformer done. start debugging
      
      * make linter happy
      
      * add schnell v2 for metrics eval
      
      * chore: schnellv2 eval
      
      * update
      
      * ff and attention correct
      
      * need to check what happened to module
      
      * fp4 done
      
      * make linter happy
      
      * update an example script
      
      * reformat
      
      * add an example script
      
      * add the annoucement
      
      * remove a misleading info
      
      * ready to release
      f86ad470
  10. 01 Aug, 2025 1 commit
  11. 21 Jul, 2025 1 commit
  12. 18 Jul, 2025 1 commit
    • Muyang Li's avatar
      docs: update docs (#544) · f082491b
      Muyang Li authored
      * update docs
      
      * add docs
      
      * add api reference
      
      * fixing the links
      
      * update
      
      * docs: update the html theme
      
      * chore: clean a useless workflow
      f082491b
  13. 17 Jul, 2025 1 commit
  14. 14 Jul, 2025 2 commits
    • Muyang Li's avatar
      docs: update README · 2ab560a3
      Muyang Li authored
      2ab560a3
    • 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
  15. 30 Jun, 2025 2 commits
  16. 05 Jun, 2025 1 commit
    • Muyang Li's avatar
      fix: fix all the nunchaku gradio demos (#442) · e5faa2df
      Muyang Li authored
      * bump the version to 0.3.1
      
      * update the t2i demos
      
      * remove the dependencies of GPUtils
      
      * update the html
      
      * update the html
      
      * update the html
      
      * update the html
      
      * fix the demos
      
      * demo runnable again
      e5faa2df
  17. 02 Jun, 2025 3 commits
  18. 01 Jun, 2025 1 commit
  19. 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
  20. 22 May, 2025 1 commit
  21. 17 May, 2025 1 commit
  22. 01 May, 2025 1 commit
  23. 29 Apr, 2025 1 commit
  24. 26 Apr, 2025 1 commit
  25. 25 Apr, 2025 1 commit
  26. 19 Apr, 2025 3 commits
  27. 17 Apr, 2025 1 commit
  28. 16 Apr, 2025 1 commit
  29. 11 Apr, 2025 1 commit
  30. 09 Apr, 2025 1 commit