Uppercase for env var LAUNCH_SCRIPT

This commit is contained in:
Andrew Savchyn
2022-09-30 11:44:08 +02:00
committed by AUTOMATIC1111
parent fcfe2e9ffd
commit d18daafb8b
2 changed files with 4 additions and 4 deletions

View File

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