Update stable-diffusion.md (#55)
the original doc mismatched the setup a webui on windows and linux.pull/57/head^2
parent
85a379a00b
commit
5abbcfd78d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue