- 30 May, 2023 1 commit
-
-
Kadir Nar authored
* added mixture pipeline * added docstring * update docstring
-
- 26 May, 2023 1 commit
-
-
Leon Lin authored
-
- 24 May, 2023 1 commit
-
-
Sayak Paul authored
refactor save_model_card utility in dreambooth examples.
-
- 23 May, 2023 2 commits
-
-
takuoko authored
add controlnet reference and bugfix Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
yingjieh authored
* add stable_diffusion_ipex community pipeline * Update readme.md * reformat * reformat * Update examples/community/README.md Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * Update examples/community/README.md Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * Update examples/community/README.md Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * Update examples/community/README.md Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * Update README.md * Update README.md * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * style --------- Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
- 22 May, 2023 4 commits
-
-
Will Berman authored
do not scale the initial global step by gradient accumulation steps when loading from checkpoint (#3506)
-
takuoko authored
* add reference only control * add reference only control * add reference only control * fix lint * fix lint * reference adain * bugfix EulerAncestralDiscreteScheduler * fix style fidelity rule * fix default output size * del unused line * fix deterministic
-
Patrick von Platen authored
-
Ambrosiussen authored
* DataLoader will now bake in any transforms or image manipulations contained in the EXIF Images may have rotations stored in EXIF. Training using such images will cause those transforms to be ignored while training and thus produce unexpected results * Fixed the Dataloading EXIF issue in main DreamBooth training as well * Run make style (black & isort)
-
- 19 May, 2023 1 commit
-
-
Will Berman authored
* dreambooth docs torch.compile note * Update examples/dreambooth/README.md Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> * Update examples/dreambooth/README.md Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
- 17 May, 2023 4 commits
-
-
Will Berman authored
-
Will Berman authored
-
wfng92 authored
add min snr to text2img lora training script
-
Patrick von Platen authored
* Make dreambooth lora more robust to orig unet * up
-
- 16 May, 2023 1 commit
-
-
asfiyab-nvidia authored
* add stable diffusion tensorrt img2img pipeline Signed-off-by:
Asfiya Baig <asfiyab@nvidia.com> * update docstrings Signed-off-by:
Asfiya Baig <asfiyab@nvidia.com> --------- Signed-off-by:
Asfiya Baig <asfiyab@nvidia.com>
-
- 12 May, 2023 1 commit
-
-
Sayak Paul authored
-
- 11 May, 2023 2 commits
-
-
Patrick von Platen authored
* Improve checkpointing lora * fix more * Improve doc string * Update src/diffusers/loaders.py * make stytle * Apply suggestions from code review * Update src/diffusers/loaders.py * Apply suggestions from code review * Apply suggestions from code review * better * Fix all * Fix multi-GPU dreambooth * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * Fix all * make style * make style --------- Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
Stas Bekman authored
* [deepspeed] partial ZeRO-3 support * cleanup * improve deepspeed fixes * Improve * make style --------- Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
- 09 May, 2023 1 commit
-
-
Will Berman authored
* update IF stage I pipelines add fixed variance schedulers and lora loading * added kv lora attn processor * allow loading into alternative lora attn processor * make vae optional * throw away predicted variance * allow loading into added kv lora layer * allow load T5 * allow pre compute text embeddings * set new variance type in schedulers * fix copies * refactor all prompt embedding code class prompts are now included in pre-encoding code max tokenizer length is now configurable embedding attention mask is now configurable * fix for when variance type is not defined on scheduler * do not pre compute validation prompt if not present * add example test for if lora dreambooth * add check for train text encoder and pre compute text embeddings
-
- 06 May, 2023 2 commits
-
-
Lucca Zenóbio authored
Update README.md
-
Adrià Arrufat authored
* Set --only_save_embeds to False by default Due to how the option is named, it makes more sense to behave like this. * Refactor only_save_embeds to save_as_full_pipeline
-
- 04 May, 2023 1 commit
-
-
Isamu Isozaki authored
* Added input pretubation * Fixed spelling
-
- 03 May, 2023 2 commits
-
-
Markus Pobitzer authored
* Add Stable Diffsuion RePaint to community pipelines - Adds Stable Diffsuion RePaint to community pipelines - Add Readme enty for pipeline * Fix: Remove wrong import - Remove wrong import - Minor change in comments * Fix: Code formatting of stable_diffusion_repaint * Fix: ruff errors in stable_diffusion_repaint
-
Sayak Paul authored
* fix: scale_lr and sync example readme and docs. * fix doc link.
-
- 28 Apr, 2023 4 commits
-
-
Patrick von Platen authored
* Update Dreambooth README * Adapt all docs as well * automatically write model card * fix * make style
-
timegate authored
* try multi controlnet inpaint * multi controlnet inpaint * multi controlnet inpaint
-
Joqsan authored
* EDICT pipeline initial commit - Starting point taking from https://github.com/Joqsan/edict-diffusion * refactor __init__() method * minor refactoring * refactor scheduler code - remove scheduler and move its methods to the EDICTPipeline class * make CFG optional - refactor encode_prompt(). - include optional generator for sampling with vae. - minor variable renaming * add EDICT pipeline description to README.md * replace preprocess() with VaeImageProcessor * run make style and make quality commands --------- Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Sayak Paul authored
*
👽 qol improvements for LoRA. * better function name? * fix: LoRA weight loading with the new format. * address Patrick's comments. * Apply suggestions from code review Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com> * change wording around encouraging the use of load_lora_weights(). * fix: function name. --------- Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
- 27 Apr, 2023 2 commits
-
-
Patrick von Platen authored
Revert "Revert "[Community Pipelines] Update lpw_stable_diffusion pipeline" (#3201)" This reverts commit 91a2a80e.
-
Pedro Cuenca authored
Remove required from tracker_project_name. As observed by https://github.com/off99555 in https://github.com/huggingface/diffusers/issues/2695#issuecomment-1470755050, it already has a default value.
-
- 26 Apr, 2023 3 commits
-
-
Pedro Cuenca authored
Write model card in controlnet training script.
-
Patrick von Platen authored
* Post release * fix more
-
Patrick von Platen authored
-
- 25 Apr, 2023 1 commit
-
-
Lucca Zenóbio authored
cast to weight dtype
-
- 22 Apr, 2023 3 commits
-
-
Will Berman authored
Revert "[Community Pipelines] Update lpw_stable_diffusion pipeline (#3197)" This reverts commit 9965cb50.
-
SkyTNT authored
* Update lpw_stable_diffusion.py * fix cpu offload
-
Chengrui Wang authored
* Update train_dreambooth_lora.py fix bug * Update train_dreambooth_lora.py
-
- 21 Apr, 2023 2 commits
-
-
Patrick von Platen authored
* Multi Vector * Improve * fix multi token * improve test * make style * Update examples/test_examples.py * Apply suggestions from code review Co-authored-by:
Suraj Patil <surajp815@gmail.com> * update * Finish * Apply suggestions from code review --------- Co-authored-by:
Suraj Patil <surajp815@gmail.com>
-
asfiyab-nvidia authored
pass silence_dtype_warnings as kwarg Signed-off-by:
Asfiya Baig <asfiyab@nvidia.com> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
- 20 Apr, 2023 1 commit
-
-
Sayak Paul authored
* add: LoRA text encoder support for DreamBooth example. * fix initialization. * fix: modification call. * add: entry in the readme. * use dog dataset from hub. * fix: params to clip. * add entry to the LoRA doc. * add: tests for lora. * remove unnecessary list comprehension./
-