1. 27 Aug, 2025 1 commit
  2. 23 Aug, 2025 1 commit
  3. 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
  4. 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
  5. 14 Aug, 2025 2 commits
  6. 13 Aug, 2025 5 commits
  7. 09 Aug, 2025 1 commit
  8. 07 Aug, 2025 1 commit
  9. 03 Aug, 2025 3 commits
  10. 02 Aug, 2025 7 commits
  11. 01 Aug, 2025 4 commits
  12. 30 Jul, 2025 1 commit
  13. 27 Jul, 2025 8 commits
  14. 26 Jul, 2025 1 commit