aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* change import statements for #14478AUTOMATIC11112023-12-311-2/+2
|
* Add utility to inspect a model's parameters (to get dtype/device)Aarni Koskela2023-12-311-0/+19
|
* Unify CodeFormer and GFPGAN restoration backends, use Spandrel for GFPGANAarni Koskela2023-12-304-2/+42
|
* avoid importing gradio in tests because it spams warningsAUTOMATIC11112023-08-101-4/+12
|
* Overhaul tests to use py.testAarni Koskela2023-05-1911-296/+243
|
* Reindent utils_test with 4 spacesAarni Koskela2023-05-111-42/+44
|
* test/basic_features/{extras,img2img}_test.py: use absolute pathZhang Hua2023-03-112-6/+10
|
* test/server_poll.py: use absolute path for testZhang Hua2023-03-111-2/+4
| | | | test/server_poll.py: fix absolute path
* Working UniPC (for batch size 1)space-nuko2023-02-101-0/+2
|
* fix failing tests by removing then :^)AUTOMATIC2023-01-211-9/+1
|
* clear envvar, add assertionVladimir Repin2023-01-101-0/+1
|
* add more testsVladimir Repin2023-01-094-9/+49
|
* combine tests together, return set options testVladimir Repin2023-01-095-47/+18
|
* make tests runnable without specifying subdirectoryVladimir Repin2023-01-091-1/+1
|
* remove some code duplicationAUTOMATIC2023-01-081-0/+6
| | | | | remove calls to locals() add a test for img2img with script
* Minor fixesVladimir Repin2022-11-191-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 codeformersVladimir Repin2022-11-141-4/+0
|
* Stop exporting cl args and upload stdout and stderr as artifactsVladimir Repin2022-11-146-16/+16
|
* Use localhost with 80 port, count errors as wellVladimir Repin2022-11-146-17/+17
|
* Propagate test error and try it without localhostVladimir Repin2022-11-146-16/+18
|
* Tests separated for github-actions CIVladimir Repin2022-11-148-13/+58
|
* Tests cleaned upVladimir Repin2022-11-124-13/+16
|
* Add testsBruno Seoane2022-11-031-0/+63
|
* launch tests from launch.py with --tests commandline argumentAUTOMATIC2022-10-304-25/+29
|
* extras test template addedVladimir Repin2022-10-292-2/+31
|
* img2img test template and setUp addedVladimir Repin2022-10-295-55/+106
|
* Testing with API addedVladimir Repin2022-10-293-0/+97