Spaces:
Runtime error
Runtime error
Update main.sh
Browse files
main.sh
CHANGED
|
@@ -9,7 +9,7 @@ git clone https://github.com/civitai/sd_civitai_extension.git
|
|
| 9 |
cd sd_civitai_extension
|
| 10 |
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/
|
|
|
|
| 9 |
cd sd_civitai_extension
|
| 10 |
python install.py
|
| 11 |
export PYTORCH_TRACING_MODE=TORCHFX
|
| 12 |
+
export COMMANDLINE_ARGS="--skip-torch-cuda-test --precision full --no-half --api"
|
| 13 |
cd ../..
|
| 14 |
python ../dl.py
|
| 15 |
ls -la /home/user/app/stable-diffusion-webui/models/Stable-diffusion/
|