diffusers/examples/inference
Patrick von Platen a4d5b59f13
Refactor Pipelines / Community pipelines and add better explanations. (#257)
* [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>
2022-08-30 18:43:42 +02:00
..
README.md Refactor Pipelines / Community pipelines and add better explanations. (#257) 2022-08-30 18:43:42 +02:00
image_to_image.py Refactor Pipelines / Community pipelines and add better explanations. (#257) 2022-08-30 18:43:42 +02:00
inpainting.py Refactor Pipelines / Community pipelines and add better explanations. (#257) 2022-08-30 18:43:42 +02:00

README.md

Inference Examples

The inference examples folder is deprecated and will be removed in a future version. Officially supported inference examples can be found in the Pipelines folder.

  • For Image-to-Image text-guided generation with Stable Diffusion, please have a look at the official Pipeline examples
  • For In-painting using Stable Diffusion, please have a look at the official Pipeline examples
  • For Tweak prompts reusing seeds and latents, please have a look at the official Pipeline examples