- 04 Jul, 2024 2 commits
-
-
Thomas Eding authored
* Add vae_roundtrip.py example * Add cuda support to vae_roundtrip * Move vae_roundtrip.py into research_projects/vae * Fix channel scaling in vae roundrip and also support taesd. * Apply ruff --fix for CI gatekeep check --------- Co-authored-by:Álvaro Somoza <asomoza@users.noreply.github.com>
-
Sayak Paul authored
fix sharding tests
-
- 03 Jul, 2024 8 commits
-
-
Aryan authored
fix minor bug in sd3 img2img
-
XCL authored
* add conversion files; changed controlnet for hunyuandit * style --------- Co-authored-by:
xingchaoliu <xingchaoliu@tencent.com> Co-authored-by:
yiyixuxu <yixu310@gmail.com>
-
Linoy Tsaban authored
* add clip_skip * style * smol fix --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Sayak Paul authored
add dummy lora attention processors to prevent failures in other libs
-
Sayak Paul authored
-
Sayak Paul authored
* add experimental scripts to train SD3 transformer lora on colab * add readme * add colab * Apply suggestions from code review Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> * fix link in the notebook. --------- Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com>
-
Sayak Paul authored
Revert "[LoRA] introduce `LoraBaseMixin` to promote reusability. (#8670)" This reverts commit a2071a18.
-
Sayak Paul authored
* introduce to promote reusability. * up * add more tests * up * remove comments. * fix fuse_nan test * clarify the scope of fuse_lora and unfuse_lora * remove space
-
- 02 Jul, 2024 9 commits
-
-
YiYi Xu authored
* add * update sd3 controlnet * Update src/diffusers/models/controlnet_sd3.py --------- Co-authored-by:
yiyixuxu <yixu310@gmail,com> Co-authored-by:
Dhruv Nair <dhruv.nair@gmail.com>
-
Jiwook Han authored
* Update philosophy.md Some contributions were not reflected previously, so I am resubmitting them. * Update docs/source/ko/conceptual/philosophy.md Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> * Update docs/source/ko/conceptual/philosophy.md Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> --------- Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com>
-
Dhruv Nair authored
update
-
Dhruv Nair authored
update
-
Dhruv Nair authored
* update * Update src/diffusers/models/unets/unet_motion_model.py Co-authored-by:
YiYi Xu <yixu310@gmail.com> --------- Co-authored-by:
YiYi Xu <yixu310@gmail.com>
-
Dhruv Nair authored
update
-
YiYi Xu authored
up Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Sayak Paul authored
* add a test suite for SD3 DreamBooth * lora suite * style * add checkpointing tests for LoRA * add test to cover train_text_encoder.
-
Álvaro Somoza authored
* fix * fix things. Co-authored-by:
Linoy Tsaban <linoy.tsaban@gmail.com> * remove patch * apply suggestions --------- Co-authored-by:
Linoy Tsaban <57615435+linoytsaban@users.noreply.github.com> Co-authored-by:
sayakpaul <spsayakpaul@gmail.com> Co-authored-by:
Linoy Tsaban <linoy.tsaban@gmail.com>
-
- 01 Jul, 2024 8 commits
-
-
Haofan Wang authored
* Update controlnet_sd3.py --------- Co-authored-by:YiYi Xu <yixu310@gmail.com>
-
Dhruv Nair authored
update
-
YiYi Xu authored
* up * Apply suggestions from code review Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com>
-
Lucain authored
-
XCL authored
* add v1.2 support --------- Co-authored-by:
xingchaoliu <xingchaoliu@tencent.com> Co-authored-by:
yiyixuxu <yixu310@gmail.com>
-
WenheLI authored
* update training * update --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
Linoy Tsaban <57615435+linoytsaban@users.noreply.github.com>
-
Bhavay Malhotra authored
[train_controlnet_sdxl.py] Fix the LR schedulers when num_train_epochs is passed in a distributed training env (#8476) * Create diffusers.yml * num_train_epochs --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Sayak Paul authored
* shift cache. * comment
-
- 29 Jun, 2024 3 commits
-
-
Shauray Singh authored
* add pag to sd pipelines
-
Sayak Paul authored
* fix * fixes * add back the deadsnakes * better messaging * disable IP adapter tests for the moment. * style * up * empty
-
Álvaro Somoza authored
* new pipeline
-
- 28 Jun, 2024 2 commits
-
-
Luo Chaofan authored
* fix: ValueError when using FromOriginalModelMixin in subclasses #8440 (cherry picked from commit 92859978436acf844760fc0e992165b489d0180a) * Update src/diffusers/loaders/single_file_model.py Co-authored-by:
Dhruv Nair <dhruv.nair@gmail.com> * Update single_file_model.py * Update single_file_model.py --------- Co-authored-by:
Dhruv Nair <dhruv.nair@gmail.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
Dhruv Nair authored
update
-
- 27 Jun, 2024 8 commits
-
-
Linoy Tsaban authored
* minor changes * minor changes * minor changes * minor changes * minor changes * minor changes * minor changes * fix * fix * aligning with blora script * aligning with blora script * aligning with blora script * aligning with blora script * aligning with blora script * remove prints * style * default val * license * move save_model_card to outside push_to_hub * Update train_dreambooth_lora_sdxl_advanced.py --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Sayak Paul authored
perform better deprecation for vqmodeloutput
-
Mathis Koroglu authored
* Motion Model / Adapter versatility - allow to use a different number of layers per block - allow to use a different number of transformer per layers per block - allow a different number of motion attention head per block - use dropout argument in get_down/up_block in 3d blocks * Motion Model added arguments renamed & refactoring * Add test for asymmetric UNetMotionModel
-
vincedovy authored
* Add check for WindowsPath in to_json_string On Windows, os.path.join returns a WindowsPath. to_json_string does not convert this from a WindowsPath to a string. Added check for WindowsPath to to_json_saveable. * Remove extraneous convert to string in test_check_path_types (tests/others/test_config.py) * Fix style issues in tests/others/test_config.py * Add unit test to test_config.py to verify that PosixPath and WindowsPath (depending on system) both work when converted to JSON * Remove distinction between PosixPath and WindowsPath in ConfigMixIn.to_json_string(). Conditional now tests for Path, and uses Path.as_posix() to convert to string. --------- Co-authored-by:
Vincent Dovydaitis <vincedovy@gmail.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
Álvaro Somoza authored
* initial fix * apply suggestion * delete step_index line
-
Sayak Paul authored
add some info when there is an error.
-
Sayak Paul authored
* modify PR and issue templates * add single file poc.
-
Sayak Paul authored
fix conversion utility so that lora dora loads correctly
-