Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change import statements for #14478 | AUTOMATIC1111 | 2023-12-31 | 1 | -2/+2 |
| | |||||
* | Add utility to inspect a model's parameters (to get dtype/device) | Aarni Koskela | 2023-12-31 | 1 | -0/+19 |
| | |||||
* | Unify CodeFormer and GFPGAN restoration backends, use Spandrel for GFPGAN | Aarni Koskela | 2023-12-30 | 4 | -2/+42 |
| | |||||
* | avoid importing gradio in tests because it spams warnings | AUTOMATIC1111 | 2023-08-10 | 1 | -4/+12 |
| | |||||
* | Overhaul tests to use py.test | Aarni Koskela | 2023-05-19 | 11 | -296/+243 |
| | |||||
* | Reindent utils_test with 4 spaces | Aarni Koskela | 2023-05-11 | 1 | -42/+44 |
| | |||||
* | test/basic_features/{extras,img2img}_test.py: use absolute path | Zhang Hua | 2023-03-11 | 2 | -6/+10 |
| | |||||
* | test/server_poll.py: use absolute path for test | Zhang Hua | 2023-03-11 | 1 | -2/+4 |
| | | | | test/server_poll.py: fix absolute path | ||||
* | Working UniPC (for batch size 1) | space-nuko | 2023-02-10 | 1 | -0/+2 |
| | |||||
* | fix failing tests by removing then :^) | AUTOMATIC | 2023-01-21 | 1 | -9/+1 |
| | |||||
* | clear envvar, add assertion | Vladimir Repin | 2023-01-10 | 1 | -0/+1 |
| | |||||
* | add more tests | Vladimir Repin | 2023-01-09 | 4 | -9/+49 |
| | |||||
* | combine tests together, return set options test | Vladimir Repin | 2023-01-09 | 5 | -47/+18 |
| | |||||
* | make tests runnable without specifying subdirectory | Vladimir Repin | 2023-01-09 | 1 | -1/+1 |
| | |||||
* | remove some code duplication | AUTOMATIC | 2023-01-08 | 1 | -0/+6 |
| | | | | | remove calls to locals() add a test for img2img with script | ||||
* | Minor fixes | Vladimir Repin | 2022-11-19 | 1 | -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 | ||||
* | remove test requiring codeformers | Vladimir Repin | 2022-11-14 | 1 | -4/+0 |
| | |||||
* | Stop exporting cl args and upload stdout and stderr as artifacts | Vladimir Repin | 2022-11-14 | 6 | -16/+16 |
| | |||||
* | Use localhost with 80 port, count errors as well | Vladimir Repin | 2022-11-14 | 6 | -17/+17 |
| | |||||
* | Propagate test error and try it without localhost | Vladimir Repin | 2022-11-14 | 6 | -16/+18 |
| | |||||
* | Tests separated for github-actions CI | Vladimir Repin | 2022-11-14 | 8 | -13/+58 |
| | |||||
* | Tests cleaned up | Vladimir Repin | 2022-11-12 | 4 | -13/+16 |
| | |||||
* | Add tests | Bruno Seoane | 2022-11-03 | 1 | -0/+63 |
| | |||||
* | launch tests from launch.py with --tests commandline argument | AUTOMATIC | 2022-10-30 | 4 | -25/+29 |
| | |||||
* | extras test template added | Vladimir Repin | 2022-10-29 | 2 | -2/+31 |
| | |||||
* | img2img test template and setUp added | Vladimir Repin | 2022-10-29 | 5 | -55/+106 |
| | |||||
* | Testing with API added | Vladimir Repin | 2022-10-29 | 3 | -0/+97 |