"vscode:/vscode.git/clone" did not exist on "27d8beaa0ea7e20a8ee3a692004072017929dcf9"
- 26 Aug, 2023 1 commit
-
-
Sayak Paul authored
* add: support negative conditions. * fix: key * add: tests * address PR feedback. * add documentation * add img2img support. * add inpainting support. * ad controlnet support * Apply suggestions from code review * modify wording in the doc.
-
- 25 Aug, 2023 17 commits
-
-
Patrick von Platen authored
* make style * make style * Apply suggestions from code review Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com> * make style --------- Co-authored-by:
Steven Liu <59462357+stevhliu@users.noreply.github.com>
-
Patrick von Platen authored
-
cmdr2 authored
Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
YiYi Xu authored
* refactor image processor for mask --------- Co-authored-by:yiyixuxu <yixu310@gmail,com>
-
Will Berman authored
-
Mayank Khanduja authored
-
Zijian He authored
-
YiYi Xu authored
* fix --------- Co-authored-by:
yiyixuxu <yixu310@gmail,com> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Dhruv Nair authored
* proposal for flaky tests * clean up
-
Sanchit Gandhi authored
* from audioldm * fix vae * move to new pipeline * copied from audioldm * remove redundant control flow * iterate * fix docstring * finish pipeline * tests: from audioldm2 * iterate * finish fast tests * finish slow integration tests * add docs * remove dtype test * update toctree * "copied from" in conversion (where possible) * Update docs/source/en/api/pipelines/musicldm.md Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * fix docstring * make nightly * style * fix dtype test --------- Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Sanchit Gandhi authored
* fix docs * fix unet docs * use image output for latents * fix hub checkpoints * fix pipeline example * update example * return_dict = False * revert image pipeline output * revert doc changes * remove dtype test * make style * remove docstring updates * remove unet docstring update * Empty commit to re-trigger CI * fix cpu offload * fix dtype test * add offload test
-
Patrick von Platen authored
-
Sayak Paul authored
-
Andrew Zhu authored
* fix sdxl_lwp empty neg_prompt error issue * fix sdxl_lwp empty neg_prompt error issue, update code format --------- Co-authored-by:Sayak Paul <spsayakpaul@gmail.com>
-
Sayak Paul authored
* fix sdxl dreambooth lora checkpointing. * style
-
Sayak Paul authored
* relax lora loading logic. * cater to the other cases too. * fix: variable name * bring the chaos down. * check * deal with checkpointed files. * Apply suggestions from code review Co-authored-by:
apolinário <joaopaulo.passos@gmail.com> * style --------- Co-authored-by:
apolinário <joaopaulo.passos@gmail.com>
-
Mario Namtao Shianti Larcher authored
Add madebyollin VAE to LoRA example, along with an explenation
-
- 24 Aug, 2023 6 commits
-
-
Will Berman authored
* [fix] multi t2i adapter set total_downscale_factor * move image checks into check inputs * remove copied from
-
Patrick von Platen authored
* [Tests] Fix paint by example * Update src/diffusers/pipelines/paint_by_example/image_encoder.py
-
Dhruv Nair authored
use max diff to compare model outputs
-
Patrick von Platen authored
-
Symbiomatrix authored
Update convert_from_ckpt.py Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
Sanchit Gandhi authored
* [AudioLDM2] Doc fixes * update docstrings * fix unet docstring * Apply suggestions from code review Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> --------- Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
- 23 Aug, 2023 8 commits
-
-
YiYi Xu authored
add self.step_index --------- Co-authored-by:
yiyixuxu <yixu310@gmail,com> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Yinzhen Wang authored
* dreambooth training * train_dreambooth validation scheduler * set a particular scheduler via a string * modify readme after setting a particular scheduler via a string * modify readme after setting a particular scheduler * use importlib to set a particular scheduler * import with correct sort
-
Suraj Patil authored
* fix import * style
-
Sanchit Gandhi authored
-
realliujiaxu authored
-
Sanchit Gandhi authored
-
Sayak Paul authored
* fix: casting issues. * fix checkpointing. * tests * fix: bugs
-
Ollin Boer Bohan authored
* Fix AutoencoderTiny encoder scaling convention * Add [-1, 1] -> [0, 1] rescaling to EncoderTiny * Move [0, 1] -> [-1, 1] rescaling from AutoencoderTiny.decode to DecoderTiny (i.e. immediately after the final conv, as early as possible) * Fix missing [0, 255] -> [0, 1] rescaling in AutoencoderTiny.forward * Update AutoencoderTinyIntegrationTests to protect against scaling issues. The new test constructs a simple image, round-trips it through AutoencoderTiny, and confirms the decoded result is approximately equal to the source image. This test checks behavior with and without tiling enabled. This test will fail if new AutoencoderTiny scaling issues are introduced. * Context: Raw TAESD weights expect images in [0, 1], but diffusers' convention represents images with zero-centered values in [-1, 1], so AutoencoderTiny needs to scale / unscale images at the start of encoding and at the end of decoding in order to work with diffusers. * Re-add existing AutoencoderTiny test, update golden values * Add comments to AutoencoderTiny.forward
-
- 22 Aug, 2023 8 commits
-
-
Patrick von Platen authored
-
Patrick von Platen authored
* [Docs] Fix all * fix
-
Patrick von Platen authored
This reverts commit 7b07f981.
-
Patrick von Platen authored
* rename test file to run, so that examples tests do not fail * [Tests] Rename community tests
-
Patrick von Platen authored
-
zideliu authored
* ADD SDXL reference & reference adain * Update README.md * Update README.md * format stable_diffusion_xl_reference.py * format file * Format file * format file * fix format * fix format with ruff * fix format * Update examples/community/README.md Co-authored-by:
Dhruv Nair <dhruv.nair@gmail.com> * Update examples/community/README.md Co-authored-by:
Dhruv Nair <dhruv.nair@gmail.com> * Update README.md * Update README.md & fix typo * Update README.md * fix format --------- Co-authored-by:
Dhruv Nair <dhruv.nair@gmail.com>
-
realliujiaxu authored
convert diffuser pipeline of XL to original stable diffusion Co-authored-by:Dhruv Nair <dhruv.nair@gmail.com>
-
Alex McKinney authored
This is a better method than comparing against a list of supported backends as it allows for supporting any number of backends provided they are installed on the user's system. This should have no effect on the behaviour of tests in Huggingface's CI workers. See transformers#25506 where this approach has already been added.
-