- 27 Feb, 2023 2 commits
-
-
Patrick von Platen authored
* [Safetensors] Make sure metadata is saved * make style
-
Will Berman authored
-
- 25 Feb, 2023 1 commit
-
-
Omer Bar Tal authored
-
- 24 Feb, 2023 2 commits
-
-
Pedro Cuenca authored
* Fix tensorboard tracking with `accelerate` @ `main` * Fix `train_unconditional.py` with accelerate from main.
-
Pedro Cuenca authored
* Skip variant tests (UNet1d, UNetRL) on mps. mish op not yet supported. * Exclude a couple of panorama tests on mps They are too slow for fast CI. * Exclude mps panorama from more tests. * mps: exclude all fast panorama tests as they keep failing.
-
- 23 Feb, 2023 1 commit
-
-
Haofan Wang authored
* Update train_text_to_image_lora.py * Update train_text_to_image_lora.py
-
- 21 Feb, 2023 1 commit
-
-
Sayak Paul authored
-
- 20 Feb, 2023 8 commits
-
-
YiYi Xu authored
Co-authored-by:yiyixuxu <yixu@yis-macbook-pro.lan>
-
Michael Gartsbein authored
small bugfix at StableDiffusionDepth2ImgPipeline call to check_inputs and batch size calculation (#2423) small bugfix in call to check_inputs and batch size calculation Co-authored-by:mishka <gartsocial@gmail.com>
-
Sayak Paul authored
add: note on SDEdit
-
Patrick von Platen authored
-
Patrick von Platen authored
-
Haofan Wang authored
-
YiYi Xu authored
Co-authored-by:yiyixuxu <yixu310@gmail,com>
-
Sayak Paul authored
* remove author names. * add: demo link to panorama.
-
- 19 Feb, 2023 2 commits
-
-
Patrick von Platen authored
Deprecation warning should only hit at version 0.15
-
Will Berman authored
* stable unclip integration tests turn on memory saving * add note on turning on memory saving
-
- 17 Feb, 2023 23 commits
-
-
Patrick von Platen authored
-
Patrick von Platen authored
-
Patrick von Platen authored
-
Will Berman authored
* add xformers 0.0.16 warning message * fix version check to check whole version string
-
YiYi Xu authored
* add index page * update --------- Co-authored-by:yiyixuxu <yixu@yis-macbook-pro.lan>
-
Pedro Cuenca authored
Fix typo in AttnProcessor2_0 symbol.
-
Will Berman authored
controlling generation docs fixes
-
Will Berman authored
This reverts commit 024c4376.
-
Patrick von Platen authored
-
daquexian authored
Signed-off-by:daquexian <daquexian566@gmail.com>
-
Will Berman authored
* controlling generation docs * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> Co-authored-by:
YiYi Xu <yixu310@gmail.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> * up * up * uP * up --------- Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> Co-authored-by:
YiYi Xu <yixu310@gmail.com> Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com>
-
Amiruddin Nagri authored
Fixing typos in outgoing links
-
Omer Bar Tal authored
* add MultiDiffusionPanorama pipeline * fix docs naming * update pipeline name, remove redundant tests * apply styling. * debugging information. * fix: assertion values. * fix-copies. * update docs * update docs --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Patrick von Platen authored
* add * finish * add tests * add tests * up * up * pull from main * uP * Apply suggestions from code review * finish * Update docs/source/en/_toctree.yml Co-authored-by:
Suraj Patil <surajp815@gmail.com> * finish * clean docs * next * next * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * up * up --------- Co-authored-by:
Suraj Patil <surajp815@gmail.com> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
Manuel Brack authored
* Add semantic guidance pipeline * Fix style * Refactor Pipeline * Pipeline documentation * Add documentation * Fix style and quality * Fix doctree * Add tests for SEGA * Update src/diffusers/pipelines/semantic_stable_diffusion/pipeline_semantic_stable_diffusion.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Update src/diffusers/pipelines/semantic_stable_diffusion/pipeline_semantic_stable_diffusion.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Update src/diffusers/pipelines/semantic_stable_diffusion/pipeline_semantic_stable_diffusion.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Make compatible with half precision * Change deprecation warning to throw an exception * update --------- Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
patil-suraj authored
-
patil-suraj authored
-
Sayak Paul authored
* add: inversion to pix2pix zero docs. * add: comment to emphasize the use of flan to generate. * more nits.
-
Suraj Patil authored
* add sdpa processor * don't use it by default * add some checks and style * typo * support torch sdpa in dreambooth example * use torch attn proc by default when available * typo * add attn mask * fix naming * being doc * doc * Apply suggestions from code review * polish * torctree * Apply suggestions from code review Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * better name * style * add benchamrk table * Update docs/source/en/optimization/torch2.0.mdx * up * fix example * check if processor is None * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * add fp32 benchmakr * Apply suggestions from code review Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> --------- Co-authored-by:
Sayak Paul <spsayakpaul@gmail.com> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
Sayak Paul authored
* add: section on generating embeddings. * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * apply changes from code review. --------- Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
Pedro Cuenca authored
* Change solver_type to match the previous tests. * Prevent warnings about scale_model_inputs * Prevent console log about division by zero.
-
Patrick von Platen authored
* [Pix2Pix] Add utility function * improve * update * Apply suggestions from code review * uP * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_pix2pix_zero.py
-
Sayak Paul authored
* fix: slow tests. * retrieving the slices. * fix: assertion. * debugging. * debugging. * debugging * debugging. * debugging * debugging. * debugging. * debugging * debugging * change debugging. * change debugging. * fix: tests for pix2pix zero.
-