sca255 commited on
Commit
bb20d89
·
verified ·
1 Parent(s): 6c2e282

Update main.sh

Browse files
Files changed (1) hide show
  1. main.sh +1 -1
main.sh CHANGED
@@ -11,7 +11,7 @@ python install.py
11
  export PYTORCH_TRACING_MODE=TORCHFX
12
  export COMMANDLINE_ARGS="--skip-torch-cuda-test --precision full --no-half"
13
  cd ../..
14
- python dl.py
15
  ls -la /home/user/app/stable-diffusion-webui/models/Stable-diffusion/
16
  # Launch the WebUI
17
  ./webui.sh
 
11
  export PYTORCH_TRACING_MODE=TORCHFX
12
  export COMMANDLINE_ARGS="--skip-torch-cuda-test --precision full --no-half"
13
  cd ../..
14
+ python ../dl.py
15
  ls -la /home/user/app/stable-diffusion-webui/models/Stable-diffusion/
16
  # Launch the WebUI
17
  ./webui.sh