Configurable launch script

This commit is contained in:
Andrew Savchyn
2022-09-30 10:51:05 +02:00
committed by AUTOMATIC1111
parent b197f398ec
commit fcfe2e9ffd
2 changed files with 9 additions and 1 deletions

View File

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