MonsterMMORPG commited on
Commit
06631e7
1 Parent(s): 9c37876

Upload webui-user_forge.sh

Browse files
Files changed (1) hide show
  1. webui-user_forge.sh +2 -2
webui-user_forge.sh CHANGED
@@ -4,7 +4,7 @@
4
  #########################################################
5
 
6
  # Install directory without trailing slash
7
- #install_dir="/home/$(whoami)"
8
 
9
  # Name of the subdirectory
10
  #clone_dir="stable-diffusion-webui"
@@ -19,7 +19,7 @@ export COMMANDLINE_ARGS="--disable-xformers --share --enable-insecure-extension-
19
  #export GIT="git"
20
 
21
  # python3 venv without trailing slash (defaults to ${install_dir}/${clone_dir}/venv)
22
- #venv_dir="venv"
23
 
24
  # script to launch to start the app
25
  #export LAUNCH_SCRIPT="launch.py"
 
4
  #########################################################
5
 
6
  # Install directory without trailing slash
7
+ install_dir="/workspace"
8
 
9
  # Name of the subdirectory
10
  #clone_dir="stable-diffusion-webui"
 
19
  #export GIT="git"
20
 
21
  # python3 venv without trailing slash (defaults to ${install_dir}/${clone_dir}/venv)
22
+ venv_dir="/workspace/venv"
23
 
24
  # script to launch to start the app
25
  #export LAUNCH_SCRIPT="launch.py"