mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-05 03:59:00 +08:00
Created Tests (markdown)
parent
afc68a1c56
commit
f5ec7f3b97
9
Tests.md
Normal file
9
Tests.md
Normal file
@ -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`.
|
Loading…
x
Reference in New Issue
Block a user