diffusers/tests/pipelines/altdiffusion
Vladimir Sotnikov 9b37ed33b5
[SD Img2Img] resize source images to multiple of 8 instead of 32 (#1571)
* [Stable Diffusion Img2Img] resize source images to integer multiple of 8 instead of 32

* [Alt Diffusion Img2Img] resize source images to multiple of 8 instead of 32

* [Img2Img] fix AltDiffusion Img2Img resolution test

* [Img2Img] add Stable Diffusion Img2Img resolution test

* [Cycle Diffusion] round resolution to multiplies of 8 instead of 32

* [ONNX SD Img2Img] round resolution to multiplies of 64 instead of 32

* [SD Depth2Img] round resolution to multiplies of 8 instead of 32

* [Repaint] round resolution to multiplies of 8 instead of 32

* fix make style

Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
2023-01-13 16:02:22 +01:00
..
__init__.py [AltDiffusion] add tests (#1311) 2022-11-16 15:40:26 +01:00
test_alt_diffusion.py [Revision] Don't recommend using revision (#1764) 2022-12-19 16:25:41 +01:00
test_alt_diffusion_img2img.py [SD Img2Img] resize source images to multiple of 8 instead of 32 (#1571) 2023-01-13 16:02:22 +01:00