- 17 Jan, 2023 1 commit
-
-
Patrick von Platen authored
no more autocast
-
- 28 Dec, 2022 1 commit
-
-
Partho authored
* initial * type hints * update scheduler type hint * add to README * add example generation to README * v -> mix_factor * load scheduler from pretrained
-
- 19 Dec, 2022 2 commits
-
-
Nan Liu authored
* update composable diffusion for an updated diffuser library * fix style/quality for code * Revert "fix style/quality for code" This reverts commit 71f23497639fe69de00d93cf91edc31b08dcd7a4. * update style * reduce memory usage by computing score sequentially
-
Patrick von Platen authored
-
- 13 Dec, 2022 1 commit
-
-
Suvaditya Mukherjee authored
* Added Community pipeline for comparing Stable Diffusion v1.1-4 Signed-off-by:
Suvaditya Mukherjee <suvadityamuk@gmail.com> * Made changes to provide support for current iteration of from_pretrained and added example Signed-off-by:
Suvaditya Mukherjee <suvadityamuk@gmail.com> * updated a small spelling error Signed-off-by:
Suvaditya Mukherjee <suvadityamuk@gmail.com> * added pipeline entry to table Signed-off-by:
Suvaditya Mukherjee <suvadityamuk@gmail.com> Signed-off-by:
Suvaditya Mukherjee <suvadityamuk@gmail.com>
-
- 08 Dec, 2022 1 commit
-
-
Patrick von Platen authored
* uP * uP
-
- 05 Dec, 2022 1 commit
-
-
Naga Sai Abhinay authored
* Add checkpoint_merger pipeline * Added missing docs for a parameter. * Fomratting fixes. * Fixed code quality issues. * Bug fix: Off by 1 index * Added docs for pipeline
-
- 02 Dec, 2022 1 commit
-
-
Dhruv Naik authored
fix typo, remove incorrect arguments from .train()
-
- 01 Dec, 2022 1 commit
-
-
fboulnois authored
* feat: switch core pipelines to use image arg * test: update tests for core pipelines * feat: switch examples to use image arg * docs: update docs to use image arg * style: format code using black and doc-builder * fix: deprecate use of init_image in all pipelines
-
- 29 Nov, 2022 1 commit
-
-
Alex McKinney authored
* updates img2img_inpainting README * Adds example image to community pipeline README
-
- 21 Nov, 2022 2 commits
-
-
Patrick von Platen authored
* up * add readme * up * uP
-
Stuti R authored
* Create bit_diffusion.py Bit diffusion based on the paper, arXiv:2208.04202, Chen2022AnalogBG * adding bit diffusion to new branch ran tests * tests * tests * tests * tests * removed test folders + added to README * Update README.md Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
- 20 Nov, 2022 2 commits
- 16 Nov, 2022 1 commit
-
-
Dhruv Karan authored
* text inpainting * refactor
-
- 15 Nov, 2022 1 commit
-
-
Nan Liu authored
-
- 09 Nov, 2022 1 commit
-
-
exo-pla-net authored
-
- 07 Nov, 2022 2 commits
-
-
JuanCarlosPi authored
* Add multilingual_stable_diffusion.py file * Add multilingual stable diffusion to examples README file * Update examples/community/README.md Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
Alex McKinney authored
* adds image to image inpainting with `PIL.Image.Image` inputs the base implementation claims to support `torch.Tensor` but seems it would also fail in this case. * `make style` and `make quality` * updates community examples readme Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
- 01 Nov, 2022 1 commit
-
-
MarkRich authored
* initial commit to add imagic to stable diffusion community pipelines * remove some testing changes * comments from PR review for imagic stable diffusion * remove changes from pipeline_stable_diffusion as part of imagic pipeline * clean up example code and add line back in to pipeline_stable_diffusion for imagic pipeline * remove unused functions * small code quality changes for imagic pipeline * clean up readme * remove hardcoded logging values for imagic community example * undo change for DDIMScheduler
-
- 29 Oct, 2022 1 commit
-
-
MarkRich authored
* add seed resizing to community examples * actually add the file responsible for seed resizing
-
- 26 Oct, 2022 1 commit
-
-
Yuta Hayashibe authored
-
- 25 Oct, 2022 1 commit
-
-
MarkRich authored
* Initial composable diffusion pipeline * add composable stable diffusion to readme table * Update examples/community/README.md * Apply suggestions from code review * Update examples/community/README.md * Update examples/community/README.md * Update examples/community/README.md * up * Update examples/community/README.md Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
- 24 Oct, 2022 1 commit
-
-
apolinario authored
* Update README.md Additionally add FLAX so the model card can be slimmer and point to this page * Find and replace all * v-1-5 -> v1-5 * revert test changes * Update README.md Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> * Update docs/source/quicktour.mdx Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * Update README.md Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * Update docs/source/quicktour.mdx Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * Update README.md Co-authored-by:
Suraj Patil <surajp815@gmail.com> * Revert certain references to v1-5 * Docs changes * Apply suggestions from code review Co-authored-by:
apolinario <joaopaulo.passos+multimodal@gmail.com> Co-authored-by:
anton-l <anton@huggingface.co> Co-authored-by:
Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> Co-authored-by:
Suraj Patil <surajp815@gmail.com>
-
- 21 Oct, 2022 1 commit
-
-
Shyam Sudhakaran authored
* Initial Wildcard Stable Diffusion Pipeline * Added some additional example usage * style * Added links in README and additional documentation * Initial Wildcard Stable Diffusion Pipeline * Added some additional example usage * style * Added links in README and additional documentation * cleanup readme again * Apply suggestions from code review Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
- 20 Oct, 2022 1 commit
-
-
Mikail Duzenli authored
* First draft * created the SpeechToImagePipeline class * Corrected speech_to_image_diffusion.py style * Added safety checker * Corrected style * Adding examples to README
-
- 19 Oct, 2022 1 commit
-
-
SkyTNT authored
* [Community Pipelines] Long Prompt Weighting * Update README.md * fix * style * fix style * Update examples/community/README.md Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
- 17 Oct, 2022 8 commits
-
-
apolinario authored
Update README.md
-
Nathan Raw authored
Update README.md
-
Patrick von Platen authored
-
Patrick von Platen authored
* up * Finish
-
Patrick von Platen authored
-
Nathan Raw authored
*
✨ Add Stable Diffusion Interpolation Example *💄 style * Update examples/community/interpolate_stable_diffusion.py Co-authored-by:Patrick von Platen <patrick.v.platen@gmail.com>
-
Patrick von Platen authored
-
Patrick von Platen authored
-
- 14 Oct, 2022 1 commit
-
-
Patrick von Platen authored
-
- 19 Sep, 2022 1 commit
-
-
Suraj Patil authored
* add CLIPGuidedStableDiffusion * add credits * add readme * style * add clip prompt * fnfix cond_n * fix cond fn * fix cond fn for lms
-
- 30 Aug, 2022 1 commit
-
-
Patrick von Platen authored
* [Examples readme] * Improve * more * save * save * save more * up * up * Apply suggestions from code review Co-authored-by:
Nathan Lambert <nathan@huggingface.co> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * up * make deterministic * up * better * up * add generator to img2img pipe * save * make pipelines deterministic * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_inpaint.py Co-authored-by:
Anton Lozhkov <anton@huggingface.co> * apply all changes * more correctnios * finish * improve table * more fixes * up * Apply suggestions from code review Co-authored-by:
Suraj Patil <surajp815@gmail.com> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> * Apply suggestions from code review Co-authored-by:
Suraj Patil <surajp815@gmail.com> * Apply suggestions from code review Co-authored-by:
Suraj Patil <surajp815@gmail.com> * Apply suggestions from code review Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> Co-authored-by:
Suraj Patil <surajp815@gmail.com> Co-authored-by:
Anton Lozhkov <anton@huggingface.co> * Update src/diffusers/pipelines/README.md Co-authored-by:
Suraj Patil <surajp815@gmail.com> * add better links * fix more * finish Co-authored-by:
Nathan Lambert <nathan@huggingface.co> Co-authored-by:
Pedro Cuenca <pedro@huggingface.co> Co-authored-by:
Anton Lozhkov <anton@huggingface.co> Co-authored-by:
Suraj Patil <surajp815@gmail.com>
-