- 19 Jun, 2025 1 commit
-
-
Aryan authored
update
-
- 17 Jun, 2025 1 commit
-
-
Aryan authored
update
-
- 13 Jun, 2025 1 commit
-
-
Aryan authored
* update * make style * Update src/diffusers/loaders/lora_conversion_utils.py * add note explaining threshold
-
- 19 May, 2025 2 commits
-
-
Sayak Paul authored
* start supporting kijai wan lora. * diff_b keys. * Apply suggestions from code review Co-authored-by:
Aryan <aryan@huggingface.co> * merge ready --------- Co-authored-by:
Aryan <aryan@huggingface.co>
-
Linoy Tsaban authored
* support non diffusers loras for ltxv * Update src/diffusers/loaders/lora_conversion_utils.py Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> * Update src/diffusers/loaders/lora_pipeline.py Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> * Apply style fixes * empty commit --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
- 09 May, 2025 1 commit
-
-
Sayak Paul authored
* support non-diffusers hidream loras * make fix-copies
-
- 06 May, 2025 1 commit
-
-
Valeriy Selitskiy authored
[lora_conversion] Enhance key handling for OneTrainer components in LORA conversion utility (#11441) (#11487) * [lora_conversion] Enhance key handling for OneTrainer components in LORA conversion utility (#11441) * Update src/diffusers/loaders/lora_conversion_utils.py Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
- 01 May, 2025 1 commit
-
-
co63oc authored
* Fix typos in docs and comments * Apply style fixes --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
- 23 Apr, 2025 1 commit
-
-
Teriks authored
* Kolors additional pipelines, community contrib --------- Co-authored-by:
Teriks <Teriks@users.noreply.github.com> Co-authored-by:
Linoy Tsaban <57615435+linoytsaban@users.noreply.github.com>
-
- 14 Apr, 2025 1 commit
-
-
Sayak Paul authored
* support more SDXL loras. * update --------- Co-authored-by:hlky <hlky@hlky.ac>
-
- 10 Apr, 2025 1 commit
-
-
Sayak Paul authored
* support musubi wan loras. * Update src/diffusers/loaders/lora_conversion_utils.py Co-authored-by:
hlky <hlky@hlky.ac> * support i2v loras from musubi too. --------- Co-authored-by:
hlky <hlky@hlky.ac>
-
- 09 Apr, 2025 2 commits
-
-
Dhruv Nair authored
* update * update * update * update
-
Sayak Paul authored
* support more comyui loras. * fix * fixes * revert changes in LoRA base. * no position_embedding *
🚨 introduce a breaking change to let peft handle module ambiguity * styling * remove position embeddings. * improvements. * style * make info instead of NotImplementedError * Update src/diffusers/loaders/peft.py Co-authored-by:hlky <hlky@hlky.ac> * add example. * robust checks * updates --------- Co-authored-by:
hlky <hlky@hlky.ac>
-
- 14 Mar, 2025 1 commit
-
-
Sayak Paul authored
feat: support non-diffusers wan t2v loras.
-
- 11 Mar, 2025 1 commit
-
-
Sayak Paul authored
* support wan i2v loras from the world. * remove copied from. * upates * add lora.
-
- 06 Mar, 2025 1 commit
-
-
hlky authored
Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 04 Mar, 2025 1 commit
-
-
Sayak Paul authored
* feat: support non-diffusers lumina2 LoRAs. * revert ipynb changes (but I don't know why this is required
☹ ️) * empty --------- Co-authored-by:Dhruv Nair <dhruv.nair@gmail.com> Co-authored-by:
YiYi Xu <yixu310@gmail.com>
-
- 17 Feb, 2025 1 commit
-
-
Sayak Paul authored
update lora support for flux.
-
- 10 Feb, 2025 1 commit
-
-
Sayak Paul authored
* fix peft state dict parsing * updates
-
- 07 Jan, 2025 1 commit
-
-
Aryan authored
* update * fix make copies * update * add relevant markers to the integration test suite. * add copied. * fox-copies * temporarily add print. * directly place on CUDA as CPU isn't that big on the CIO. * fixes to fuse_lora, aryan was right. * fixes --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 19 Dec, 2024 1 commit
-
-
赵三石 authored
x-flux single-blocks lora load Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
YiYi Xu <yixu310@gmail.com>
-
- 10 Dec, 2024 1 commit
-
-
Aryan authored
* update --------- Co-authored-by:
yiyixuxu <yixu310@gmail.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
- 20 Nov, 2024 1 commit
-
-
raulmosa authored
* Update handle single blocks on _convert_xlabs_flux_lora_to_diffusers to fix bug on updating keys and old_state_dict --------- Co-authored-by:
raul_ar <raul.moreno.salinas@autoretouch.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
- 07 Oct, 2024 1 commit
-
-
Clem authored
* fix startswith syntax in xlabs lora conversion * Trigger CI https://github.com/huggingface/diffusers/pull/9581#issuecomment-2395530360
-
- 30 Sep, 2024 1 commit
-
-
Sayak Paul authored
* support kohya flux loras that have tes.
-
- 03 Sep, 2024 1 commit
-
-
Vishnu V Jaddipal authored
* Fix ```from_single_file``` for xl_inpaint * Add basic flux inpaint pipeline * style, quality, stray print * Fix stray changes * Add inpainting model support * Change lora conversion for xlabs * Fix stray changes * Apply suggestions from code review * style --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 29 Aug, 2024 1 commit
-
-
Sayak Paul authored
* support kohya lora in flux. * format * support xlabs * diffusion_model prefix. * Apply suggestions from code review Co-authored-by:
apolinário <joaopaulo.passos@gmail.com> * empty commit. Co-authored-by:
Leommm-byte <leom20031@gmail.com> --------- Co-authored-by:
apolinário <joaopaulo.passos@gmail.com> Co-authored-by:
Leommm-byte <leom20031@gmail.com>
-
- 27 Jun, 2024 1 commit
-
-
Sayak Paul authored
fix conversion utility so that lora dora loads correctly
-
- 22 Jun, 2024 1 commit
-
-
Sayak Paul authored
* refactor lora conversion utility. * remove error raises. * add onetrainer support too.
-
- 28 May, 2024 1 commit
-
-
Sayak Paul authored
* attempt at fixing onetrainer lora. * fix
-
- 26 Mar, 2024 1 commit
-
-
Sayak Paul authored
* feat: support dora loras from community * safe-guard dora operations under peft version. * pop use_dora when False * make dora lora from kohya work. * fix: kohya conversion utils. * add a fast test for DoRA compatibility.. * add a nightly test.
-
- 18 Mar, 2024 1 commit
-
-
Sayak Paul authored
* clean up the kohya_conversion utility * state dict assignment
-
- 08 Feb, 2024 1 commit
-
-
Sayak Paul authored
change to 2024
-
- 29 Nov, 2023 1 commit
-
-
Sayak Paul authored
* move several state dict conversion utils out of lora.py * check * check * check * check * check * check * check * revert back * check * check * again check * maybe fix? * Apply suggestions from code review Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> --------- Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-