Update install_elice.sh
Browse files- install_elice.sh +2 -1
install_elice.sh
CHANGED
|
@@ -70,7 +70,8 @@ curl -L -O https://github.com/Mikubill/sd-webui-controlnet/blob/main/annotator/o
|
|
| 70 |
|
| 71 |
cd /home/*
|
| 72 |
apt-get install -y libgl1-mesa-glx
|
| 73 |
-
python3.10 ./SD/launch.py --reinstall-torch --opt-sdp-attention --no-download-sd-model --exit
|
|
|
|
| 74 |
pip cache purge
|
| 75 |
sudo apt clean
|
| 76 |
|
|
|
|
| 70 |
|
| 71 |
cd /home/*
|
| 72 |
apt-get install -y libgl1-mesa-glx
|
| 73 |
+
#python3.10 ./SD/launch.py --reinstall-torch --opt-sdp-attention --no-download-sd-model --exit
|
| 74 |
+
python3.10 ./SD/launch.py --opt-sdp-attention --no-download-sd-model --exit
|
| 75 |
pip cache purge
|
| 76 |
sudo apt clean
|
| 77 |
|