Commit
·
81ec5a9
1
Parent(s):
bfa318a
Update SDAI4U.txt
Browse files- SDAI4U.txt +10 -10
SDAI4U.txt
CHANGED
@@ -12,20 +12,21 @@ apt -y install -qq aria2 libcairo2-dev pkg-config python3-dev
|
|
12 |
pip install -q torch==2.0.0+cu118 torchvision==0.15.1+cu118 torchaudio==2.0.1+cu118 torchtext==0.15.1 torchdata==0.6.0 --extra-index-url https://download.pytorch.org/whl/cu118 -U
|
13 |
pip install -q xformers==0.0.19 triton==2.0.0 -U
|
14 |
|
15 |
-
git clone
|
16 |
git clone https://huggingface.co/embed/negative /content/SDVN/embeddings/negative
|
17 |
git clone https://huggingface.co/embed/lora /content/SDVN/models/Lora/positive
|
18 |
aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/embed/upscale/resolve/main/4x-UltraSharp.pth -d /content/SDVN/models/ESRGAN -o 4x-UltraSharp.pth
|
19 |
-
aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/holwech/realistic-rescaler-real-esrgan/resolve/main/4x_RealisticRescaler_100000_G.pth -d /content/SDVN/models/ESRGAN -o 4x-RealisticRescaler.pth
|
20 |
git clone https://github.com/camenduru/stable-diffusion-webui-scripts /content/SDVN/scripts
|
21 |
aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/bstungnguyen/SDColab/resolve/main/params.txt -d /content/SDVN/ -o params.txt
|
22 |
-
aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/bstungnguyen/SDColab/resolve/main/ui-config.json -d /content/SDVN/ -o ui-config.json
|
23 |
-
aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/stabilityai/sdxl-vae/resolve/main/sdxl_vae.safetensors -d /content/SDVN/models/Stable-diffusion -o sdxl_vae.pt
|
24 |
-
aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.
|
25 |
-
aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/stabilityai/sd-vae-ft-ema-original/resolve/main/vae-ft-ema-560000-ema-pruned.safetensors -d /content/SDVN/models/Stable-diffusion -o VAE56.vae.pt
|
26 |
-
aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/phamhungd/GuoZovya/resolve/main/Waifu-anime.vae.pt -d /content/SDVN/models/Stable-diffusion -o Waifu-anime.vae.pt
|
27 |
-
aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/phamhungd/GuoZovya/resolve/main/Anime-fp16.vae.pt -d /content/SDVN/models/Stable-diffusion -o Anime.vae.pt
|
28 |
|
|
|
29 |
#git clone https://github.com/deforum-art/deforum-for-automatic1111-webui /content/SDVN/extensions/deforum-for-automatic1111-webui
|
30 |
#git clone https://github.com/AlUlkesh/stable-diffusion-webui-images-browser /content/SDVN/extensions/stable-diffusion-webui-images-browser
|
31 |
#git clone https://github.com/camenduru/stable-diffusion-webui-huggingface /content/SDVN/extensions/stable-diffusion-webui-huggingface
|
@@ -36,7 +37,6 @@ aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M https://hugging
|
|
36 |
#git clone https://github.com/jexom/sd-webui-depth-lib /content/SDVN/extensions/sd-webui-depth-lib
|
37 |
#git clone https://github.com/hnmr293/posex /content/SDVN/extensions/posex
|
38 |
#git clone https://github.com/nonnonstop/sd-webui-3d-open-pose-editor /content/SDVN/extensions/sd-webui-3d-open-pose-editor
|
39 |
-
git clone https://github.com/camenduru/sd-webui-tunnels /content/SDVN/extensions/sd-webui-tunnels
|
40 |
#git clone https://github.com/etherealxx/batchlinks-webui /content/SDVN/extensions/batchlinks-webui
|
41 |
#git clone https://github.com/catppuccin/stable-diffusion-webui /content/SDVN/extensions/stable-diffusion-webui-catppuccin
|
42 |
#git clone https://github.com/camenduru/a1111-sd-webui-locon /content/SDVN/extensions/a1111-sd-webui-locon
|
@@ -59,7 +59,7 @@ git clone https://github.com/camenduru/sd-webui-tunnels /content/SDVN/extensions
|
|
59 |
#aria2c --console-log-level=error -c -x 16 -k 1M -s 16 https://huggingface.co/ckpt/ControlNet/raw/main/cldm_v21.yaml -d /content/SDVN/extensions/sd-webui-controlnet/models -o openpose-sd21-safe.yaml
|
60 |
#aria2c --console-log-level=error -c -x 16 -k 1M -s 16 https://huggingface.co/ckpt/ControlNet/raw/main/cldm_v21.yaml -d /content/SDVN/extensions/sd-webui-controlnet/models -o scribble-sd21-safe.yaml
|
61 |
|
62 |
-
aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/acheong08/f222/resolve/main/f222.safetensors -d /content/SDVN/models/Stable-diffusion -o f222.safetensors
|
63 |
#aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/ckpt/stable-diffusion-2-base/raw/main/v2-inference.yaml -d /content/SDVN/models/Stable-diffusion -o 512-base-ema.yaml
|
64 |
|
65 |
sed -i -e '''/from modules import launch_utils/a\import os''' /content/SDVN/launch.py
|
|
|
12 |
pip install -q torch==2.0.0+cu118 torchvision==0.15.1+cu118 torchaudio==2.0.1+cu118 torchtext==0.15.1 torchdata==0.6.0 --extra-index-url https://download.pytorch.org/whl/cu118 -U
|
13 |
pip install -q xformers==0.0.19 triton==2.0.0 -U
|
14 |
|
15 |
+
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui /content/SDVN
|
16 |
git clone https://huggingface.co/embed/negative /content/SDVN/embeddings/negative
|
17 |
git clone https://huggingface.co/embed/lora /content/SDVN/models/Lora/positive
|
18 |
aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/embed/upscale/resolve/main/4x-UltraSharp.pth -d /content/SDVN/models/ESRGAN -o 4x-UltraSharp.pth
|
19 |
+
#aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/holwech/realistic-rescaler-real-esrgan/resolve/main/4x_RealisticRescaler_100000_G.pth -d /content/SDVN/models/ESRGAN -o 4x-RealisticRescaler.pth
|
20 |
git clone https://github.com/camenduru/stable-diffusion-webui-scripts /content/SDVN/scripts
|
21 |
aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/bstungnguyen/SDColab/resolve/main/params.txt -d /content/SDVN/ -o params.txt
|
22 |
+
#aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/bstungnguyen/SDColab/resolve/main/ui-config.json -d /content/SDVN/ -o ui-config.json
|
23 |
+
#aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/stabilityai/sdxl-vae/resolve/main/sdxl_vae.safetensors -d /content/SDVN/models/Stable-diffusion -o sdxl_vae.pt
|
24 |
+
aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.ckpt -d /content/SDVN/models/Stable-diffusion -o VAE84.vae.pt
|
25 |
+
#aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/stabilityai/sd-vae-ft-ema-original/resolve/main/vae-ft-ema-560000-ema-pruned.safetensors -d /content/SDVN/models/Stable-diffusion -o VAE56.vae.pt
|
26 |
+
#aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/phamhungd/GuoZovya/resolve/main/Waifu-anime.vae.pt -d /content/SDVN/models/Stable-diffusion -o Waifu-anime.vae.pt
|
27 |
+
#aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/phamhungd/GuoZovya/resolve/main/Anime-fp16.vae.pt -d /content/SDVN/models/Stable-diffusion -o Anime.vae.pt
|
28 |
|
29 |
+
git clone https://github.com/camenduru/sd-webui-tunnels /content/SDVN/extensions/sd-webui-tunnels
|
30 |
#git clone https://github.com/deforum-art/deforum-for-automatic1111-webui /content/SDVN/extensions/deforum-for-automatic1111-webui
|
31 |
#git clone https://github.com/AlUlkesh/stable-diffusion-webui-images-browser /content/SDVN/extensions/stable-diffusion-webui-images-browser
|
32 |
#git clone https://github.com/camenduru/stable-diffusion-webui-huggingface /content/SDVN/extensions/stable-diffusion-webui-huggingface
|
|
|
37 |
#git clone https://github.com/jexom/sd-webui-depth-lib /content/SDVN/extensions/sd-webui-depth-lib
|
38 |
#git clone https://github.com/hnmr293/posex /content/SDVN/extensions/posex
|
39 |
#git clone https://github.com/nonnonstop/sd-webui-3d-open-pose-editor /content/SDVN/extensions/sd-webui-3d-open-pose-editor
|
|
|
40 |
#git clone https://github.com/etherealxx/batchlinks-webui /content/SDVN/extensions/batchlinks-webui
|
41 |
#git clone https://github.com/catppuccin/stable-diffusion-webui /content/SDVN/extensions/stable-diffusion-webui-catppuccin
|
42 |
#git clone https://github.com/camenduru/a1111-sd-webui-locon /content/SDVN/extensions/a1111-sd-webui-locon
|
|
|
59 |
#aria2c --console-log-level=error -c -x 16 -k 1M -s 16 https://huggingface.co/ckpt/ControlNet/raw/main/cldm_v21.yaml -d /content/SDVN/extensions/sd-webui-controlnet/models -o openpose-sd21-safe.yaml
|
60 |
#aria2c --console-log-level=error -c -x 16 -k 1M -s 16 https://huggingface.co/ckpt/ControlNet/raw/main/cldm_v21.yaml -d /content/SDVN/extensions/sd-webui-controlnet/models -o scribble-sd21-safe.yaml
|
61 |
|
62 |
+
#aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/acheong08/f222/resolve/main/f222.safetensors -d /content/SDVN/models/Stable-diffusion -o f222.safetensors
|
63 |
#aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/ckpt/stable-diffusion-2-base/raw/main/v2-inference.yaml -d /content/SDVN/models/Stable-diffusion -o 512-base-ema.yaml
|
64 |
|
65 |
sed -i -e '''/from modules import launch_utils/a\import os''' /content/SDVN/launch.py
|