diffusers/tests
Pedro Cuenca 513f1fbfb0
Allow passing non-default modules to pipeline (#188)
* Allow passing non-default modules to pipeline.

Override modules are recognized and replaced in the pipeline. However,
no check is performed about mismatched classes yet. This is because the
override module is already instantiated and we have no library or class
name to compare against.

* up

* add test

Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
2022-08-16 17:25:25 +02:00
..
__init__.py fix issues with loading, add test for pipeline 2022-06-07 15:40:36 +02:00
test_layers_utils.py add tests for 1D Up/Downsample blocks (#72) 2022-07-04 11:41:04 +02:00
test_modeling_utils.py Allow passing non-default modules to pipeline (#188) 2022-08-16 17:25:25 +02:00
test_scheduler.py finish pndm sampler 2022-07-21 01:50:12 +00:00
test_training.py Add training and batched inference test for DDPM vs DDIM (#140) 2022-07-27 15:01:56 +02:00