- 14 Feb, 2024 4 commits
-
-
Steven Liu authored
* use cases * first draft * fix image links * lcm-lora * feedback * review * feedback * feedback
-
Sayak Paul authored
-
Sayak Paul authored
* use load_model_into_meta in single file utils * propagate to autoencoder and controlnet. * correct class name access behaviour. * remove torch_dtype from load_model_into_meta; seems unncessary * remove incorrect kwarg * style to avoid extra unnecessary line breaks
-
Younes Belkada authored
* Update using_peft_for_inference.md * add more explanation
-
- 13 Feb, 2024 7 commits
-
-
Dhruv Nair authored
* update * update * update
-
Dhruv Nair authored
update
-
Dhruv Nair authored
update
-
YiYi Xu authored
[DPMSolverSinglestepScheduler] correct `get_order_list` for `solver_order=2`and `lower_order_final=True` (#6953) * add * change default --------- Co-authored-by:yiyixuxu <yixu310@gmail,com>
-
Dhruv Nair authored
* update
-
Alex Umnov authored
* Updated lora inference instructions * Update examples/dreambooth/README.md Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> * Update README.md * Update README.md --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
Piyush Thakur authored
fixed type annotations Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 12 Feb, 2024 10 commits
-
-
Steven Liu authored
fix
-
Sayak Paul authored
* fix: bias loading bug * fixes for SDXL * apply changes to the conversion script to match single_file_utils.py * do transpose to match the single file loading logic.
-
Piyush Thakur authored
standardize model card template t21-adapter-sdxl
-
Dhruv Nair authored
* update * update * update --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Disty0 authored
-
Piyush Thakur authored
* standardize model card template t2i-lora-sdxl * type annotations
-
Dhruv Nair authored
update
-
Piyush Thakur authored
standardize model card template t2i-sdxl
-
Piyush Thakur authored
standardize model card t2i-lora
-
Piyush Thakur authored
* standardize model card * fix base_model
-
- 11 Feb, 2024 1 commit
-
-
dg845 authored
--------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
YiYi Xu <yixu310@gmail.com> Co-authored-by:
Dhruv Nair <dhruv.nair@gmail.com>
-
- 10 Feb, 2024 2 commits
-
-
YiYi Xu authored
* fix * add tests --------- Co-authored-by:
yiyixuxu <yixu310@gmail,com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
YiYi Xu authored
add Co-authored-by:yiyixuxu <yixu310@gmail,com>
-
- 09 Feb, 2024 9 commits
-
-
Sayak Paul authored
* post release * style * Empty-Commit --------- Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
Sayak Paul authored
* deprecate certain lora methods from the old backend. * uncomment necessary things. * safe remove old lora backend
👋 -
Bingxin Ke authored
[FIX] IMPORTANT: rgb normalization
-
Dhruv Nair authored
update
-
camaro authored
* controlnet * style --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Sayak Paul authored
-
Aryan authored
* refactor decode latents in video pipelines * make fix-copies
-
camaro authored
controlnet-sdxl
-
camaro authored
* controlnet-flax * style --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 08 Feb, 2024 7 commits
-
-
C Q authored
* Fix Compatibility Issues in stable_diffusion_xl_reference.py --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
YiYi Xu <yixu310@gmail.com>
-
shaoxiaowang authored
Co-authored-by:wangshaoxiao <wangshaoxiao@xiaomi.com>
-
Kyunghwan Kim authored
* Add vae tiling in img2img and inpaint * Add vae tiling not slicing
-
Michael authored
Remove <cat-toy> validation prompt from examples/textual_inversion/textual_inversion_sdxl.py (#6877) Remove <cat-toy> validation prompt from textual_inversion_sdxl.py The `<cat-toy>` validation prompt is a default choice for the example task in the README. But no other part of `textual_inversion_sdxl.py` references the cat toy and `textual_inversion.py` has a default validation prompt of `None` as well. So bring `textual_inversion_sdxl.py` in line with `textual_inversion.py` and change default validation prompt to `None`
-
Laisky.Cai authored
Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Sayak Paul authored
change to 2024
-
Masamune Ishihara authored
-