imaginAIry/tests
Bryce 38c7f88950 feature: boolean logic masks
Specify advanced text based masks using boolean logic and strength modifiers. Mask descriptions must be lowercase. Keywords uppercase.
Valid symbols: `AND`, `OR`, `NOT`, `()`, and mask strength modifier `{*1.5}` where `+` can be any of `+ - * /`. Single-character boolean
operators also work.  When writing strength modifies know that pixel values are between 0 and 1.

 - feature: apply mask edits to original files
 - feature: auto-rotate images if exif data specifies to do so
 - fix: accept mask images in command line
2022-09-24 00:02:31 -07:00
..
data feature: boolean logic masks 2022-09-24 00:02:31 -07:00
__init__.py feature: Mac M1 Support out of box 2022-09-10 00:32:52 -07:00
conftest.py tests: add docker image for testing environment. minor test improvements 2022-09-21 22:38:44 -07:00
Dockerfile tests: add docker image for testing environment. minor test improvements 2022-09-21 22:38:44 -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 tests: add docker image for testing environment. minor test improvements 2022-09-21 22:38:44 -07:00
test_enhancers.py feature: boolean logic masks 2022-09-24 00:02:31 -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_imagine.py feature: boolean logic masks 2022-09-24 00:02:31 -07:00
test_safety.py feature: boolean logic masks 2022-09-24 00:02:31 -07:00
test_schema.py feature: urls as init images 2022-09-15 23:06:59 -07:00