Update apatch.sh
Browse files
apatch.sh
CHANGED
@@ -9,7 +9,8 @@ pip install pcloud
|
|
9 |
pip uninstall -y setuptools
|
10 |
pip install setuptools==69.5.1
|
11 |
|
12 |
-
cd /workspace
|
|
|
13 |
|
14 |
rm -rf gc.sh
|
15 |
curl -L -O https://huggingface.co/zuv0/SDXLF17/resolve/main/gc.sh
|
@@ -21,6 +22,7 @@ rm -rf pOut.py
|
|
21 |
rm -rf out.sh
|
22 |
curl -L -O https://huggingface.co/zuv0/SDXLF17/resolve/main/out_rp.sh
|
23 |
curl -L -O https://huggingface.co/zuv0/SDXLF17/resolve/main/e
|
|
|
24 |
sleep 1
|
25 |
\mv out_rp.sh out.sh
|
26 |
|
@@ -53,7 +55,8 @@ if [ -d "XLRN" ]; then
|
|
53 |
rm -rf *
|
54 |
fi
|
55 |
|
56 |
-
cd /workspace
|
|
|
57 |
|
58 |
pip cache purge
|
59 |
sh ./SD/downs.sh $1 0
|
|
|
9 |
pip uninstall -y setuptools
|
10 |
pip install setuptools==69.5.1
|
11 |
|
12 |
+
cd /workspace
|
13 |
+
cd *
|
14 |
|
15 |
rm -rf gc.sh
|
16 |
curl -L -O https://huggingface.co/zuv0/SDXLF17/resolve/main/gc.sh
|
|
|
22 |
rm -rf out.sh
|
23 |
curl -L -O https://huggingface.co/zuv0/SDXLF17/resolve/main/out_rp.sh
|
24 |
curl -L -O https://huggingface.co/zuv0/SDXLF17/resolve/main/e
|
25 |
+
curl -L -O https://huggingface.co/zuv0/SDXLF17/resolve/main/xAutoRunTo5m.sh
|
26 |
sleep 1
|
27 |
\mv out_rp.sh out.sh
|
28 |
|
|
|
55 |
rm -rf *
|
56 |
fi
|
57 |
|
58 |
+
cd /workspace
|
59 |
+
cd *
|
60 |
|
61 |
pip cache purge
|
62 |
sh ./SD/downs.sh $1 0
|