- 01 Jun, 2025 1 commit
-
-
Muyang Li authored
* better linter * update * remove merge t5; update the nightly-build.yaml workflow * fix the workflow name * no __metadata__ key * remember to remove the files * make linter happy * check hardware compatibility * ready to add tests * update the README * update the README
-
- 30 May, 2025 1 commit
-
-
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
-
- 26 May, 2025 1 commit
-
-
Muyang Li authored
* start debugging * fix: convert the unet state_dict to PeFT one to fix the removal LoRA * style: make linter happy * fix the lpips
-
- 03 May, 2025 1 commit
-
-
Muyang Li authored
* reset_lora is buggy * fix: fix the LoRA reset * test: add a test for lora reset * chore: remove the debug script * style: make linter happy * test: enable cpu offloading for the lora reset test * test: fix the tests * test: fix the tests
-
- 02 May, 2025 2 commits
- 01 May, 2025 2 commits
-
-
Muyang Li authored
* style: reformated codes * style: reformated codes
-
Andrea Ferretti authored
* feat: expose norm1 layer to support TeaCache * feat: add TeaCache example * feat: add idx as optional parameter * chore: rename function * refactor: move TeaCache decorator into example script * test: add a test for the combination of Nunchaku with TeaCache * feat: expose norm1 layer to support TeaCache * feat: add TeaCache example * feat: add idx as optional parameter * chore: rename function * refactor: move TeaCache decorator into example script * test: add a test for the combination of Nunchaku with TeaCache * fix: make tests run on low memory hardware * fix: ensure that memory is correctly released between tests * fix: avoid moving pipeline to device prematurely * gpu memory does not release * need to figure out a way to get compatible with offloading * wrap up the teacache --------- Co-authored-by:muyangli <lmxyy1999@foxmail.com>
-