-
Notifications
You must be signed in to change notification settings - Fork 26.9k
Tests
AUTOMATIC1111 edited this page Oct 30, 2022
·
6 revisions
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
.
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