diffusers/tests/pipelines/stable_diffusion
Patrick von Platen b562b6611f
Allow directly passing text embeddings to Stable Diffusion Pipeline for prompt weighting (#2071)
* add text embeds to sd

* add text embeds to sd

* finish tests

* finish

* finish

* make style

* fix tests

* make style

* make style

* up

* better docs

* fix

* fix

* new try

* up

* up

* finish
2023-01-25 12:29:49 +01:00
..
__init__.py Reorganize pipeline tests (#963) 2022-10-24 16:34:01 +02:00
test_cycle_diffusion.py Standardize fast pipeline tests with PipelineTestMixin (#1526) 2022-12-06 18:35:30 +01:00
test_onnx_stable_diffusion.py Nightly integration tests (#1664) 2022-12-16 18:51:11 +01:00
test_onnx_stable_diffusion_img2img.py Nightly integration tests (#1664) 2022-12-16 18:51:11 +01:00
test_onnx_stable_diffusion_inpaint.py Nightly integration tests (#1664) 2022-12-16 18:51:11 +01:00
test_onnx_stable_diffusion_inpaint_legacy.py Nightly integration tests (#1664) 2022-12-16 18:51:11 +01:00
test_stable_diffusion.py Allow directly passing text embeddings to Stable Diffusion Pipeline for prompt weighting (#2071) 2023-01-25 12:29:49 +01:00
test_stable_diffusion_image_variation.py Nightly integration tests (#1664) 2022-12-16 18:51:11 +01:00
test_stable_diffusion_img2img.py [SD Img2Img] resize source images to multiple of 8 instead of 32 (#1571) 2023-01-13 16:02:22 +01:00
test_stable_diffusion_inpaint.py Make safety_checker optional in more pipelines (#1796) 2022-12-25 21:58:45 +01:00
test_stable_diffusion_inpaint_legacy.py [Revision] Don't recommend using revision (#1764) 2022-12-19 16:25:41 +01:00
test_stable_diffusion_instruction_pix2pix.py improve tests 2023-01-22 14:30:15 +02:00
test_stable_diffusion_k_diffusion.py [K Diffusion] Add k diffusion sampler natively (#1603) 2022-12-08 12:48:37 +01:00