- 21 Nov, 2022 1 commit
-
-
shunxing1234 authored
* Update alt_diffusion.mdx * Update alt_diffusion.mdx
-
- 20 Nov, 2022 5 commits
-
-
Patrick von Platen authored
-
-
Victor Schmidt authored
Handle batches and Tensors in `pipeline_stable_diffusion_inpaint.py:prepare_mask_and_masked_image` (#1003) * Handle batches and Tensors in `prepare_mask_and_masked_image` * `blackfy` upgrade `black` * handle mask as `np.array` * add docstring * revert `black` changes with smaller line length * missing ValueError in docstring * raise `TypeError` for image as tensor but not mask * typo in mask shape selection * check for batch dim * fix: wrong indentation * add tests Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
Ki authored
Minor change to Imagic Readme Missing dir causes an error when running the example code.
-
Ki authored
Update README.md Minor spelling mistake.
-
- 19 Nov, 2022 1 commit
-
-
Juan Acevedo authored
* support negative prompts in sd jax pipeline * pass batched neg_prompt * only encode when negative prompt is None Co-authored-by:Juan Acevedo <jfacevedo@google.com>
-
- 18 Nov, 2022 7 commits
-
-
Clayton Sims authored
* Add legacy inpainting pipeline compatibility for onnx * remove commented out line * Add onnx legacy inpainting test * Fix slow decorators * pep8 styling * isort styling * dummy object * ordering consistency * style * docstring styles * Refactor common prompt encoding pattern * Update tests to permanent repository home * support all available schedulers until ONNX IO binding is available Co-authored-by:
Anton Lozhkov <aglozhkov@gmail.com> * updated styling from PR suggested feedback Co-authored-by:
Anton Lozhkov <aglozhkov@gmail.com>
-
Anton Lozhkov authored
-
NotNANtoN authored
Casting `self.sigmas` into a different dtype (the one of original_samples) is not advisable. In my img2img pipeline this leads to a long running time in the `integrate.quad` call later on- by long I mean more than 10x slower. Co-authored-by:Anton Lozhkov <anton@huggingface.co>
-
Anton Lozhkov authored
* Avoid nested `# Copied from` statements during `make fix-copies` * style
-
Patrick von Platen authored
* [Examples] Correct path * uP
-
Patrick von Platen authored
* inpaint fix k lms * onnox as well * up
-
Simon Kirsten authored
[FLAX] Fix loading scheduler from subfolder
-
- 17 Nov, 2022 13 commits
-
-
Nathan Lambert authored
* add docs for multi-modal * many changes * fix docs build * fix links * Update docs/source/using-diffusers/other-modalities.mdx Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
Patrick von Platen authored
* make fix copies again * Fix typo
-
Patrick von Platen authored
-
-
Anton Lozhkov authored
-
-
Patrick von Platen authored
* [Custom pipeline] Easier loading of local pipelines * upgrade black
-
-
Patrick von Platen authored
-
Prathik Rao authored
* integrate ort * use return_dict=False * revert unet return value change * revert unet return value change * add note to readme * adjust readme * add contact * `make style` Co-authored-by:
Prathik Rao <prathikrao@microsoft.com> Co-authored-by:
Anton Lozhkov <anton@huggingface.co>
-
Anton Lozhkov authored
-
Patrick von Platen authored
-
Patrick von Platen authored
-
- 16 Nov, 2022 9 commits
-
-
Pedro Cuenca authored
* Temporary local test for PIL_INTERPOLATION * Fix examples too.
-
Dhruv Karan authored
* text inpainting * refactor
-
Kamal Raj authored
* doc string args shape fix * fix styling
-
Will Berman authored
* vq diffusion classifier free sampling * correct * uP Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
dblunk88 authored
mutli GPU support
-
Patrick von Platen authored
* Better error message for transformers dummy * [PIL] Better deprecation functionality * up
-
Suraj Patil authored
* being tests * fix model ids * don't use safety checker in tests * add im2img2 tests * fix integration tests * integration tests * style * add sentencepiece in test dep * quality * 4 decimalk points * fix im2img test * increase the tok slightly
-
Patrick von Platen authored
-
- 15 Nov, 2022 4 commits
-
-
Patrick von Platen authored
* add conversion script for vae * up * up * some fixes * add text model * use the correct config * add docs * move model in it's own file * move model in its own file * pass attenion mask to text encoder * pass attn mask to uncond inputs * quality * fix image2image * add imag2image in init * fix import * fix one more import * fix import, dummy objetcs * fix copied from * up * finish Co-authored-by:patil-suraj <surajp815@gmail.com>
-
Patrick von Platen authored
-
-
Patrick von Platen authored
* add conversion script for vae * uP * uP * more changes * push * up * finish again * up * up * up * up * finish * up * uP * up * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> Co-authored-by:
Anton Lozhkov <anton@huggingface.co> Co-authored-by:
Suraj Patil <surajp815@gmail.com> * up * up Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> Co-authored-by:
Anton Lozhkov <anton@huggingface.co> Co-authored-by:
Suraj Patil <surajp815@gmail.com>
-