1. 23 Sep, 2025 1 commit
    • Muyang Li's avatar
      chore: add qwen-image tests for v1, clean the requirements (#712) · de6a75b6
      Muyang Li authored
      * add the v1 tests
      
      * formalize the requirements
      
      * update
      
      * update
      
      * well format the dependency
      
      * update docs
      
      * update
      
      * update
      
      * update the dependency
      
      * fix the version in ci
      
      * well organize the dependency
      
      * update the pr list
      
      * update tests
      
      * add tests for qwen-image
      
      * add qwen-image lightning
      
      * add tests
      
      * update fp4 lpips
      
      * add tests for qwen-image-edit
      
      * update
      
      * updat
      
      * add 8 steps lora back
      
      * update nvfp4 results
      
      * add qwen-image-edit-lightning
      
      * style: make linter happy
      
      * do not use batch when batchsize is 1
      
      * update
      
      * finished all the tests
      
      * add cn test
      
      * style: make linter happy
      
      * update
      
      * add qwen-image controlnet
      
      * update
      
      * add fp4 metrics
      
      * fix the tests
      de6a75b6
  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 bug...
      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 do...
      51732b7a
  4. 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
  5. 01 May, 2025 2 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
  6. 08 Nov, 2024 1 commit