diff options
Diffstat (limited to 'webui-user.sh')
-rw-r--r-- | webui-user.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webui-user.sh b/webui-user.sh index 0ce41d3f..11c316cb 100644 --- a/webui-user.sh +++ b/webui-user.sh @@ -21,6 +21,9 @@ export COMMANDLINE_ARGS="" # python3 venv without trailing slash (defaults to ${install_dir}/${clone_dir}/venv) #venv_dir="venv" +# script to launch to start the app +#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" |