- 14 Apr, 2025 7 commits
-
-
hlky authored
-
Álvaro Somoza authored
* add * fix-copies
-
Linoy Tsaban authored
-
Sayak Paul authored
* support more SDXL loras. * update --------- Co-authored-by:hlky <hlky@hlky.ac>
-
Fanli Lin authored
adjust diff
-
Yao Matrix authored
Signed-off-by:Matrix Yao <matrix.yao@intel.com>
-
Yao Matrix authored
loose expected_max_diff from 5e-1 to 8e-1 to make KandinskyV22PipelineInpaintCombinedFastTests::test_float16_inference pass on XPU Signed-off-by:Matrix Yao <matrix.yao@intel.com>
-
- 13 Apr, 2025 4 commits
-
-
Ishan Modi authored
* added controlnet for sana transformer * improve code quality * addressed PR comments * bug fixes * added test cases * update * added dummy objects * addressed PR comments * update * Forcing update * add to docs * code quality * addressed PR comments * addressed PR comments * update * addressed PR comments * added proper styling * update * Revert "added proper styling" This reverts commit 344ee8a7014ada095b295034ef84341f03b0e359. * manually ordered * Apply suggestions from code review --------- Co-authored-by:Aryan <contact.aryanvs@gmail.com>
-
Tuna Tuncer authored
-
Aryan authored
* HiDream Image * update * -einops * py3.8 * fix -einops * mixins, offload_seq, option_components * docs * Apply style fixes * trigger tests * Apply suggestions from code review Co-authored-by:
Aryan <contact.aryanvs@gmail.com> * joint_attention_kwargs -> attention_kwargs, fixes * fast tests * -_init_weights * style tests * move reshape logic * update slice
😴 * supports_dduf *🤷 🏻 ♂️ * Update src/diffusers/models/transformers/transformer_hidream_image.py Co-authored-by:Aryan <contact.aryanvs@gmail.com> * address review comments * update tests * doc updates * update * Update src/diffusers/models/transformers/transformer_hidream_image.py * Apply style fixes --------- Co-authored-by:
hlky <hlky@hlky.ac> Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
Adrien B authored
Correction typo
-
- 12 Apr, 2025 1 commit
-
-
Nikita Starodubcev authored
* add flow matching lcm scheduler * stochastic sampling * upscaling for scale-wise generation * Apply style fixes * Apply suggestions from code review Co-authored-by:
hlky <hlky@hlky.ac> --------- Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by:
YiYi Xu <yixu310@gmail.com> Co-authored-by:
hlky <hlky@hlky.ac>
-
- 11 Apr, 2025 4 commits
-
-
hlky authored
* HiDream Image --------- Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by:
Aryan <contact.aryanvs@gmail.com> Co-authored-by:
Aryan <aryan@huggingface.co>
-
Tuna Tuncer authored
-
Sayak Paul authored
fix to a constant
-
Sayak Paul authored
relax tolerance for unclip further.
-
- 10 Apr, 2025 9 commits
-
-
Sayak Paul authored
* start cleaning up lora test utils for reusability * update * updates * updates
-
hlky authored
-
Yuqian Hong authored
* fix attention * Apply style fixes --------- Co-authored-by:github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
Yao Matrix authored
Signed-off-by:Matrix Yao <matrix.yao@intel.com>
-
xieofxie authored
Co-authored-by:hualxie <hualxie@microsoft.com>
-
Yao Matrix authored
Signed-off-by:Matrix Yao <matrix.yao@intel.com>
-
Yao Matrix authored
Signed-off-by:Matrix Yao <matrix.yao@intel.com>
-
Yao Matrix authored
* fix test_vanilla_funetuning failure on XPU and A100 Signed-off-by:
Matrix Yao <matrix.yao@intel.com> * change back to 5e-2 Signed-off-by:
Matrix Yao <matrix.yao@intel.com> --------- Signed-off-by:
Matrix Yao <matrix.yao@intel.com>
-
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 13 commits
-
-
YiYi Xu authored
-
Sayak Paul authored
* fix consisid imports * fix opencv import * fix
-
Sayak Paul authored
* fix timeout constant * style * fix
-
Ilya Drobyshevskiy authored
Before this if txt_ids was 3d tensor, line with txt_ids[:1] concat txt_ids by batch dim. Now we first check that txt_ids is 2d tensor (or take first batch element) and then concat by token dim
-
Dhruv Nair authored
* update * update * update * update
-
hlky authored
Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Yao Matrix authored
* loose test_float16_inference's tolerance from 5e-2 to 6e-2, so XPU can pass UT Signed-off-by:
Matrix Yao <matrix.yao@intel.com> * fix test_pipeline_flux_redux fail on XPU Signed-off-by:
Matrix Yao <matrix.yao@intel.com> --------- Signed-off-by:
Matrix Yao <matrix.yao@intel.com>
-
hlky authored
* AutoModel * ... * lol * ... * add test * update * make fix-copies --------- Co-authored-by:Dhruv Nair <dhruv.nair@gmail.com>
-
hlky authored
-
Sayak Paul authored
* fix: SD3 ControlNet validation so that it runs on a A100. * use backend-agnostic cache and pass devide.
-
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>
-
Sayak Paul authored
minor updates to dtype map docs.
-
Sayak Paul authored
-
- 08 Apr, 2025 2 commits
-
-
Sayak Paul authored
* improve replacement warnings for bnb * updates to docs.
-
Sayak Paul authored
* implement record_stream for better performance. * fix * style. * merge #11097 * Update src/diffusers/hooks/group_offloading.py Co-authored-by:
Aryan <aryan@huggingface.co> * fixes * docstring. * remaining todos in low_cpu_mem_usage * tests * updates to docs. --------- Co-authored-by:
Aryan <aryan@huggingface.co>
-