sca255 commited on
Commit
ff59a39
·
verified ·
1 Parent(s): 502d8e6

Update main.sh

Browse files
Files changed (1) hide show
  1. main.sh +1 -1
main.sh CHANGED
@@ -9,6 +9,6 @@ cd sd_civitai_extension
9
  python install.py
10
  export PYTORCH_TRACING_MODE=TORCHFX
11
  export COMMANDLINE_ARGS="--skip-torch-cuda-test --precision full --no-half"
12
-
13
  # Launch the WebUI
14
  ./webui.sh
 
9
  python install.py
10
  export PYTORCH_TRACING_MODE=TORCHFX
11
  export COMMANDLINE_ARGS="--skip-torch-cuda-test --precision full --no-half"
12
+ cd ../..
13
  # Launch the WebUI
14
  ./webui.sh