Update README.md

This commit is contained in:
powderluv
2022-11-30 13:43:02 -08:00
committed by GitHub
parent 128342f47f
commit fee406e220

View File

@@ -66,11 +66,13 @@ For more options to the Stable Diffusion model read [this](https://github.com/no
#### Windows 10/11 Users
```powershell
(shark.venv) PS C:\Users\nod\SHARK\web> python web\index.py
(shark.venv) PS C:\Users\nod\SHARK> cd web
(shark.venv) PS C:\Users\nod\SHARK\web> python index.py
```
#### Linux / macOS Users
#### Linux Users
```shell
(shark.venv) > python web/index.py
(shark.venv) > cd web
(shark.venv) > python index.py
```
Access Stable Diffusion on http://localhost:8080