From f5ec7f3b97736aa60a2487142345b2c110d12696 Mon Sep 17 00:00:00 2001 From: AUTOMATIC1111 <16777216c@gmail.com> Date: Sun, 30 Oct 2022 08:28:17 +0300 Subject: [PATCH] Created Tests (markdown) --- Tests.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Tests.md diff --git a/Tests.md b/Tests.md new file mode 100644 index 0000000..8b6c7d8 --- /dev/null +++ b/Tests.md @@ -0,0 +1,9 @@ +There are tests that just verify that basic image creation works vi API. + +To run tests, add `--tests` as a commandline argument to `launch.py` along with your other command line arguments: + +``` +python launch.py --skip-torch-cuda-test --deepdanbooru --no-half-vae --tests +``` + +You'll find outputs of main program in `test/stdout.txt` and `test/stderr.txt`. \ No newline at end of file