Commit
·
01ba19e
1
Parent(s):
105a378
Update lib.txt
Browse files
lib.txt
CHANGED
@@ -1,6 +1,11 @@
|
|
|
|
|
|
1 |
git clone https://github.com/camenduru/stable-diffusion-webui-scripts /content/SDVN/scripts
|
2 |
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
|
3 |
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
|
4 |
aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/phamhungd/GuoZovya/resolve/main/4x-RealisticRescaler.pth -d /content/SDVN/models/ESRGAN -o 4x-RealisticRescaler.pth
|
5 |
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
|
6 |
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
|
|
|
|
|
|
|
|
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
|
6 |
aria2c --continue --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/phamhungd/GuoZovya/resolve/main/4x-RealisticRescaler.pth -d /content/SDVN/models/ESRGAN -o 4x-RealisticRescaler.pth
|
7 |
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
|
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
|