- 23 Feb, 2024 2 commits
-
-
M. Tolga Cangöz authored
-
M. Tolga Cangöz authored
* Refactor save_model_card function to handle images and repo_folder parameters * Discard changes to examples/text_to_image/train_text_to_image.py * Discard changes to examples/text_to_image/train_text_to_image_lora_sdxl.py * Update train_text_to_image_lora.py * Update train_text_to_image_sdxl.py
-
- 22 Feb, 2024 2 commits
-
-
Lincoln Stein authored
* make checkpoint_merger pipeline pass the "variant" argument to from_pretrained() * make style --------- Co-authored-by:
Lincoln Stein <lstein@gmail.com> Co-authored-by:
YiYi Xu <yixu310@gmail.com>
-
M. Tolga Cangöz authored
Update copyright information and fix typos in text_to_image examples
-
- 20 Feb, 2024 1 commit
-
-
pravdomil authored
Co-authored-by:Steven Liu <59462357+stevhliu@users.noreply.github.com>
-
- 19 Feb, 2024 1 commit
-
-
ustcuna authored
* add stable_diffusion_xl_ipex community pipeline * make style for code quality check * update docs as suggested --------- Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
- 16 Feb, 2024 4 commits
-
-
Bhavay Malhotra authored
* Update textual_inversion.py * Apply suggestions from code review * Update textual_inversion.py * Update textual_inversion.py * Update textual_inversion.py * Update textual_inversion.py * Update examples/textual_inversion/textual_inversion.py Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> * Update textual_inversion.py * styling --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
Stephen authored
* standardize model card * fix tags * correct import styling and update tags * run make style and make quality --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
co63oc authored
* Fix words * Fix --------- Co-authored-by:YiYi Xu <yixu310@gmail.com>
-
Paakhhi authored
* Bugfix: correct import for diffusers * Fix: Prompt2Prompt example * Format style --------- Co-authored-by:YiYi Xu <yixu310@gmail.com>
-
- 15 Feb, 2024 1 commit
-
-
Linoy Tsaban authored
* fix bug in micro-conditioning of class images * fix bug in micro-conditioning of class images * style
-
- 13 Feb, 2024 2 commits
-
-
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 5 commits
-
-
Piyush Thakur authored
standardize model card template t21-adapter-sdxl
-
Piyush Thakur authored
* standardize model card template t2i-lora-sdxl * type annotations
-
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
-
- 09 Feb, 2024 6 commits
-
-
Sayak Paul authored
* post release * style * Empty-Commit --------- Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
Bingxin Ke authored
[FIX] IMPORTANT: rgb normalization
-
camaro authored
* controlnet * style --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Sayak Paul authored
-
camaro authored
controlnet-sdxl
-
camaro authored
* controlnet-flax * style --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 08 Feb, 2024 6 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>
-
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`
-
Sayak Paul authored
change to 2024
-
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>
-
camaro authored
-
- 07 Feb, 2024 1 commit
-
-
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
-
- 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 3 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>
-
Younes Belkada authored
Update train_dreambooth_lora_sdxl.py
-
- 31 Jan, 2024 2 commits
-
-
Kashif Rasul authored
add ipo and hinge loss to dpo trainer
-
Viet Nguyen authored
* Update train_diffusion_dpo.py Address #6702 * Update train_diffusion_dpo_sdxl.py * Empty-Commit --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 30 Jan, 2024 1 commit
-
-
Sajad Norouzi authored
* Fix mixed precision fine-tuning for text-to-image-lora-sdxl example. * fix text_encoder_two bug. --------- Co-authored-by:Sajad Norouzi <sajadn@dev-dsk-sajadn-2a-87239470.us-west-2.amazon.com>
-
- 28 Jan, 2024 1 commit
-
-
Sayak Paul authored
-