diffusers/tests
Patrick von Platen 187de44352 Fix device on save/load tests 2022-11-09 22:18:14 +00:00
..
fixtures/custom_pipeline [Scheduler] Move predict epsilon to init (#1155) 2022-11-08 18:08:08 +01:00
models MPS schedulers: don't use float64 (#1169) 2022-11-08 13:11:33 +01:00
pipelines Match the generator device to the pipeline for DDPM and DDIM (#1222) 2022-11-09 23:00:23 +01:00
repo_utils Move accelerate to a soft-dependency (#1134) 2022-11-04 14:58:52 +01:00
__init__.py fix issues with loading, add test for pipeline 2022-06-07 15:40:36 +02:00
conftest.py
test_config.py [Scheduler] Move predict epsilon to init (#1155) 2022-11-08 18:08:08 +01:00
test_layers_utils.py VQ-diffusion (#658) 2022-11-03 16:10:28 +01:00
test_modeling_common.py
test_modeling_common_flax.py
test_outputs.py
test_pipelines.py Fix device on save/load tests 2022-11-09 22:18:14 +00:00
test_pipelines_common.py Reorganize pipeline tests (#963) 2022-10-24 16:34:01 +02:00
test_pipelines_flax.py Flax tests: don't hardcode number of devices (#1175) 2022-11-09 20:04:43 +01:00
test_pipelines_onnx_common.py Reorganize pipeline tests (#963) 2022-10-24 16:34:01 +02:00
test_scheduler.py Fix slow tests (#1210) 2022-11-09 11:22:12 +01:00
test_scheduler_flax.py [CI] Framework and hardware-specific CI tests (#997) 2022-11-02 14:07:07 +01:00
test_training.py
test_utils.py