Update install.sh
Browse files- install.sh +1 -1
install.sh
CHANGED
|
@@ -42,6 +42,7 @@ rm -rf CU.tar
|
|
| 42 |
\cp -f gc.sh "../gc.sh"
|
| 43 |
\cp -f forcePull.sh "../forcePull.sh"
|
| 44 |
\cp -f myRun.ipynb "../myRun.ipynb"
|
|
|
|
| 45 |
#git gc
|
| 46 |
if [ ! -d "models" ]; then
|
| 47 |
git clone https://huggingface.co/zuv0/modelsXL models
|
|
@@ -70,5 +71,4 @@ pip install -r ./CU/requirements.txt
|
|
| 70 |
#python3.10 ./SD/launch.py --reinstall-torch --no-download-sd-model --exit
|
| 71 |
sh forcePull.sh
|
| 72 |
sh gc.sh 1
|
| 73 |
-
pip cache purge
|
| 74 |
sudo apt clean
|
|
|
|
| 42 |
\cp -f gc.sh "../gc.sh"
|
| 43 |
\cp -f forcePull.sh "../forcePull.sh"
|
| 44 |
\cp -f myRun.ipynb "../myRun.ipynb"
|
| 45 |
+
curl -L -O https://huggingface.co/zuv0/SDXLF17/resolve/main/downs.sh
|
| 46 |
#git gc
|
| 47 |
if [ ! -d "models" ]; then
|
| 48 |
git clone https://huggingface.co/zuv0/modelsXL models
|
|
|
|
| 71 |
#python3.10 ./SD/launch.py --reinstall-torch --no-download-sd-model --exit
|
| 72 |
sh forcePull.sh
|
| 73 |
sh gc.sh 1
|
|
|
|
| 74 |
sudo apt clean
|