- 04 Mar, 2024 3 commits
-
-
Linoy Tsaban authored
* add tags for diffusers training * add tags for diffusers training * add tags for diffusers training * add tags for diffusers training * add tags for diffusers training * add tags for diffusers training * add dora tags for drambooth lora scripts * style
-
Linoy Tsaban authored
* add is_dora arg * style * add dora training feature to sd 1.5 script * added notes about DoRA training --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Sayak Paul authored
Internal message: https://huggingface.slack.com/archives/C03Q18WK18T/p1709529892062479
-
- 03 Mar, 2024 1 commit
-
-
Sayak Paul authored
* add: dreambooth lora script for Playground v2.5 * fix: kwarg * address suraj's comments. * Apply suggestions from code review Co-authored-by:
Suraj Patil <surajp815@gmail.com> * apply suraj's suggestion * incorporate changes in the canonical script./ * tracker naming * fix: schedule determination * add: two simple tests * remove playground script * note about edm-style training * address pedro's comments. * address part of Suraj's comments. * Apply suggestions from code review Co-authored-by:
Suraj Patil <surajp815@gmail.com> * remove guidance_scale. * use mse_loss. * add comments for preconditioning. * quality * Update examples/dreambooth/train_dreambooth_lora_sdxl.py Co-authored-by:
Suraj Patil <surajp815@gmail.com> * tackle v-pred. * Empty-Commit * support edm for sdxl too. * address suraj's comments. * Empty-Commit --------- Co-authored-by:
Suraj Patil <surajp815@gmail.com>
-
- 01 Mar, 2024 4 commits
-
-
Oleh authored
* Speed up dataset mapping * Fix missing columns * Remove cache files cleanup * Update examples/text_to_image/train_text_to_image_sdxl.py * make style * Fix code style * style * Empty-Commit --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
Quentin Lhoest <42851186+lhoestq@users.noreply.github.com> Co-authored-by:
Quentin Lhoest <lhoest.q@gmail.com>
-
Sayak Paul authored
-
Quentin Lhoest authored
Update train_text_to_image_sdxl.py
-
YiYi Xu authored
* add Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> --------- Co-authored-by:
yiyixuxu <yixu310@gmail,com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
- 28 Feb, 2024 2 commits
-
-
elucida authored
* move model helper function in pipeline to EfficiencyMixin --------- Co-authored-by:
YiYi Xu <yixu310@gmail.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
Sayak Paul authored
* fix kwarg * Empty-Commit
-
- 27 Feb, 2024 1 commit
-
-
Sayak Paul authored
* log_validation unification for controlnet. * additional fixes. * remove print. * better reuse and loading * make final inference run conditional. * Update examples/controlnet/README_sdxl.md Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * resize the control image in the snippet. --------- Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
- 26 Feb, 2024 5 commits
-
-
M. Tolga Cangöz authored
* Fix typos
-
jiqing-feng authored
resize first Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Aryan authored
* fix img2vid; update to latest ip-adapter impl * update README * update animatediff controlnet to latest impl
-
Vinh H. Pham authored
* modularize log validation * run make style * revert import wandb * fix code quality & import wandb --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Vinh H. Pham authored
* modulize log validation * run make style and refactor wanddb support * remove redundant initialization --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
- 25 Feb, 2024 1 commit
-
-
Aryan authored
* fix denoising start * fix tests * remove debug
-
- 24 Feb, 2024 2 commits
-
-
M. Tolga Cangöz authored
Refactor StableDiffusionReferencePipeline to inherit from DiffusionPipeline rather than StableDiffusionPipeline
-
caiyueliang authored
-
- 23 Feb, 2024 3 commits
-
-
Chong-U Lim authored
-
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 2 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
-