diffusers/tests/pipelines/stable_diffusion
Anton Lozhkov 086c7f9ea8
Nightly integration tests (#1664)
* [WIP] Nightly integration tests

* initial SD tests

* update SD slow tests

* style

* repaint

* ImageVariations

* style

* finish imgvar

* img2img tests

* debug

* inpaint 1.5

* inpaint legacy

* torch isn't happy about deterministic ops

* allclose -> max diff for shorter logs

* add SD2

* debug

* Update tests/pipelines/stable_diffusion_2/test_stable_diffusion.py

Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>

* Update tests/pipelines/stable_diffusion/test_stable_diffusion.py

Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>

* fix refs

* Update src/diffusers/utils/testing_utils.py

Co-authored-by: Pedro Cuenca <pedro@huggingface.co>

* fix refs

* remove debug

Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
2022-12-16 18:51:11 +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 Nightly integration tests (#1664) 2022-12-16 18:51:11 +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 Nightly integration tests (#1664) 2022-12-16 18:51:11 +01:00
test_stable_diffusion_inpaint.py Nightly integration tests (#1664) 2022-12-16 18:51:11 +01:00
test_stable_diffusion_inpaint_legacy.py Nightly integration tests (#1664) 2022-12-16 18:51:11 +01:00
test_stable_diffusion_k_diffusion.py [K Diffusion] Add k diffusion sampler natively (#1603) 2022-12-08 12:48:37 +01:00