1. 19 Aug, 2025 1 commit
  2. 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
  3. 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
  4. 06 Jul, 2025 1 commit
    • Muyang Li's avatar
      fix: update the kontext demos (#515) · e419dc29
      Muyang Li authored
      * fix the use count
      
      * update
      
      * change the example step to 20
      
      * allow embedding website
      
      * support fp4 on blackwell
      
      * fp4 kontext runnable
      
      * add more examples
      
      * add kontext examples
      e419dc29
  5. 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
  6. 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
  7. 01 Jun, 2025 1 commit
  8. 17 May, 2025 1 commit
  9. 01 May, 2025 1 commit
  10. 29 Apr, 2025 1 commit
  11. 20 Apr, 2025 1 commit
  12. 01 Apr, 2025 1 commit
  13. 07 Mar, 2025 1 commit
  14. 20 Feb, 2025 1 commit
  15. 14 Feb, 2025 2 commits
  16. 11 Feb, 2025 4 commits
  17. 10 Feb, 2025 2 commits
  18. 04 Feb, 2025 1 commit
  19. 23 Jan, 2025 1 commit
  20. 08 Dec, 2024 1 commit
  21. 03 Dec, 2024 1 commit
  22. 28 Nov, 2024 1 commit
  23. 24 Nov, 2024 1 commit
  24. 08 Nov, 2024 6 commits