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 "$@"