diff options
Diffstat (limited to 'webui-user.sh')
-rw-r--r-- | webui-user.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webui-user.sh b/webui-user.sh index 11c316cb..30646f5c 100644 --- a/webui-user.sh +++ b/webui-user.sh @@ -22,7 +22,7 @@ export COMMANDLINE_ARGS="" #venv_dir="venv" # script to launch to start the app -#export launch_script="launch.py" +#export LAUNCH_SCRIPT="launch.py" # install command for torch #export TORCH_COMMAND="pip install torch==1.12.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113" |