Skip to content

Commit

Permalink
Merge pull request #44 from bmaltais/dev
Browse files Browse the repository at this point in the history
Update gui start instructions
  • Loading branch information
bmaltais authored Jan 16, 2023
2 parents 56c75a1 + 7886dfe commit a615bcb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a615bcb

Please sign in to comment.