Create cmdsd
Browse files
cmdsd
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
curl -Lo spideymemfix.zip https://huggingface.co/imspidey/NoteBook/resolve/main/spideymemfix.zip
|
2 |
+
unzip /content/spideymemfix.zip
|
3 |
+
apt -y update -qq
|
4 |
+
env LD_PRELOAD=/content/libtcmalloc_minimal.so.4
|
5 |
+
curl -Lo spidey.zip https://huggingface.co/imspidey/NoteBook/resolve/main/spidey.zip
|
6 |
+
unzip /content/spidey.zip
|
7 |
+
|
8 |
+
|
9 |
+
git clone https://github.com/imner0/spidey-tunnels /content/spidey/extensions/spidey-tunnels
|
10 |
+
git clone https://github.com/imner0/spidey-controlnet /content/spidey/extensions/spidey-controlnet
|
11 |
+
git clone https://github.com/ahgsql/StyleSelectorXL /content/spidey/extensions/StyleSelectorXL
|
12 |
+
git clone https://github.com/fkunn1326/openpose-editor /content/spidey/extensions/openpose-editor
|
13 |
+
git clone https://github.com/imner0/spidey-3d-open-pose-editor /content/spidey/extensions/spidey-3d-open-pose-editor
|
14 |
+
git clone https://github.com/nolanaatama/a1111-microsoftexcel-tagcomplete /content/spidey/extensions/a1111-microsoftexcel-tagcomplete
|
15 |
+
git clone https://github.com/imner0/spidey-locon /content/spidey/extensions/spidey-locon
|
16 |
+
git clone https://github.com/Bing-su/adetailer /content/spidey/extensions/adetailer
|
17 |
+
git clone https://huggingface.co/Bingsu/adetailer /content/spidey/models/adetailer
|
18 |
+
git clone https://github.com/Coyote-A/ultimate-upscale-for-automatic1111 /content/spidey/extensions/ultimate-upscale-for-automatic1111
|
19 |
+
|
20 |
+
|
21 |
+
mkdir /content/spidey/models/ESRGAN
|
22 |
+
curl -Lo /content/spidey/embeddings/embeddings.zip https://huggingface.co/imspidey/colab/resolve/main/embeddings.zip
|
23 |
+
curl -Lo /content/spidey/models/ESRGAN/upscalers.zip https://huggingface.co/imspidey/colab/resolve/main/upscalers.zip
|
24 |
+
|
25 |
+
git reset --hard
|
26 |
+
git -C /content/spidey/repositories/stable-diffusion-stability-ai reset --hard
|