From c79181b7ea06732575b2f529387573eacdfcb8ea Mon Sep 17 00:00:00 2001 From: jstayco <127801635+jstayco@users.noreply.github.com> Date: Mon, 27 Mar 2023 18:58:30 -0700 Subject: [PATCH] Update gui.sh Removed an unnecessary debug line. --- gui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui.sh b/gui.sh index bd7078f..4fa2e35 100755 --- a/gui.sh +++ b/gui.sh @@ -2,7 +2,7 @@ # Activate the virtual environment source ./venv/bin/activate -python -V + # If the requirements are validated, run the kohya_gui.py script with the command-line arguments if python tools/validate_requirements.py; then python kohya_gui.py "$@"