mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-12-29 19:05:05 +08:00
Updated Tests (markdown)
parent
5aa0c43f07
commit
7a1cb83659
6
Tests.md
6
Tests.md
@ -1,10 +1,10 @@
|
||||
You can run tests to validate your modifications to weubi.
|
||||
|
||||
There is a `basic test` that we used to verify the basic image creation works vi API, you can create other test for different scenarios.
|
||||
|
||||
To run tests, add `--tests TESTS_DIR` as a commandline argument to `launch.py` along with your other command line arguments.
|
||||
|
||||
for the `basic test`, pass `--tests test` to `launch.py`:
|
||||
There is a `basic test` that we used to verify the basic image creation works vi API, you can create other test for different scenarios.
|
||||
|
||||
To run the `basic test`, pass the argument `--tests test` to `launch.py`:
|
||||
```sh
|
||||
python launch.py --tests test
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user