mirror of
https://github.com/brycedrennan/imaginAIry
synced 2024-10-31 03:20:40 +00:00
95a8fa31a9
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
4 lines
74 B
Python
4 lines
74 B
Python
import os.path
|
|
|
|
TESTS_FOLDER = os.path.abspath(os.path.dirname(__file__))
|