Merge pull request #44 from bmaltais/dev

Update gui start instructions
This commit is contained in:
bmaltais 2023-01-16 13:40:16 -05:00 committed by GitHub
commit a615bcb66c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: 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 ## Dreambooth