diffusers/tests/pipelines/stable_diffusion
hlky a1ea8c01c3
k-diffusion-euler (#1019)
* k-diffusion-euler

* make style make quality

* make fix-copies

* fix tests for euler a

* Update src/diffusers/schedulers/scheduling_euler_ancestral_discrete.py

Co-authored-by: Anton Lozhkov <aglozhkov@gmail.com>

* Update src/diffusers/schedulers/scheduling_euler_ancestral_discrete.py

Co-authored-by: Anton Lozhkov <aglozhkov@gmail.com>

* Update src/diffusers/schedulers/scheduling_euler_discrete.py

Co-authored-by: Anton Lozhkov <aglozhkov@gmail.com>

* Update src/diffusers/schedulers/scheduling_euler_discrete.py

Co-authored-by: Anton Lozhkov <aglozhkov@gmail.com>

* remove unused arg and method

* update doc

* quality

* make flake happy

* use logger instead of warn

* raise error instead of deprication

* don't require scipy

* pass generator in step

* fix tests

* Apply suggestions from code review

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

* Update tests/test_scheduler.py

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

* remove unused generator

* pass generator as extra_step_kwargs

* update tests

* pass generator as kwarg

* pass generator as kwarg

* quality

* fix test for lms

* fix tests

Co-authored-by: patil-suraj <surajp815@gmail.com>
Co-authored-by: Anton Lozhkov <aglozhkov@gmail.com>
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
2022-10-31 16:20:38 +01:00
..
__init__.py Reorganize pipeline tests (#963) 2022-10-24 16:34:01 +02:00
test_onnx_stable_diffusion.py Reorganize pipeline tests (#963) 2022-10-24 16:34:01 +02:00
test_onnx_stable_diffusion_img2img.py Reorganize pipeline tests (#963) 2022-10-24 16:34:01 +02:00
test_onnx_stable_diffusion_inpaint.py Reorganize pipeline tests (#963) 2022-10-24 16:34:01 +02:00
test_stable_diffusion.py k-diffusion-euler (#1019) 2022-10-31 16:20:38 +01:00
test_stable_diffusion_img2img.py [Tests] Speed up slow tests (#1040) 2022-10-28 14:46:39 +02:00
test_stable_diffusion_inpaint.py fix slow test 2022-10-31 09:13:37 +00:00
test_stable_diffusion_inpaint_legacy.py [Tests] Speed up slow tests (#1040) 2022-10-28 14:46:39 +02:00