kohya_ss/gui.bat

6 lines
75 B
Batchfile

@echo off
call venv\Scripts\activate.bat
python.exe kohya_gui.py %*
pause