imaginAIry/tests
Bryce 95a8fa31a9 fix: inpainting producing blurry images
while the previous version did produce much better blending it also makes images that lack detail for some reason.

tests: Added more tests to help catch this sort of thing earlies

fix: found that median blur is really slow, so I made sure we only do it on downsampled masks.  Was taking like 3 minutes to run on the large pearl girl picture on M1

- docs: update examples
2022-09-27 17:19:25 -07:00
..
data fix: inpainting producing blurry images 2022-09-27 17:19:25 -07:00
__init__.py fix: inpainting producing blurry images 2022-09-27 17:19:25 -07:00
conftest.py fix: inpainting producing blurry images 2022-09-27 17:19:25 -07:00
Dockerfile tests: add docker image for testing environment. minor test improvements 2022-09-21 22:38:44 -07:00
test_api.py fix: inpainting producing blurry images 2022-09-27 17:19:25 -07:00
test_clip_embedder.py tests: add docker image for testing environment. minor test improvements 2022-09-21 22:38:44 -07:00
test_cmds.py fix: inpainting producing blurry images 2022-09-27 17:19:25 -07:00
test_enhancers.py fix: inpainting producing blurry images 2022-09-27 17:19:25 -07:00
test_experiments.py feature: boolean logic masks 2022-09-24 00:02:31 -07:00
test_guidance.py tests: add more tests 2022-09-17 15:49:38 -07:00
test_safety.py ci: add automated testing/linting 2022-09-24 23:31:03 -07:00
test_schema.py feature: urls as init images 2022-09-15 23:06:59 -07:00