- 23 May, 2025 2 commits
- 22 May, 2025 2 commits
- 21 May, 2025 5 commits
-
-
Muyang Li authored
Merge into to main for CI
-
Muyang Li authored
* rename the test CI * fix the nightly number * debug building * debugging version * debug building * fixed * fixed the version * decrease the MAX_JOBS * add two nightly build workflows * style: make the linter happy
-
muyangli authored
-
muyangli authored
-
SMG authored
-
- 20 May, 2025 2 commits
- 19 May, 2025 3 commits
- 18 May, 2025 1 commit
-
-
Muyang Li authored
release: v0.3.0dev1 pre-release
-
- 17 May, 2025 4 commits
- 11 May, 2025 1 commit
-
-
SMG authored
-
- 10 May, 2025 1 commit
-
-
josephrocca authored
* Add missing `save_file` call for use of composed.py via command line * use `output_path` functionality of `compose_lora` instead
-
- 05 May, 2025 1 commit
-
-
Hyunsung Lee authored
-
- 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 5 commits
-
-
Muyang Li authored
-
Muyang Li authored
-
Muyang Li authored
-
Muyang Li authored
* feat: support FP8 LoRAs (#342) * feat: support FP8 LoRAs * fix the int4 expected lpips * test: use cpu offload to save gpu memory in multi-batch test
-
Muyang Li authored
* feat: support FP8 LoRAs * fix the int4 expected lpips
-
- 01 May, 2025 5 commits
-
-
Muyang Li authored
feat: support PuLID, Double FBCache and TeaCache; better linter
-
Muyang Li authored
-
Muyang Li authored
* style: reformated codes * style: reformated codes
-
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:
kkkxue <kkkxue@tencent.com> Co-authored-by:
muyangli <lmxyy1999@foxmail.com>
-
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>
-
- 29 Apr, 2025 7 commits
-
-
Muyang Li authored
* style: reformat some codes * update * remove the dev-scripts * fix the lpips to pass the tests * style: using black to refract some codes * fix the lpips number
-
Muyang Li authored
-
Muyang Li authored
-
Muyang Li authored
-
Muyang Li authored
* replace the assets * move some assets to huggingface * update * revert back * see if the attachment works * use the attachment link * remove all the images
-
Muyang Li authored
-
Bluear7878 authored
* DoubleFBCache * rename > DoubleFBCache to use_double_fb_cache
-