- 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 7 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
-
Dhruv Nair authored
* update * update
-
Dhruv Nair authored
update
-
小咩Goat authored
fix #6742 Co-authored-by:Dhruv Nair <dhruv.nair@gmail.com>
-
YiYi Xu authored
fix Co-authored-by:yiyixuxu <yixu310@gmail,com>
-
Dhruv Nair authored
* update * update * update * Update src/diffusers/pipelines/i2vgen_xl/pipeline_i2vgen_xl.py Co-authored-by:
YiYi Xu <yixu310@gmail.com> * update * update --------- Co-authored-by:
YiYi Xu <yixu310@gmail.com>
-
- 04 Feb, 2024 2 commits
-
-
YiYi Xu authored
fix sd reference community ppeline Co-authored-by:yiyixuxu <yixu310@gmail,com>
-
Linoy Tsaban authored
* add micro conditioning * remove redundant lines * style * fix missing 's' * fix missing shape bug due to missing RGB if statement * remove redundant if, change arg order --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 03 Feb, 2024 4 commits
-
-
Fabio Rigano authored
-
Linoy Tsaban authored
* add noise_offset param * micro conditioning - wip * image processing adjusted and moved to support micro conditioning * change time ids to be computed inside train loop * change time ids to be computed inside train loop * change time ids to be computed inside train loop * time ids shape fix * move token replacement of validation prompt to the same section of instance prompt and class prompt * add offset noise to sd15 advanced script * fix token loading during validation * fix token loading during validation in sdxl script * a little clean * style * a little clean * style * sdxl script - a little clean + minor path fix sd 1.5 script - change default resolution value * ad 1.5 script - minor path fix * fix missing comma in code example in model card * clean up commented lines * style * remove time ids computed outside training loop - no longer used now that we utilize micro-conditioning, as all time ids are now computed inside the training loop * style * [WIP] - added draft readme, building off of examples/dreambooth/README.md * readme * readme * readme * readme * readme * readme * readme * readme * removed --crops_coords_top_left from CLI args * style * fix missing shape bug due to missing RGB if statement * add blog mention at the start of the reamde as well * Update examples/advanced_diffusion_training/README.md Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> * change note to render nicely as well --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
Stephen authored
change path to pathlib as_posix Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Younes Belkada authored
Update train_dreambooth_lora_sdxl.py
-
- 02 Feb, 2024 1 commit
-
-
UmerHA authored
* Update testing_utils.py * Update testing_utils.py
-
- 01 Feb, 2024 3 commits
-
-
YiYi Xu authored
-
Sayak Paul authored
* harmonize the module structure for models in tests * make the folders modules. --------- Co-authored-by:YiYi Xu <yixu310@gmail.com>
-
YiYi Xu authored
* add * remove transformer --------- Co-authored-by:yiyixuxu <yixu310@gmail,com>
-
- 31 Jan, 2024 1 commit
-
-
Patrick von Platen authored
-