- 07 Sep, 2022 17 commits
-
-
Pedro Cuenca authored
* Initial description of Stable Diffusion pipeline. * Placeholder docstrings to test preview. * Add docstrings to Stable Diffusion pipeline. * Style * Docs for all the SD pipelines + attention slicing. * Style: wrap long lines.
-
Pedro Cuenca authored
Small changes to Philosophy.
-
Kashif Rasul authored
* karras-ve docs for issue #293 * make style
-
Kashif Rasul authored
* initial score_sde_ve docs * fixed typo * fix VE term
-
Patrick von Platen authored
* up * up * finish
-
Patrick von Platen authored
* uP * better * up * finish * up
-
Kashif Rasul authored
* ddim docs for issue #293 * space
-
Pedro Cuenca authored
Add mps documentation.
-
Kashif Rasul authored
for issue #293
-
Jonathan Whitaker authored
* Update text_inversion.mdx Getting in a bit of background info * fixed typo mode -> model * Link SD and re-write a few bits for clarity * Copied in info from the example script As suggested by surajpatil :) * removed an unnecessary heading
-
Patrick von Platen authored
up
-
Kashif Rasul authored
* initial ddpm for issue #293 * initial ddpm pipeline doc * added docstrings * Update docs/source/api/pipelines/ddpm.mdx Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * make style * fix docs * make style * fix doc strings Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Satpal Singh Rathore authored
* initial description * add doc strings
-
Pedro Cuenca authored
Add contribution.mdx by copy/pasting and adapting.
-
Patrick von Platen authored
* up * up * up * up * up * up * up
-
Suraj Patil authored
fix saving embeds
-
Patrick von Platen authored
-
- 06 Sep, 2022 4 commits
-
-
apolinario authored
-
Patrick von Platen authored
* up * add tests * correct * up * finish * better naming * Update README.md Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
Pedro Cuenca authored
Use `expand` instead of ones to broadcast tensor. As suggested by @bes-dev. According the documentation this shouldn't take any memory - it just plays with the strides.
-
Anton Lozhkov authored
move to fp16, update ddim
-
- 05 Sep, 2022 8 commits
-
-
Partho authored
* [Type Hint] VAE models * Update src/diffusers/models/vae.py * apply suggestions from code review Co-authored-by:Anton Lozhkov <aglozhkov@gmail.com>
-
Santiago Víquez authored
* [Type hint] scheduling karras ve * [Type hint] scheduling lms discrete
-
Santiago Víquez authored
-
Samuel Ajisegiri authored
* type hints: models/vae.py * modify typings in vae.py Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
Anton Lozhkov <anton@huggingface.co>
-
Sid Sahai authored
* type hints * Apply suggestions from code review Co-authored-by:Anton Lozhkov <anton@huggingface.co>
-
Patrick von Platen authored
* add outputs for models * add for pipelines * finish schedulers * better naming * adapt tests as well * replace dict access with . access * make schedulers works * finish * correct readme * make bcp compatible * up * small fix * finish * more fixes * more fixes * Apply suggestions from code review Co-authored-by:
Suraj Patil <surajp815@gmail.com> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * Update src/diffusers/models/vae.py Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * Adapt model outputs * Apply more suggestions * finish examples * correct Co-authored-by:
Suraj Patil <surajp815@gmail.com> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co>
-
Mishig Davaadorj authored
* package `version` on main should have `.dev0` suffix package `version` on main should have `.dev0` suffix, which is the convention followed in transformers [here](https://github.com/huggingface/transformers/blob/main/setup.py#L403) which will also make the docs built into `main` folder in [doc-build diffusers](https://github.com/huggingface/doc-build/tree/main/diffusers) * dev version should be incremented * Update version in `__init__.py`
-
Suraj Patil authored
use add_tokens
-
- 04 Sep, 2022 9 commits
-
-
Santiago Víquez authored
* [Type hint] scheduling ddim * apply suggestions from code review apply suggestions to also return the return type Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com>
-
Partho authored
* [Type Hints] VAE models * apply suggestions from code review apply suggestions to also return the return type
-
Partho authored
-
Partho authored
* [Type hint] PNDM Schedulers * ran make style * updated timesteps type hint * apply suggestions from code review * ran make style * removed unused import
-
Yuntian Deng authored
Update unet_blocks.py fix typo
-
Patrick von Platen authored
-
Patrick von Platen authored
-
Patrick von Platen authored
* [Commands] Add env command * Apply suggestions from code review
-
Patrick von Platen authored
uP
-
- 03 Sep, 2022 2 commits
-
-
Sid Sahai authored
* add void check * remove void, add types for params
-
Patrick von Platen authored
-