Spaces:
Runtime error
Runtime error
Update main.sh
Browse files
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
|