- 12 Feb, 2024 4 commits
-
-
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 14 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
-
Patryk Bartkowiak authored
Co-authored-by:
Patryk Bartkowiak <patryk.bartkowiak@tcl.com> Co-authored-by:
Linoy Tsaban <57615435+linoytsaban@users.noreply.github.com>
-
Ehsan Akhgari authored
This fixes #6899.
-
Sayak Paul authored
* attention_head_dim * debug * print more info * correct num_attention_heads behaviour * down_block_num_attention_heads -> num_attention_heads. * correct the image link in doc. * add: deprecation for num_attention_head * fix: test argument to use attention_head_dim * more fixes. * quality * address comments. * remove depcrecation.
-
Sayak Paul authored
* add: support for passing ip adapter image embeddings * debugging * make feature_extractor unloading conditioned on safety_checker * better condition * type annotation * index to look into value slices * more debugging * debugging * serialize embeddings dict * better conditioning * remove unnecessary prints. * Update src/diffusers/loaders/ip_adapter.py Co-authored-by:
YiYi Xu <yixu310@gmail.com> * make fix-copies and styling. * styling and further copy fixing. * fix: check_inputs call in controlnet sdxl img2img pipeline --------- Co-authored-by:
YiYi Xu <yixu310@gmail.com>
-
Srimanth Agastyaraju authored
* Fix: training resume from fp16 for lcm distill lora sdxl * Fix coding quality - run linter * Fix 1 - shift mixed precision cast before optimizer * Fix 2 - State dict errors by removing load_lora_into_unet * Update train_lcm_distill_lora_sdxl.py - Revert default cache dir to None --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Sayak Paul authored
* remove torch_dtype from to() * remove torch_dtype from usage scripts. * remove old lora backend * Revert "remove old lora backend" This reverts commit adcddf6ba421f847e7da2a0ce57b9456cae43356.
-
camaro authored
-
- 07 Feb, 2024 2 commits
-
-
YiYi Xu authored
[ip-adapter] make sure length of `scale` is same as number of ip-adapters when using `set_ip_adapter_scale` (#6884) add Co-authored-by:yiyixuxu <yixu310@gmail,com>
-
Sayak Paul authored
* feat: standarize model card creation for dreambooth training. * correct 'inference * remove comments. * take component out of kwargs * style * add: card template to have a leaner description. * widget support. * propagate changes to train_dreambooth_lora * propagate changes to custom diffusion * make widget properly type-annotated
-
- 06 Feb, 2024 6 commits
-
-
Félix Sanz authored
* fix: callback function name is incorrect On this tutorial there is a function defined and then used inside `callback_on_step_end` argument, but the name was not correct (mismatch) * fix: typo in num_timestep (correct is num_timesteps) fixed property name
-
Dhruv Nair authored
update
-
Dhruv Nair authored
* update * update * update
-
sayakpaul authored
-
Sayak Paul authored
* remove _to_tensor * remove _to_tensor definition * remove _collapse_frames_into_batch * remove lora for not bloating the code. * remove sample_size. * simplify code a bit more * ensure timesteps are always in tensor.
-
- 05 Feb, 2024 2 commits
-
-
Edward Li authored
* Fix `AutoencoderTiny` with `use_slicing` When using slicing with AutoencoderTiny, the encoder mistakenly encodes the entire batch for every image in the batch. * Fixed formatting issue
-
Dhruv Nair authored
update
-