-
Notifications
You must be signed in to change notification settings - Fork 26.9k
Tests
AUTOMATIC1111 edited this page Aug 9, 2023
·
6 revisions
You can run tests to validate your modifications.
Post PR #10291, py.test is used as the test runner. Testing dependencies are in requirements-test.txt
, so pip install -r requirements-test.txt
first.
Most of the tests run against a live instance of the WebUI. You can start the WebUI server with a suitable baseline configuration with the --test-server
argument, but you may want to add e.g. --use-cpu all --no-half
depending on your system.
The command to run webui tests is: python -m pytest -vv --verify-base-url test
This is the Stable Diffusion web UI wiki. Wiki Home
Setup
- Install and run on NVidia GPUs
- Install and run on AMD GPUs
- Install and run on Apple Silicon
- Install and run on Intel Silicon (external wiki page)
- Install and run via container (i.e. Docker)
- Run via online services
Reproducing images / troubleshooting
Usage
- Features
- Command Line Arguments and Settings
- Optimizations
- Custom Filename Name and Subdirectory
- Change model folder location e.g. external disk
- User Interface Customizations
- Guides and Tutorials
Developers