Update gui start instructions

This commit is contained in:
bmaltais 2023-01-16 13:39:10 -05:00
parent 95b9ab7c4d
commit 7886dfe9c7

View File

@ -71,7 +71,14 @@ Once the commands have completed successfully you should be ready to use the new
To run the GUI you simply use this command:
```
gui.ps1
.\gui.ps1
```
or you can alsi do:
```
.\venv\Scripts\activate
python.exe .\kohya_gui.py
```
## Dreambooth