From 7886dfe9c76f22b9b71360062859f47760de66f4 Mon Sep 17 00:00:00 2001 From: bmaltais Date: Mon, 16 Jan 2023 13:39:10 -0500 Subject: [PATCH] Update gui start instructions --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dfa3d4e81..7fd7d95d6 100644 --- a/README.md +++ b/README.md @@ -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