Update nenen.py
Browse files
nenen.py
CHANGED
@@ -18,19 +18,19 @@ os.chdir(zzz)
|
|
18 |
pull(f"https://github.com/gutris1/segsmaker asd {zzz}")
|
19 |
|
20 |
jalanan = [
|
21 |
-
"https://huggingface.co/pantat88/ui/resolve/main/embeddings.zip
|
22 |
-
"https://civitai.com/api/download/models/150491 /
|
23 |
-
"https://huggingface.co/pantat88/ui/resolve/main/4x-UltraSharp.pth /
|
24 |
-
"https://huggingface.co/pantat88/ui/resolve/main/4x-AnimeSharp.pth /
|
25 |
-
"https://huggingface.co/pantat88/ui/resolve/main/4x_NMKD-Superscale-SP_178000_G.pth /
|
26 |
-
"https://huggingface.co/pantat88/ui/resolve/main/4x_RealisticRescaler_100000_G.pth /
|
27 |
-
"https://huggingface.co/pantat88/ui/resolve/main/8x_RealESRGAN.pth /
|
28 |
-
"https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.safetensors /
|
29 |
|
30 |
for janda in jalanan:
|
31 |
download(janda)
|
32 |
|
33 |
-
unzip = "unzip -qo /
|
34 |
os.system(unzip)
|
35 |
|
36 |
aaaaaaaaaaaa = os.path.join(zzz, "asd", "asd.py")
|
|
|
18 |
pull(f"https://github.com/gutris1/segsmaker asd {zzz}")
|
19 |
|
20 |
jalanan = [
|
21 |
+
f"https://huggingface.co/pantat88/ui/resolve/main/embeddings.zip {zzz}",
|
22 |
+
f"https://civitai.com/api/download/models/150491 {zzz}/embeddings edgQuality.pt",
|
23 |
+
f"https://huggingface.co/pantat88/ui/resolve/main/4x-UltraSharp.pth {zzz}/models/ESRGAN",
|
24 |
+
f"https://huggingface.co/pantat88/ui/resolve/main/4x-AnimeSharp.pth {zzz}/models/ESRGAN",
|
25 |
+
f"https://huggingface.co/pantat88/ui/resolve/main/4x_NMKD-Superscale-SP_178000_G.pth {zzz}/models/ESRGAN",
|
26 |
+
f"https://huggingface.co/pantat88/ui/resolve/main/4x_RealisticRescaler_100000_G.pth {zzz}/models/ESRGAN",
|
27 |
+
f"https://huggingface.co/pantat88/ui/resolve/main/8x_RealESRGAN.pth {zzz}/models/ESRGAN",
|
28 |
+
f"https://huggingface.co/stabilityai/sd-vae-ft-mse-original/resolve/main/vae-ft-mse-840000-ema-pruned.safetensors {zzz}/models/VAE"]
|
29 |
|
30 |
for janda in jalanan:
|
31 |
download(janda)
|
32 |
|
33 |
+
unzip = f"unzip -qo {zzz}/embeddings.zip -d {zzz}/embeddings && rm {zzz}/embeddings.zip"
|
34 |
os.system(unzip)
|
35 |
|
36 |
aaaaaaaaaaaa = os.path.join(zzz, "asd", "asd.py")
|