Update stable-diffusion.md (#55)

the original doc mismatched the setup a webui on windows and linux.
pull/57/head^2
Ewen Wang 2024-04-11 10:58:30 +08:00 committed by GitHub
parent 85a379a00b
commit 5abbcfd78d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -20,13 +20,13 @@ After cloning the repository, you should change directory to the cloned reposito
#### Windows
```bash
cd stable-diffusion-webui
./webui.bash --api --listen
./webui.bat --api --listen
```
#### Linux
```bash
cd stable-diffusion-webui
./webui.bat --api --listen
./webui.sh --api --listen
```
### 2.3. Prepare Models