diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-30 18:56:23 +0300 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-30 18:56:23 +0300 |
commit | 3a876b16a92a23e5536d828c9217fda998e5d9c1 (patch) | |
tree | 4c00eac158773fff2ec8be7d32b2dcf54c2c0a1d /webui-user.sh | |
parent | 4794202ebc1f5184e0a15cc11d91ea9a23640f27 (diff) | |
parent | 5c0c778a65c8f89a85395fb10e32d3b35ea57196 (diff) |
Merge remote-tracking branch 'origin/master'
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..30646f5c 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" |