Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-12-06 | Removed changes in some scripts since the arguments for soft painting are no ↵ | CodeHatchling | -5/+0 | |
longer passed through the same path as "mask_blur". | ||||
2023-12-04 | Organized the settings and UI of soft inpainting to allow for toggling the ↵ | CodeHatchling | -3/+5 | |
feature, and centralizes default values to reduce the amount of copy-pasta. | ||||
2023-11-28 | Tweaked default values. | CodeHatchling | -2/+2 | |
2023-11-28 | Added slider for detail preservation strength, removed largely needless ↵ | CodeHatchling | -1/+1 | |
offset parameter, changed labels in UI and for saving to/pasting data from PNG files. | ||||
2023-11-28 | Added UI elements to control blending parameters. | CodeHatchling | -0/+3 | |
2023-08-10 | avoid importing gradio in tests because it spams warnings | AUTOMATIC1111 | -4/+12 | |
2023-05-19 | Overhaul tests to use py.test | Aarni Koskela | -296/+243 | |
2023-05-11 | Reindent utils_test with 4 spaces | Aarni Koskela | -42/+44 | |
2023-03-11 | test/basic_features/{extras,img2img}_test.py: use absolute path | Zhang Hua | -6/+10 | |
2023-03-11 | test/server_poll.py: use absolute path for test | Zhang Hua | -2/+4 | |
test/server_poll.py: fix absolute path | ||||
2023-02-10 | Working UniPC (for batch size 1) | space-nuko | -0/+2 | |
2023-01-21 | fix failing tests by removing then :^) | AUTOMATIC | -9/+1 | |
2023-01-10 | clear envvar, add assertion | Vladimir Repin | -0/+1 | |
2023-01-09 | add more tests | Vladimir Repin | -9/+49 | |
2023-01-09 | combine tests together, return set options test | Vladimir Repin | -47/+18 | |
2023-01-09 | make tests runnable without specifying subdirectory | Vladimir Repin | -1/+1 | |
2023-01-08 | remove some code duplication | AUTOMATIC | -0/+6 | |
remove calls to locals() add a test for img2img with script | ||||
2022-11-19 | Minor fixes | Vladimir Repin | -14/+0 | |
Remove unused test completely Change job name Don't use empty.pt as CLIP weights - it wont work. Use latest version of actions/cache | ||||
2022-11-14 | remove test requiring codeformers | Vladimir Repin | -4/+0 | |
2022-11-14 | Stop exporting cl args and upload stdout and stderr as artifacts | Vladimir Repin | -16/+16 | |
2022-11-14 | Use localhost with 80 port, count errors as well | Vladimir Repin | -17/+17 | |
2022-11-14 | Propagate test error and try it without localhost | Vladimir Repin | -16/+18 | |
2022-11-14 | Tests separated for github-actions CI | Vladimir Repin | -13/+58 | |
2022-11-12 | Tests cleaned up | Vladimir Repin | -13/+16 | |
2022-11-03 | Add tests | Bruno Seoane | -0/+63 | |
2022-10-30 | launch tests from launch.py with --tests commandline argument | AUTOMATIC | -25/+29 | |
2022-10-29 | extras test template added | Vladimir Repin | -2/+31 | |
2022-10-29 | img2img test template and setUp added | Vladimir Repin | -55/+106 | |
2022-10-29 | Testing with API added | Vladimir Repin | -0/+97 | |