Commit
·
f9a3ceb
1
Parent(s):
b8287cc
Update lib.txt
Browse files
lib.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
git clone https://huggingface.co/embed/negative /content/SDVN/embeddings/negative
|
2 |
git clone https://huggingface.co/embed/lora /content/SDVN/models/Lora/positive
|
|
|
3 |
git clone https://github.com/camenduru/stable-diffusion-webui-scripts /content/SDVN/scripts
|
4 |
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
|
5 |
aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/phamhungd/GuoZovya/resolve/main/4x-UltraSharp.ckpt -d /content/SDVN/models/ESRGAN -o 4x-UltraSharp.pth
|
@@ -8,4 +9,5 @@ aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M https://hugging
|
|
8 |
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
|
9 |
ln -s /content/SDVN/models/Lora /content/drive/MyDrive/SD-Data/Lora
|
10 |
ln -s /content/SDVN/embeddings /content/drive/MyDrive/SD-Data/Embeddings
|
11 |
-
ln -s /content/SDVN/models/Lora /content/drive/MyDrive/SD-Data/Lyco
|
|
|
|
1 |
git clone https://huggingface.co/embed/negative /content/SDVN/embeddings/negative
|
2 |
git clone https://huggingface.co/embed/lora /content/SDVN/models/Lora/positive
|
3 |
+
git clone https://github.com/phamhungd/WC-SDVN /content/WC-SDVN
|
4 |
git clone https://github.com/camenduru/stable-diffusion-webui-scripts /content/SDVN/scripts
|
5 |
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
|
6 |
aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/phamhungd/GuoZovya/resolve/main/4x-UltraSharp.ckpt -d /content/SDVN/models/ESRGAN -o 4x-UltraSharp.pth
|
|
|
9 |
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
|
10 |
ln -s /content/SDVN/models/Lora /content/drive/MyDrive/SD-Data/Lora
|
11 |
ln -s /content/SDVN/embeddings /content/drive/MyDrive/SD-Data/Embeddings
|
12 |
+
ln -s /content/SDVN/models/Lora /content/drive/MyDrive/SD-Data/Lyco
|
13 |
+
ln -s /content/WC-SDVN /content/drive/MyDrive/SD-Data/wildcards
|