1. 24 Sep, 2025 3 commits
  2. 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
  3. 20 Sep, 2025 2 commits
    • dengdong's avatar
      feat: sdxl model support (#674) · b0484ae0
      dengdong authored
      * feat: sdxl model support
      
      * code style auto-modified by pre-commit hook
      
      * refine comments
      
      * add tests and examples for sdxl
      
      * refine sdxl tests code
      
      * make linter happy
      
      * mv the locations of the examples
      
      * move the locations of the tests
      
      * refine tests and examples
      
      * add API documentation for unet_sdxl.py
      
      * usage doc for sdxl
      
      * update docs
      
      * update
      
      * refine pipeline initialization
      
      * refine tests for sdxl/sdxl-turbo
      b0484ae0
    • Muyang Li's avatar
      docs: update README · 657863bb
      Muyang Li authored
      657863bb
  4. 15 Sep, 2025 1 commit
    • ttio2tech's avatar
      feat: support controlnet for qwenimagemodel (#681) · 0ea357e2
      ttio2tech authored
      * add controlnet support to the qwenimagemodel and add example file for controlnet
      
      * add controlnet support
      
      * add controlnet support for qwenimage
      
      * add controlnet support for qwenimage
      
      * style: make linter happy
      
      * update example script for qwen controlnet
      
      * style: make linter happy
      
      * update
      
      * update diffusers version
      0ea357e2
  5. 12 Sep, 2025 1 commit
  6. 10 Sep, 2025 4 commits
  7. 08 Sep, 2025 2 commits
  8. 05 Sep, 2025 2 commits
    • Muyang Li's avatar
      chore: release nunchaku v1.0.0 (#658) · 27c61936
      Muyang Li authored
      * update
      
      * update
      
      * chore: update the docs workflow
      
      * docs: update README
      27c61936
    • Muyang Li's avatar
      docs: add the docstrings for v1.0.0 (#656) · 070c45bb
      Muyang Li authored
      * add v2 flux examples
      
      * add the docs
      
      * add docs
      
      * update
      
      * finished ops
      
      * add ops
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update docstrings
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * finished the api docs
      
      * update
      
      * update
      070c45bb
  9. 04 Sep, 2025 1 commit
  10. 03 Sep, 2025 1 commit
    • Muyang Li's avatar
      feat: async CPU offloading for Python backend (#624) · eb901251
      Muyang Li authored
      * tmp
      
      * update
      
      * update
      
      * finished the offloading impl
      
      * the offloading is buggy
      
      * update utils
      
      * the offloading is still buggy
      
      * update
      
      * correctness and speedup done; need to check the vram overhead
      
      * done
      
      * final debugging
      
      * update
      
      * update
      
      * correct now
      
      * fix
      
      * update
      
      * use per-layer offloading
      
      * fix the offloading on 5090
      
      * support setting the num_blocks_on_gpu
      
      * change the import name
      eb901251
  11. 02 Sep, 2025 1 commit
  12. 31 Aug, 2025 3 commits
  13. 29 Aug, 2025 1 commit
  14. 28 Aug, 2025 2 commits
  15. 27 Aug, 2025 3 commits
  16. 23 Aug, 2025 1 commit
  17. 19 Aug, 2025 2 commits
    • Subho Ghosh's avatar
      fix: fix ValueError in NunchakuQwenImagePipeline.prepare_latents unpacking (#616) · 3ec299f4
      Subho Ghosh authored
      * fix: enhance latent variable preparation in NunchakuQwenImagePipeline
      
      - Refactored latent variable preparation to utilize the parent method for generating latents.
      - Added manual generation of latent_image_ids to ensure correct indexing.
      
      * refactor: clean up whitespace in NunchakuQwenImagePipeline
      
      - Removed unnecessary whitespace in the latent variable preparation section for improved readability.
      3ec299f4
    • Muyang Li's avatar
      feat: FLUX Gradio demos support FP4 (#623) · 9ed2db76
      Muyang Li authored
      * update app
      
      * depth supports fp4
      
      * update
      
      * fix the demo website
      
      * style: make linter happy
      9ed2db76
  18. 15 Aug, 2025 3 commits
    • Muyang Li's avatar
      chore: fix a typo · 17c7154a
      Muyang Li authored
      17c7154a
    • Muyang Li's avatar
      chore: update the qwen-image example · d797a26d
      Muyang Li authored
      d797a26d
    • 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
  19. 14 Aug, 2025 2 commits
  20. 13 Aug, 2025 4 commits