diffusers/tests/pipelines/versatile_diffusion
Anton Lozhkov 02d83c9ff1
Standardize fast pipeline tests with PipelineTestMixin (#1526)
* [WIP] Standardize fast pipeline tests with PipelineTestMixin

* refactor the sd tests a bit

* add more common tests

* add xformers

* add progressbar test

* cleanup

* upd fp16

* CycleDiffusionPipelineFastTests

* DanceDiffusionPipelineFastTests

* AltDiffusionPipelineFastTests

* StableDiffusion2PipelineFastTests

* StableDiffusion2InpaintPipelineFastTests

* StableDiffusionImageVariationPipelineFastTests

* StableDiffusionImg2ImgPipelineFastTests

* StableDiffusionInpaintPipelineFastTests

* remove unused mixins

* quality

* add missing inits

* try to fix mps tests

* fix mps tests

* add mps warmups

* skip for some pipelines

* style

* Update tests/test_pipelines_common.py

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

Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
2022-12-06 18:35:30 +01:00
..
__init__.py [Versatile Diffusion] Add versatile diffusion model (#1283) 2022-11-23 19:03:45 +01:00
test_versatile_diffusion_dual_guided.py Standardize fast pipeline tests with PipelineTestMixin (#1526) 2022-12-06 18:35:30 +01:00
test_versatile_diffusion_image_variation.py Standardize fast pipeline tests with PipelineTestMixin (#1526) 2022-12-06 18:35:30 +01:00
test_versatile_diffusion_mega.py Standardize fast pipeline tests with PipelineTestMixin (#1526) 2022-12-06 18:35:30 +01:00
test_versatile_diffusion_text_to_image.py Standardize fast pipeline tests with PipelineTestMixin (#1526) 2022-12-06 18:35:30 +01:00