- Stable-diffusion/AnimeV2.5.safetensors +2 -2
- Stable-diffusion/grapefruitHentaiModel_grapefruitv4.safetensors +3 -0
- dl.py +265 -262
- gen.py +1 -1
Stable-diffusion/AnimeV2.5.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be03be01109f32b4ed2d3091014f8ebb4ee7a68635ad15e026752d3b10221a93
|
3 |
+
size 2132626072
|
Stable-diffusion/grapefruitHentaiModel_grapefruitv4.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c590550ea5f3ea3ad9126a264ed27970ce4a14eef134900599a73f00b64c4855
|
3 |
+
size 2132626102
|
dl.py
CHANGED
@@ -2,12 +2,18 @@
|
|
2 |
|
3 |
import os
|
4 |
import hashlib
|
5 |
-
print('Downloading ./download_text.sh')
|
6 |
-
if not os.path.exists('./download_text.sh') or '0c6f0925da7c4b001b6b956eb628a5a7602d5f3c' != hashlib.sha1(open('./download_text.sh', 'rb').read()).hexdigest():
|
7 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./download_text.sh" --create-dirs -o "././download_text.sh"')
|
8 |
print('Downloading ./file_list.json')
|
9 |
if not os.path.exists('./file_list.json') or 'cc24642ee2cc315c9f96e5b41d25c8aa0ee6f37c' != hashlib.sha1(open('./file_list.json', 'rb').read()).hexdigest():
|
10 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./file_list.json" --create-dirs -o "././file_list.json"')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
print('Downloading ./download_lora.sh')
|
12 |
if not os.path.exists('./download_lora.sh') or 'ed06dd2f41a601491642fcaa8a2137ede649b69e' != hashlib.sha1(open('./download_lora.sh', 'rb').read()).hexdigest():
|
13 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./download_lora.sh" --create-dirs -o "././download_lora.sh"')
|
@@ -15,332 +21,329 @@ print('Downloading ./.gitattributes')
|
|
15 |
if not os.path.exists('./.gitattributes') or '35efec71055ba0c3b7c7a1bcf499d0922398679a' != hashlib.sha1(open('./.gitattributes', 'rb').read()).hexdigest():
|
16 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./.gitattributes" --create-dirs -o "././.gitattributes"')
|
17 |
print('Downloading ./gen.py')
|
18 |
-
if not os.path.exists('./gen.py') or '
|
19 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./gen.py" --create-dirs -o "././gen.py"')
|
20 |
print('Downloading ./download_models.sh')
|
21 |
if not os.path.exists('./download_models.sh') or '0c6f0925da7c4b001b6b956eb628a5a7602d5f3c' != hashlib.sha1(open('./download_models.sh', 'rb').read()).hexdigest():
|
22 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./download_models.sh" --create-dirs -o "././download_models.sh"')
|
23 |
-
print('Downloading ./dl.py')
|
24 |
-
if not os.path.exists('./dl.py') or '8adf51ba16e1aece1709e9bb8bbd220c3e92714d' != hashlib.sha1(open('./dl.py', 'rb').read()).hexdigest():
|
25 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./dl.py" --create-dirs -o "././dl.py"')
|
26 |
-
print('Downloading ./loraDown.sh')
|
27 |
-
if not os.path.exists('./loraDown.sh') or 'd3bb5f2cc2656ec17bf0d5b38029eace13e7a3cd' != hashlib.sha1(open('./loraDown.sh', 'rb').read()).hexdigest():
|
28 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./loraDown.sh" --create-dirs -o "././loraDown.sh"')
|
29 |
print('Downloading ./embeddings/embedding.tar.gz')
|
30 |
if not os.path.exists('./embeddings/embedding.tar.gz') or 'abb4641698f9cff30de29025ea0b2fab82ae66da' != hashlib.sha1(open('./embeddings/embedding.tar.gz', 'rb').read()).hexdigest():
|
31 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./embeddings/embedding.tar.gz" --create-dirs -o "././embeddings/embedding.tar.gz"')
|
32 |
-
print('Downloading ./Stable-diffusion/chilloutmix_NiPrunedFp32Fix.safetensors')
|
33 |
-
if not os.path.exists('./Stable-diffusion/chilloutmix_NiPrunedFp32Fix.safetensors') or '2a9c3945540d8051ea41208a599bb412e8c9cdff' != hashlib.sha1(open('./Stable-diffusion/chilloutmix_NiPrunedFp32Fix.safetensors', 'rb').read()).hexdigest():
|
34 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Stable-diffusion/chilloutmix_NiPrunedFp32Fix.safetensors" --create-dirs -o "././Stable-diffusion/chilloutmix_NiPrunedFp32Fix.safetensors"')
|
35 |
print('Downloading ./Stable-diffusion/Put Stable Diffusion checkpoints here.txt')
|
36 |
if not os.path.exists('./Stable-diffusion/Put Stable Diffusion checkpoints here.txt') or 'da39a3ee5e6b4b0d3255bfef95601890afd80709' != hashlib.sha1(open('./Stable-diffusion/Put Stable Diffusion checkpoints here.txt', 'rb').read()).hexdigest():
|
37 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Stable-diffusion/Put Stable Diffusion checkpoints here.txt" --create-dirs -o "././Stable-diffusion/Put Stable Diffusion checkpoints here.txt"')
|
38 |
-
print('Downloading ./Stable-diffusion/
|
39 |
-
if not os.path.exists('./Stable-diffusion/
|
40 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Stable-diffusion/
|
|
|
|
|
|
|
41 |
print('Downloading ./Stable-diffusion/uberRealisticPornMerge_urpmv12.safetensors')
|
42 |
if not os.path.exists('./Stable-diffusion/uberRealisticPornMerge_urpmv12.safetensors') or '655092a0b0bbd29f9e50548aeb5ed66cf5a521ee' != hashlib.sha1(open('./Stable-diffusion/uberRealisticPornMerge_urpmv12.safetensors', 'rb').read()).hexdigest():
|
43 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Stable-diffusion/uberRealisticPornMerge_urpmv12.safetensors" --create-dirs -o "././Stable-diffusion/uberRealisticPornMerge_urpmv12.safetensors"')
|
44 |
-
print('Downloading ./Stable-diffusion/
|
45 |
-
if not os.path.exists('./Stable-diffusion/
|
46 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Stable-diffusion/
|
47 |
-
print('Downloading ./
|
48 |
-
if not os.path.exists('./
|
49 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./
|
50 |
-
print('Downloading ./Lora/
|
51 |
-
if not os.path.exists('./Lora/
|
52 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
53 |
-
print('Downloading ./Lora/
|
54 |
-
if not os.path.exists('./Lora/
|
55 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
56 |
-
print('Downloading ./Lora/
|
57 |
-
if not os.path.exists('./Lora/
|
58 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
59 |
-
print('Downloading ./Lora/downblouseForBoobs_v1.safetensors')
|
60 |
-
if not os.path.exists('./Lora/downblouseForBoobs_v1.safetensors') or 'c9b81d1aaa8279c51b892c398a800e7a1db53475' != hashlib.sha1(open('./Lora/downblouseForBoobs_v1.safetensors', 'rb').read()).hexdigest():
|
61 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/downblouseForBoobs_v1.safetensors" --create-dirs -o "././Lora/downblouseForBoobs_v1.safetensors"')
|
62 |
print('Downloading ./Lora/povSquattingCowgirlLora_pscowgirl.safetensors')
|
63 |
if not os.path.exists('./Lora/povSquattingCowgirlLora_pscowgirl.safetensors') or 'ee6cf25c41181f91148e39f793a1d24a4eab43ce' != hashlib.sha1(open('./Lora/povSquattingCowgirlLora_pscowgirl.safetensors', 'rb').read()).hexdigest():
|
64 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/povSquattingCowgirlLora_pscowgirl.safetensors" --create-dirs -o "././Lora/povSquattingCowgirlLora_pscowgirl.safetensors"')
|
65 |
print('Downloading ./Lora/shirtliftALORAFor_shirtliftv1.safetensors')
|
66 |
if not os.path.exists('./Lora/shirtliftALORAFor_shirtliftv1.safetensors') or '8b0a6ac1f231d0d63c8e7ba0e754a215315b88b2' != hashlib.sha1(open('./Lora/shirtliftALORAFor_shirtliftv1.safetensors', 'rb').read()).hexdigest():
|
67 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/shirtliftALORAFor_shirtliftv1.safetensors" --create-dirs -o "././Lora/shirtliftALORAFor_shirtliftv1.safetensors"')
|
68 |
-
print('Downloading ./Lora/
|
69 |
-
if not os.path.exists('./Lora/
|
70 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
71 |
-
print('Downloading ./Lora/shirtTugPoseLORA_shirtTug.safetensors')
|
72 |
-
if not os.path.exists('./Lora/shirtTugPoseLORA_shirtTug.safetensors') or '0a77f1ef30b67114999c6c06d89a87598c3f03fd' != hashlib.sha1(open('./Lora/shirtTugPoseLORA_shirtTug.safetensors', 'rb').read()).hexdigest():
|
73 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/shirtTugPoseLORA_shirtTug.safetensors" --create-dirs -o "././Lora/shirtTugPoseLORA_shirtTug.safetensors"')
|
74 |
-
print('Downloading ./Lora/estheticFutanariTrap_tr39.safetensors')
|
75 |
-
if not os.path.exists('./Lora/estheticFutanariTrap_tr39.safetensors') or '53ba3f30d14946df83039e522173aceaff5a2dc6' != hashlib.sha1(open('./Lora/estheticFutanariTrap_tr39.safetensors', 'rb').read()).hexdigest():
|
76 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/estheticFutanariTrap_tr39.safetensors" --create-dirs -o "././Lora/estheticFutanariTrap_tr39.safetensors"')
|
77 |
-
print('Downloading ./Lora/xRayHentai25_xRayHentai25.safetensors')
|
78 |
-
if not os.path.exists('./Lora/xRayHentai25_xRayHentai25.safetensors') or '589d714763b3d3bf41729355935b2a71289cc911' != hashlib.sha1(open('./Lora/xRayHentai25_xRayHentai25.safetensors', 'rb').read()).hexdigest():
|
79 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/xRayHentai25_xRayHentai25.safetensors" --create-dirs -o "././Lora/xRayHentai25_xRayHentai25.safetensors"')
|
80 |
-
print('Downloading ./Lora/shojovibe_v11.safetensors')
|
81 |
-
if not os.path.exists('./Lora/shojovibe_v11.safetensors') or '35cc99e431dd57ba93ca6694f621822d9c043920' != hashlib.sha1(open('./Lora/shojovibe_v11.safetensors', 'rb').read()).hexdigest():
|
82 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/shojovibe_v11.safetensors" --create-dirs -o "././Lora/shojovibe_v11.safetensors"')
|
83 |
-
print('Downloading ./Lora/darkMagicianGirlLora_1.safetensors')
|
84 |
-
if not os.path.exists('./Lora/darkMagicianGirlLora_1.safetensors') or '00897bba521ad505278f9b4a0807a52f39f5dbe3' != hashlib.sha1(open('./Lora/darkMagicianGirlLora_1.safetensors', 'rb').read()).hexdigest():
|
85 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/darkMagicianGirlLora_1.safetensors" --create-dirs -o "././Lora/darkMagicianGirlLora_1.safetensors"')
|
86 |
print('Downloading ./Lora/animeScreencapStyle_v235epochs.safetensors')
|
87 |
if not os.path.exists('./Lora/animeScreencapStyle_v235epochs.safetensors') or 'd79a5a5632b9ae9d4b6c272e10a63b15464718a5' != hashlib.sha1(open('./Lora/animeScreencapStyle_v235epochs.safetensors', 'rb').read()).hexdigest():
|
88 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/animeScreencapStyle_v235epochs.safetensors" --create-dirs -o "././Lora/animeScreencapStyle_v235epochs.safetensors"')
|
89 |
-
print('Downloading ./Lora/creampie_V11.safetensors')
|
90 |
-
if not os.path.exists('./Lora/creampie_V11.safetensors') or '067bc0a4cd657ab2cb04122418fe8d8c1d2fb38c' != hashlib.sha1(open('./Lora/creampie_V11.safetensors', 'rb').read()).hexdigest():
|
91 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/creampie_V11.safetensors" --create-dirs -o "././Lora/creampie_V11.safetensors"')
|
92 |
print('Downloading ./Lora/oversizedShirt_v10.safetensors')
|
93 |
if not os.path.exists('./Lora/oversizedShirt_v10.safetensors') or 'bad59f4ba5ed378663868eb47980bc67e3513456' != hashlib.sha1(open('./Lora/oversizedShirt_v10.safetensors', 'rb').read()).hexdigest():
|
94 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/oversizedShirt_v10.safetensors" --create-dirs -o "././Lora/oversizedShirt_v10.safetensors"')
|
95 |
-
print('Downloading ./Lora/
|
96 |
-
if not os.path.exists('./Lora/
|
97 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
98 |
-
print('Downloading ./Lora/
|
99 |
-
if not os.path.exists('./Lora/
|
100 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
101 |
-
print('Downloading ./Lora/
|
102 |
-
if not os.path.exists('./Lora/
|
103 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
104 |
-
print('Downloading ./Lora/
|
105 |
-
if not os.path.exists('./Lora/
|
106 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
print('Downloading ./Lora/ganyuGenshinImpact_offset.safetensors')
|
108 |
if not os.path.exists('./Lora/ganyuGenshinImpact_offset.safetensors') or '4197c356227fbba9676c52654207f3096c7c5cb0' != hashlib.sha1(open('./Lora/ganyuGenshinImpact_offset.safetensors', 'rb').read()).hexdigest():
|
109 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/ganyuGenshinImpact_offset.safetensors" --create-dirs -o "././Lora/ganyuGenshinImpact_offset.safetensors"')
|
110 |
-
print('Downloading ./Lora/
|
111 |
-
if not os.path.exists('./Lora/
|
112 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
113 |
-
print('Downloading ./Lora/
|
114 |
-
if not os.path.exists('./Lora/
|
115 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
|
|
|
|
|
|
116 |
print('Downloading ./Lora/lucyCyberpunk_42Epochs.safetensors')
|
117 |
if not os.path.exists('./Lora/lucyCyberpunk_42Epochs.safetensors') or '9524cc323461b257e3a23acd48b6641281647a2a' != hashlib.sha1(open('./Lora/lucyCyberpunk_42Epochs.safetensors', 'rb').read()).hexdigest():
|
118 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/lucyCyberpunk_42Epochs.safetensors" --create-dirs -o "././Lora/lucyCyberpunk_42Epochs.safetensors"')
|
119 |
print('Downloading ./Lora/arcaneStyleLora_original.safetensors')
|
120 |
if not os.path.exists('./Lora/arcaneStyleLora_original.safetensors') or '6ca76091f7b91200400e69ad043ebf67d894750a' != hashlib.sha1(open('./Lora/arcaneStyleLora_original.safetensors', 'rb').read()).hexdigest():
|
121 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/arcaneStyleLora_original.safetensors" --create-dirs -o "././Lora/arcaneStyleLora_original.safetensors"')
|
122 |
-
print('Downloading ./Lora/
|
123 |
-
if not os.path.exists('./Lora/
|
124 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
125 |
-
print('Downloading ./Lora/
|
126 |
-
if not os.path.exists('./Lora/
|
127 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
128 |
-
print('Downloading ./Lora/
|
129 |
-
if not os.path.exists('./Lora/
|
130 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
131 |
-
print('Downloading ./Lora/
|
132 |
-
if not os.path.exists('./Lora/
|
133 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
print('Downloading ./Lora/povCunnilingusLesbian_v10.safetensors')
|
135 |
if not os.path.exists('./Lora/povCunnilingusLesbian_v10.safetensors') or '6ea569bc9534d7aa25b48361d2ea6b647ef1d57d' != hashlib.sha1(open('./Lora/povCunnilingusLesbian_v10.safetensors', 'rb').read()).hexdigest():
|
136 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/povCunnilingusLesbian_v10.safetensors" --create-dirs -o "././Lora/povCunnilingusLesbian_v10.safetensors"')
|
137 |
print('Downloading ./Lora/slingshotSwimsuit_v13.safetensors')
|
138 |
if not os.path.exists('./Lora/slingshotSwimsuit_v13.safetensors') or 'd7e09738d34f60e216a0d8b4fef85d000cab47dd' != hashlib.sha1(open('./Lora/slingshotSwimsuit_v13.safetensors', 'rb').read()).hexdigest():
|
139 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/slingshotSwimsuit_v13.safetensors" --create-dirs -o "././Lora/slingshotSwimsuit_v13.safetensors"')
|
140 |
-
print('Downloading ./Lora/
|
141 |
-
if not os.path.exists('./Lora/
|
142 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
143 |
-
print('Downloading ./Lora/
|
144 |
-
if not os.path.exists('./Lora/
|
145 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
146 |
-
print('Downloading ./Lora/
|
147 |
-
if not os.path.exists('./Lora/
|
148 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
149 |
print('Downloading ./Lora/realisticVaginasGod_sdVSGp1S.safetensors')
|
150 |
if not os.path.exists('./Lora/realisticVaginasGod_sdVSGp1S.safetensors') or '84ce8f7f366a53cc406eb1c4512d3707714cb2ee' != hashlib.sha1(open('./Lora/realisticVaginasGod_sdVSGp1S.safetensors', 'rb').read()).hexdigest():
|
151 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/realisticVaginasGod_sdVSGp1S.safetensors" --create-dirs -o "././Lora/realisticVaginasGod_sdVSGp1S.safetensors"')
|
152 |
-
print('Downloading ./Lora/torinoAquaStyleLora_original.safetensors')
|
153 |
-
if not os.path.exists('./Lora/torinoAquaStyleLora_original.safetensors') or 'c349a9412f14a657ec02e87465297a46e4842cc7' != hashlib.sha1(open('./Lora/torinoAquaStyleLora_original.safetensors', 'rb').read()).hexdigest():
|
154 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/torinoAquaStyleLora_original.safetensors" --create-dirs -o "././Lora/torinoAquaStyleLora_original.safetensors"')
|
155 |
-
print('Downloading ./Lora/foldedPose_v1.safetensors')
|
156 |
-
if not os.path.exists('./Lora/foldedPose_v1.safetensors') or '9055551fa375e9baa5f02152d05daafaa1f74807' != hashlib.sha1(open('./Lora/foldedPose_v1.safetensors', 'rb').read()).hexdigest():
|
157 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/foldedPose_v1.safetensors" --create-dirs -o "././Lora/foldedPose_v1.safetensors"')
|
158 |
-
print('Downloading ./Lora/goutouLora_v20.safetensors')
|
159 |
-
if not os.path.exists('./Lora/goutouLora_v20.safetensors') or '2515ec8f6a773cc1d81fac40966481cee7519d21' != hashlib.sha1(open('./Lora/goutouLora_v20.safetensors', 'rb').read()).hexdigest():
|
160 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/goutouLora_v20.safetensors" --create-dirs -o "././Lora/goutouLora_v20.safetensors"')
|
161 |
-
print('Downloading ./Lora/lactation_v11.safetensors')
|
162 |
-
if not os.path.exists('./Lora/lactation_v11.safetensors') or 'd50fa1df7e3c77f1ced0bf59f3189e2de89b6699' != hashlib.sha1(open('./Lora/lactation_v11.safetensors', 'rb').read()).hexdigest():
|
163 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/lactation_v11.safetensors" --create-dirs -o "././Lora/lactation_v11.safetensors"')
|
164 |
-
print('Downloading ./Lora/epiNoiseoffset_v2Pynoise.safetensors')
|
165 |
-
if not os.path.exists('./Lora/epiNoiseoffset_v2Pynoise.safetensors') or '51312c4bf724b71dbc813d1c5de407f7a9246115' != hashlib.sha1(open('./Lora/epiNoiseoffset_v2Pynoise.safetensors', 'rb').read()).hexdigest():
|
166 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/epiNoiseoffset_v2Pynoise.safetensors" --create-dirs -o "././Lora/epiNoiseoffset_v2Pynoise.safetensors"')
|
167 |
-
print('Downloading ./Lora/skirtliftTheAstonishing_skirtliftv1.safetensors')
|
168 |
-
if not os.path.exists('./Lora/skirtliftTheAstonishing_skirtliftv1.safetensors') or '68a5ecc5c88ee73569e42a436dfd70a081480810' != hashlib.sha1(open('./Lora/skirtliftTheAstonishing_skirtliftv1.safetensors', 'rb').read()).hexdigest():
|
169 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/skirtliftTheAstonishing_skirtliftv1.safetensors" --create-dirs -o "././Lora/skirtliftTheAstonishing_skirtliftv1.safetensors"')
|
170 |
-
print('Downloading ./Lora/ahegao_v1.safetensors')
|
171 |
-
if not os.path.exists('./Lora/ahegao_v1.safetensors') or 'db306b6ba97abfdac14dc6840aaa85db6661e782' != hashlib.sha1(open('./Lora/ahegao_v1.safetensors', 'rb').read()).hexdigest():
|
172 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/ahegao_v1.safetensors" --create-dirs -o "././Lora/ahegao_v1.safetensors"')
|
173 |
print('Downloading ./Lora/breastfeedingHandjob_v10.safetensors')
|
174 |
if not os.path.exists('./Lora/breastfeedingHandjob_v10.safetensors') or 'd54beb9dcd95e50ee18580d1009af79581b1b586' != hashlib.sha1(open('./Lora/breastfeedingHandjob_v10.safetensors', 'rb').read()).hexdigest():
|
175 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/breastfeedingHandjob_v10.safetensors" --create-dirs -o "././Lora/breastfeedingHandjob_v10.safetensors"')
|
176 |
-
print('Downloading ./Lora/animeLineartStyle_v20Offset.safetensors')
|
177 |
-
if not os.path.exists('./Lora/animeLineartStyle_v20Offset.safetensors') or 'b99d3f4a4873e7a4cc10965f442c17238c49a227' != hashlib.sha1(open('./Lora/animeLineartStyle_v20Offset.safetensors', 'rb').read()).hexdigest():
|
178 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/animeLineartStyle_v20Offset.safetensors" --create-dirs -o "././Lora/animeLineartStyle_v20Offset.safetensors"')
|
179 |
-
print('Downloading ./Lora/chilloutmixss_xss10.safetensors')
|
180 |
-
if not os.path.exists('./Lora/chilloutmixss_xss10.safetensors') or '3ea60602c535ce0dfaca5b8c6fc95163570e0a63' != hashlib.sha1(open('./Lora/chilloutmixss_xss10.safetensors', 'rb').read()).hexdigest():
|
181 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/chilloutmixss_xss10.safetensors" --create-dirs -o "././Lora/chilloutmixss_xss10.safetensors"')
|
182 |
-
print('Downloading ./Lora/samdoesartsSamYang_original.safetensors')
|
183 |
-
if not os.path.exists('./Lora/samdoesartsSamYang_original.safetensors') or 'd659417be7b4de9864748114015105dea4adbd1d' != hashlib.sha1(open('./Lora/samdoesartsSamYang_original.safetensors', 'rb').read()).hexdigest():
|
184 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/samdoesartsSamYang_original.safetensors" --create-dirs -o "././Lora/samdoesartsSamYang_original.safetensors"')
|
185 |
print('Downloading ./Lora/realisticTitfuck_titfuckRealisticEpoch.safetensors')
|
186 |
if not os.path.exists('./Lora/realisticTitfuck_titfuckRealisticEpoch.safetensors') or 'af130165dee7de9be2f29e3bbc7e187b925d1ab3' != hashlib.sha1(open('./Lora/realisticTitfuck_titfuckRealisticEpoch.safetensors', 'rb').read()).hexdigest():
|
187 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/realisticTitfuck_titfuckRealisticEpoch.safetensors" --create-dirs -o "././Lora/realisticTitfuck_titfuckRealisticEpoch.safetensors"')
|
188 |
-
print('Downloading ./Lora/
|
189 |
-
if not os.path.exists('./Lora/
|
190 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
191 |
-
print('Downloading ./Lora/
|
192 |
-
if not os.path.exists('./Lora/
|
193 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
194 |
-
print('Downloading ./Lora/
|
195 |
-
if not os.path.exists('./Lora/
|
196 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
197 |
-
print('Downloading ./Lora/
|
198 |
-
if not os.path.exists('./Lora/
|
199 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
200 |
-
print('Downloading ./Lora/koreanDollLikenesss_v10.safetensors')
|
201 |
-
if not os.path.exists('./Lora/koreanDollLikenesss_v10.safetensors') or '13eeb1811c0c6b4fd906791af98ceec45fcee400' != hashlib.sha1(open('./Lora/koreanDollLikenesss_v10.safetensors', 'rb').read()).hexdigest():
|
202 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/koreanDollLikenesss_v10.safetensors" --create-dirs -o "././Lora/koreanDollLikenesss_v10.safetensors"')
|
203 |
-
print('Downloading ./Lora/aliceNikke_v30.safetensors')
|
204 |
-
if not os.path.exists('./Lora/aliceNikke_v30.safetensors') or '31db1fd77a4d1c273eed451a8c4fed88cf24a543' != hashlib.sha1(open('./Lora/aliceNikke_v30.safetensors', 'rb').read()).hexdigest():
|
205 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/aliceNikke_v30.safetensors" --create-dirs -o "././Lora/aliceNikke_v30.safetensors"')
|
206 |
-
print('Downloading ./Lora/upshirtUnderboob_v10.safetensors')
|
207 |
-
if not os.path.exists('./Lora/upshirtUnderboob_v10.safetensors') or '65f06817295830269f2e8de708271e110de9f9fb' != hashlib.sha1(open('./Lora/upshirtUnderboob_v10.safetensors', 'rb').read()).hexdigest():
|
208 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/upshirtUnderboob_v10.safetensors" --create-dirs -o "././Lora/upshirtUnderboob_v10.safetensors"')
|
209 |
-
print('Downloading ./Lora/wlopStyleLora_30Epochs.safetensors')
|
210 |
-
if not os.path.exists('./Lora/wlopStyleLora_30Epochs.safetensors') or '51ab32f2ca1d9888b186c20b660459b0cdccabad' != hashlib.sha1(open('./Lora/wlopStyleLora_30Epochs.safetensors', 'rb').read()).hexdigest():
|
211 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/wlopStyleLora_30Epochs.safetensors" --create-dirs -o "././Lora/wlopStyleLora_30Epochs.safetensors"')
|
212 |
-
print('Downloading ./Lora/ConceptImpliedFellatio_ConceptImpliedFellatio.safetensors')
|
213 |
-
if not os.path.exists('./Lora/ConceptImpliedFellatio_ConceptImpliedFellatio.safetensors') or '867f0978665c559b5f4989098d5eedfe9219256f' != hashlib.sha1(open('./Lora/ConceptImpliedFellatio_ConceptImpliedFellatio.safetensors', 'rb').read()).hexdigest():
|
214 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/ConceptImpliedFellatio_ConceptImpliedFellatio.safetensors" --create-dirs -o "././Lora/ConceptImpliedFellatio_ConceptImpliedFellatio.safetensors"')
|
215 |
-
print('Downloading ./Lora/liuyifei_10.safetensors')
|
216 |
-
if not os.path.exists('./Lora/liuyifei_10.safetensors') or '91fc4291890c352f88f1766e29ffd9746dafaf17' != hashlib.sha1(open('./Lora/liuyifei_10.safetensors', 'rb').read()).hexdigest():
|
217 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/liuyifei_10.safetensors" --create-dirs -o "././Lora/liuyifei_10.safetensors"')
|
218 |
-
print('Downloading ./Lora/russianDollLikeness_v3.safetensors')
|
219 |
-
if not os.path.exists('./Lora/russianDollLikeness_v3.safetensors') or 'd25c1c02b573976ec6fe585f76a2de60f3516a91' != hashlib.sha1(open('./Lora/russianDollLikeness_v3.safetensors', 'rb').read()).hexdigest():
|
220 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/russianDollLikeness_v3.safetensors" --create-dirs -o "././Lora/russianDollLikeness_v3.safetensors"')
|
221 |
print('Downloading ./Lora/femaleMasturbation_v1.safetensors')
|
222 |
if not os.path.exists('./Lora/femaleMasturbation_v1.safetensors') or '021305ed0c9188fd0907583ff7101ae3b52f0365' != hashlib.sha1(open('./Lora/femaleMasturbation_v1.safetensors', 'rb').read()).hexdigest():
|
223 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/femaleMasturbation_v1.safetensors" --create-dirs -o "././Lora/femaleMasturbation_v1.safetensors"')
|
224 |
-
print('Downloading ./Lora/saikaKawakita_saikaV30.safetensors')
|
225 |
-
if not os.path.exists('./Lora/saikaKawakita_saikaV30.safetensors') or '72317ff11404c0bef49e46da98510ed639062bac' != hashlib.sha1(open('./Lora/saikaKawakita_saikaV30.safetensors', 'rb').read()).hexdigest():
|
226 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/saikaKawakita_saikaV30.safetensors" --create-dirs -o "././Lora/saikaKawakita_saikaV30.safetensors"')
|
227 |
-
print('Downloading ./Lora/LoraBraless_v11.safetensors')
|
228 |
-
if not os.path.exists('./Lora/LoraBraless_v11.safetensors') or '447076ec094416c8eb709cd3d3ec75f9fe36c654' != hashlib.sha1(open('./Lora/LoraBraless_v11.safetensors', 'rb').read()).hexdigest():
|
229 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/LoraBraless_v11.safetensors" --create-dirs -o "././Lora/LoraBraless_v11.safetensors"')
|
230 |
-
print('Downloading ./Lora/jackOChallengePoseLora_jackoposefront.safetensors')
|
231 |
-
if not os.path.exists('./Lora/jackOChallengePoseLora_jackoposefront.safetensors') or '3c83dd67844c1e610ccd6e4afedd1232508581a6' != hashlib.sha1(open('./Lora/jackOChallengePoseLora_jackoposefront.safetensors', 'rb').read()).hexdigest():
|
232 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/jackOChallengePoseLora_jackoposefront.safetensors" --create-dirs -o "././Lora/jackOChallengePoseLora_jackoposefront.safetensors"')
|
233 |
-
print('Downloading ./Lora/inniesBetterVulva_v11.safetensors')
|
234 |
-
if not os.path.exists('./Lora/inniesBetterVulva_v11.safetensors') or 'c1a7bc94c83ea078dee0aacc3c5f3ae1c3fee570' != hashlib.sha1(open('./Lora/inniesBetterVulva_v11.safetensors', 'rb').read()).hexdigest():
|
235 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/inniesBetterVulva_v11.safetensors" --create-dirs -o "././Lora/inniesBetterVulva_v11.safetensors"')
|
236 |
-
print('Downloading ./Lora/murkysSidewayAssLora_1.safetensors')
|
237 |
-
if not os.path.exists('./Lora/murkysSidewayAssLora_1.safetensors') or 'c10860bddf9920dfac3677d5786b76216eeb62ef' != hashlib.sha1(open('./Lora/murkysSidewayAssLora_1.safetensors', 'rb').read()).hexdigest():
|
238 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/murkysSidewayAssLora_1.safetensors" --create-dirs -o "././Lora/murkysSidewayAssLora_1.safetensors"')
|
239 |
-
print('Downloading ./Lora/elegantHanfuRuqun_v10.safetensors')
|
240 |
-
if not os.path.exists('./Lora/elegantHanfuRuqun_v10.safetensors') or 'dad8ac261f652ddfe604ee9801d3ede3904db6dd' != hashlib.sha1(open('./Lora/elegantHanfuRuqun_v10.safetensors', 'rb').read()).hexdigest():
|
241 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/elegantHanfuRuqun_v10.safetensors" --create-dirs -o "././Lora/elegantHanfuRuqun_v10.safetensors"')
|
242 |
-
print('Downloading ./Lora/cuteGirlMix4_v10.safetensors')
|
243 |
-
if not os.path.exists('./Lora/cuteGirlMix4_v10.safetensors') or '34211f120b804c747f256b495a42cb233d8fa5eb' != hashlib.sha1(open('./Lora/cuteGirlMix4_v10.safetensors', 'rb').read()).hexdigest():
|
244 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/cuteGirlMix4_v10.safetensors" --create-dirs -o "././Lora/cuteGirlMix4_v10.safetensors"')
|
245 |
-
print('Downloading ./Lora/hugeAssAndBoobs_v1.safetensors')
|
246 |
-
if not os.path.exists('./Lora/hugeAssAndBoobs_v1.safetensors') or '6948b97fc82dd3ccacff0d04832d18e0218b55e7' != hashlib.sha1(open('./Lora/hugeAssAndBoobs_v1.safetensors', 'rb').read()).hexdigest():
|
247 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/hugeAssAndBoobs_v1.safetensors" --create-dirs -o "././Lora/hugeAssAndBoobs_v1.safetensors"')
|
248 |
-
print('Downloading ./Lora/extendedDownblouse_v10.safetensors')
|
249 |
-
if not os.path.exists('./Lora/extendedDownblouse_v10.safetensors') or 'c7a4ccb1b79b6d1996f82623a9b52cf664dae007' != hashlib.sha1(open('./Lora/extendedDownblouse_v10.safetensors', 'rb').read()).hexdigest():
|
250 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/extendedDownblouse_v10.safetensors" --create-dirs -o "././Lora/extendedDownblouse_v10.safetensors"')
|
251 |
-
print('Downloading ./Lora/reverseTranslucent_v10.safetensors')
|
252 |
-
if not os.path.exists('./Lora/reverseTranslucent_v10.safetensors') or '1cbf201ead055d11c82f45a5b2ec7f86113ea76a' != hashlib.sha1(open('./Lora/reverseTranslucent_v10.safetensors', 'rb').read()).hexdigest():
|
253 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/reverseTranslucent_v10.safetensors" --create-dirs -o "././Lora/reverseTranslucent_v10.safetensors"')
|
254 |
-
print('Downloading ./Lora/mikuya_v15.safetensors')
|
255 |
-
if not os.path.exists('./Lora/mikuya_v15.safetensors') or '434ec9d962b415f047237e12699a0cf68c2fc4d0' != hashlib.sha1(open('./Lora/mikuya_v15.safetensors', 'rb').read()).hexdigest():
|
256 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/mikuya_v15.safetensors" --create-dirs -o "././Lora/mikuya_v15.safetensors"')
|
257 |
-
print('Downloading ./Lora/milkingMachine_v12.safetensors')
|
258 |
-
if not os.path.exists('./Lora/milkingMachine_v12.safetensors') or '51e6ec68d78f8937cae9cc2d61a19c9634e4ee76' != hashlib.sha1(open('./Lora/milkingMachine_v12.safetensors', 'rb').read()).hexdigest():
|
259 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/milkingMachine_v12.safetensors" --create-dirs -o "././Lora/milkingMachine_v12.safetensors"')
|
260 |
-
print('Downloading ./Lora/arknightsTexasThe_v10.safetensors')
|
261 |
-
if not os.path.exists('./Lora/arknightsTexasThe_v10.safetensors') or 'abf3a51dd9227ec5e92dbdbb96bc878d8d457775' != hashlib.sha1(open('./Lora/arknightsTexasThe_v10.safetensors', 'rb').read()).hexdigest():
|
262 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/arknightsTexasThe_v10.safetensors" --create-dirs -o "././Lora/arknightsTexasThe_v10.safetensors"')
|
263 |
print('Downloading ./Lora/fte_futuanerV1.safetensors')
|
264 |
if not os.path.exists('./Lora/fte_futuanerV1.safetensors') or 'fe41f4c643ffc7bdad5cb617b06234af36e4f049' != hashlib.sha1(open('./Lora/fte_futuanerV1.safetensors', 'rb').read()).hexdigest():
|
265 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/fte_futuanerV1.safetensors" --create-dirs -o "././Lora/fte_futuanerV1.safetensors"')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
266 |
print('Downloading ./Lora/Moxin_Shukezouma11.safetensors')
|
267 |
if not os.path.exists('./Lora/Moxin_Shukezouma11.safetensors') or '456d0fef323de02d12b24deed4cde5cc63226850' != hashlib.sha1(open('./Lora/Moxin_Shukezouma11.safetensors', 'rb').read()).hexdigest():
|
268 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/Moxin_Shukezouma11.safetensors" --create-dirs -o "././Lora/Moxin_Shukezouma11.safetensors"')
|
269 |
-
print('Downloading ./Lora/
|
270 |
-
if not os.path.exists('./Lora/
|
271 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
272 |
print('Downloading ./Lora/taiwanDollLikeness_v10.safetensors')
|
273 |
if not os.path.exists('./Lora/taiwanDollLikeness_v10.safetensors') or '9640a5a14032ef06bba402ba8bbc88c518450253' != hashlib.sha1(open('./Lora/taiwanDollLikeness_v10.safetensors', 'rb').read()).hexdigest():
|
274 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/taiwanDollLikeness_v10.safetensors" --create-dirs -o "././Lora/taiwanDollLikeness_v10.safetensors"')
|
275 |
-
print('Downloading ./Lora/
|
276 |
-
if not os.path.exists('./Lora/
|
277 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
278 |
-
print('Downloading ./Lora/
|
279 |
-
if not os.path.exists('./Lora/
|
280 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
281 |
-
print('Downloading ./Lora/
|
282 |
-
if not os.path.exists('./Lora/
|
283 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
|
|
|
|
|
|
|
|
|
|
|
|
284 |
print('Downloading ./Lora/LORAChineseDoll_chinesedolllikeness1.safetensors')
|
285 |
if not os.path.exists('./Lora/LORAChineseDoll_chinesedolllikeness1.safetensors') or '867b084f7b30c7e19971496e1334c35e499c43f9' != hashlib.sha1(open('./Lora/LORAChineseDoll_chinesedolllikeness1.safetensors', 'rb').read()).hexdigest():
|
286 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/LORAChineseDoll_chinesedolllikeness1.safetensors" --create-dirs -o "././Lora/LORAChineseDoll_chinesedolllikeness1.safetensors"')
|
287 |
-
print('Downloading ./Lora/
|
288 |
-
if not os.path.exists('./Lora/
|
289 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
290 |
-
print('Downloading ./Lora/
|
291 |
-
if not os.path.exists('./Lora/
|
292 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
293 |
-
print('Downloading ./Lora/liyuuLora_liyuuV1.safetensors')
|
294 |
-
if not os.path.exists('./Lora/liyuuLora_liyuuV1.safetensors') or '7271381e396689ff1ae3d916c27fa00eff7bfa7c' != hashlib.sha1(open('./Lora/liyuuLora_liyuuV1.safetensors', 'rb').read()).hexdigest():
|
295 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/liyuuLora_liyuuV1.safetensors" --create-dirs -o "././Lora/liyuuLora_liyuuV1.safetensors"')
|
296 |
-
print('Downloading ./Lora/stLouisLuxuriousWheels_v1.safetensors')
|
297 |
-
if not os.path.exists('./Lora/stLouisLuxuriousWheels_v1.safetensors') or 'ed1f18571afda5561f20caa29d742d4df5823724' != hashlib.sha1(open('./Lora/stLouisLuxuriousWheels_v1.safetensors', 'rb').read()).hexdigest():
|
298 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/stLouisLuxuriousWheels_v1.safetensors" --create-dirs -o "././Lora/stLouisLuxuriousWheels_v1.safetensors"')
|
299 |
-
print('Downloading ./Lora/shenheLoraCollection_shenheHard.safetensors')
|
300 |
-
if not os.path.exists('./Lora/shenheLoraCollection_shenheHard.safetensors') or '766ddc497b92e568bdc1694161c458dd9b46873d' != hashlib.sha1(open('./Lora/shenheLoraCollection_shenheHard.safetensors', 'rb').read()).hexdigest():
|
301 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/shenheLoraCollection_shenheHard.safetensors" --create-dirs -o "././Lora/shenheLoraCollection_shenheHard.safetensors"')
|
302 |
-
print('Downloading ./Lora/2bNierAutomataLora_v2b.safetensors')
|
303 |
-
if not os.path.exists('./Lora/2bNierAutomataLora_v2b.safetensors') or '9bdfa185eafbe229a4c3a5fb5a22d515f8d59a88' != hashlib.sha1(open('./Lora/2bNierAutomataLora_v2b.safetensors', 'rb').read()).hexdigest():
|
304 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/2bNierAutomataLora_v2b.safetensors" --create-dirs -o "././Lora/2bNierAutomataLora_v2b.safetensors"')
|
305 |
print('Downloading ./Lora/bukkakeLora_v10.safetensors')
|
306 |
if not os.path.exists('./Lora/bukkakeLora_v10.safetensors') or 'd9253d1692db8f4f7ead4da2ba2ba99ea3141086' != hashlib.sha1(open('./Lora/bukkakeLora_v10.safetensors', 'rb').read()).hexdigest():
|
307 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/bukkakeLora_v10.safetensors" --create-dirs -o "././Lora/bukkakeLora_v10.safetensors"')
|
308 |
-
print('Downloading ./Lora/
|
309 |
-
if not os.path.exists('./Lora/
|
310 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
311 |
-
print('Downloading ./Lora/
|
312 |
-
if not os.path.exists('./Lora/
|
313 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
314 |
-
print('Downloading ./Lora/
|
315 |
-
if not os.path.exists('./Lora/
|
316 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
317 |
-
print('Downloading ./Lora/
|
318 |
-
if not os.path.exists('./Lora/
|
319 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
320 |
-
print('Downloading ./Lora/
|
321 |
-
if not os.path.exists('./Lora/
|
322 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
323 |
-
print('Downloading ./Lora/
|
324 |
-
if not os.path.exists('./Lora/
|
325 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
326 |
-
print('Downloading ./Lora/
|
327 |
-
if not os.path.exists('./Lora/
|
328 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
329 |
-
print('Downloading ./Lora/bondageSuspension_v11.safetensors')
|
330 |
-
if not os.path.exists('./Lora/bondageSuspension_v11.safetensors') or '4df2582143b3c3fda9f7ae5afdd7423e65b4df61' != hashlib.sha1(open('./Lora/bondageSuspension_v11.safetensors', 'rb').read()).hexdigest():
|
331 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/bondageSuspension_v11.safetensors" --create-dirs -o "././Lora/bondageSuspension_v11.safetensors"')
|
332 |
-
print('Downloading ./Lora/povImminentPenetration_ipv1.safetensors')
|
333 |
-
if not os.path.exists('./Lora/povImminentPenetration_ipv1.safetensors') or '019f81f116da28855137f68899dfde5589b5e036' != hashlib.sha1(open('./Lora/povImminentPenetration_ipv1.safetensors', 'rb').read()).hexdigest():
|
334 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/povImminentPenetration_ipv1.safetensors" --create-dirs -o "././Lora/povImminentPenetration_ipv1.safetensors"')
|
335 |
print('Downloading ./Lora/makimaChainsawMan_offset64Dim.safetensors')
|
336 |
if not os.path.exists('./Lora/makimaChainsawMan_offset64Dim.safetensors') or '2c1ef85f5259c8c1670db95138810f4944e4f68f' != hashlib.sha1(open('./Lora/makimaChainsawMan_offset64Dim.safetensors', 'rb').read()).hexdigest():
|
337 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/makimaChainsawMan_offset64Dim.safetensors" --create-dirs -o "././Lora/makimaChainsawMan_offset64Dim.safetensors"')
|
338 |
-
print('Downloading ./Lora/
|
339 |
-
if not os.path.exists('./Lora/
|
340 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
341 |
-
print('Downloading ./Lora/
|
342 |
-
if not os.path.exists('./Lora/
|
343 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
344 |
-
print('Downloading ./Lora/
|
345 |
-
if not os.path.exists('./Lora/
|
346 |
-
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
import os
|
4 |
import hashlib
|
|
|
|
|
|
|
5 |
print('Downloading ./file_list.json')
|
6 |
if not os.path.exists('./file_list.json') or 'cc24642ee2cc315c9f96e5b41d25c8aa0ee6f37c' != hashlib.sha1(open('./file_list.json', 'rb').read()).hexdigest():
|
7 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./file_list.json" --create-dirs -o "././file_list.json"')
|
8 |
+
print('Downloading ./download_text.sh')
|
9 |
+
if not os.path.exists('./download_text.sh') or '0c6f0925da7c4b001b6b956eb628a5a7602d5f3c' != hashlib.sha1(open('./download_text.sh', 'rb').read()).hexdigest():
|
10 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./download_text.sh" --create-dirs -o "././download_text.sh"')
|
11 |
+
print('Downloading ./dl.py')
|
12 |
+
if not os.path.exists('./dl.py') or '1d5d86c513e8f7d5373827449438eb260f5eb7ef' != hashlib.sha1(open('./dl.py', 'rb').read()).hexdigest():
|
13 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./dl.py" --create-dirs -o "././dl.py"')
|
14 |
+
print('Downloading ./loraDown.sh')
|
15 |
+
if not os.path.exists('./loraDown.sh') or 'd3bb5f2cc2656ec17bf0d5b38029eace13e7a3cd' != hashlib.sha1(open('./loraDown.sh', 'rb').read()).hexdigest():
|
16 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./loraDown.sh" --create-dirs -o "././loraDown.sh"')
|
17 |
print('Downloading ./download_lora.sh')
|
18 |
if not os.path.exists('./download_lora.sh') or 'ed06dd2f41a601491642fcaa8a2137ede649b69e' != hashlib.sha1(open('./download_lora.sh', 'rb').read()).hexdigest():
|
19 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./download_lora.sh" --create-dirs -o "././download_lora.sh"')
|
|
|
21 |
if not os.path.exists('./.gitattributes') or '35efec71055ba0c3b7c7a1bcf499d0922398679a' != hashlib.sha1(open('./.gitattributes', 'rb').read()).hexdigest():
|
22 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./.gitattributes" --create-dirs -o "././.gitattributes"')
|
23 |
print('Downloading ./gen.py')
|
24 |
+
if not os.path.exists('./gen.py') or '29c9d714963adbe0bcea3cc07a4e5b84d8259a93' != hashlib.sha1(open('./gen.py', 'rb').read()).hexdigest():
|
25 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./gen.py" --create-dirs -o "././gen.py"')
|
26 |
print('Downloading ./download_models.sh')
|
27 |
if not os.path.exists('./download_models.sh') or '0c6f0925da7c4b001b6b956eb628a5a7602d5f3c' != hashlib.sha1(open('./download_models.sh', 'rb').read()).hexdigest():
|
28 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./download_models.sh" --create-dirs -o "././download_models.sh"')
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
print('Downloading ./embeddings/embedding.tar.gz')
|
30 |
if not os.path.exists('./embeddings/embedding.tar.gz') or 'abb4641698f9cff30de29025ea0b2fab82ae66da' != hashlib.sha1(open('./embeddings/embedding.tar.gz', 'rb').read()).hexdigest():
|
31 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./embeddings/embedding.tar.gz" --create-dirs -o "././embeddings/embedding.tar.gz"')
|
|
|
|
|
|
|
32 |
print('Downloading ./Stable-diffusion/Put Stable Diffusion checkpoints here.txt')
|
33 |
if not os.path.exists('./Stable-diffusion/Put Stable Diffusion checkpoints here.txt') or 'da39a3ee5e6b4b0d3255bfef95601890afd80709' != hashlib.sha1(open('./Stable-diffusion/Put Stable Diffusion checkpoints here.txt', 'rb').read()).hexdigest():
|
34 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Stable-diffusion/Put Stable Diffusion checkpoints here.txt" --create-dirs -o "././Stable-diffusion/Put Stable Diffusion checkpoints here.txt"')
|
35 |
+
print('Downloading ./Stable-diffusion/AnimeV2.5.safetensors')
|
36 |
+
if not os.path.exists('./Stable-diffusion/AnimeV2.5.safetensors') or 'da2ed429651457dc4a24f844f6e67aaaa7940b1e' != hashlib.sha1(open('./Stable-diffusion/AnimeV2.5.safetensors', 'rb').read()).hexdigest():
|
37 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Stable-diffusion/AnimeV2.5.safetensors" --create-dirs -o "././Stable-diffusion/AnimeV2.5.safetensors"')
|
38 |
+
print('Downloading ./Stable-diffusion/grapefruitHentaiModel_grapefruitv4.safetensors')
|
39 |
+
if not os.path.exists('./Stable-diffusion/grapefruitHentaiModel_grapefruitv4.safetensors') or '027005eb4b5823db9f42a6494584c7525e6949d1' != hashlib.sha1(open('./Stable-diffusion/grapefruitHentaiModel_grapefruitv4.safetensors', 'rb').read()).hexdigest():
|
40 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Stable-diffusion/grapefruitHentaiModel_grapefruitv4.safetensors" --create-dirs -o "././Stable-diffusion/grapefruitHentaiModel_grapefruitv4.safetensors"')
|
41 |
print('Downloading ./Stable-diffusion/uberRealisticPornMerge_urpmv12.safetensors')
|
42 |
if not os.path.exists('./Stable-diffusion/uberRealisticPornMerge_urpmv12.safetensors') or '655092a0b0bbd29f9e50548aeb5ed66cf5a521ee' != hashlib.sha1(open('./Stable-diffusion/uberRealisticPornMerge_urpmv12.safetensors', 'rb').read()).hexdigest():
|
43 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Stable-diffusion/uberRealisticPornMerge_urpmv12.safetensors" --create-dirs -o "././Stable-diffusion/uberRealisticPornMerge_urpmv12.safetensors"')
|
44 |
+
print('Downloading ./Stable-diffusion/chill-inpaint.inpainting-fp32-ema-only.safetensors')
|
45 |
+
if not os.path.exists('./Stable-diffusion/chill-inpaint.inpainting-fp32-ema-only.safetensors') or '92a0d73fb8dcdfc42a8f61ff0a09e6748a079eb9' != hashlib.sha1(open('./Stable-diffusion/chill-inpaint.inpainting-fp32-ema-only.safetensors', 'rb').read()).hexdigest():
|
46 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Stable-diffusion/chill-inpaint.inpainting-fp32-ema-only.safetensors" --create-dirs -o "././Stable-diffusion/chill-inpaint.inpainting-fp32-ema-only.safetensors"')
|
47 |
+
print('Downloading ./Stable-diffusion/chilloutmix_NiPrunedFp32Fix.safetensors')
|
48 |
+
if not os.path.exists('./Stable-diffusion/chilloutmix_NiPrunedFp32Fix.safetensors') or '2a9c3945540d8051ea41208a599bb412e8c9cdff' != hashlib.sha1(open('./Stable-diffusion/chilloutmix_NiPrunedFp32Fix.safetensors', 'rb').read()).hexdigest():
|
49 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Stable-diffusion/chilloutmix_NiPrunedFp32Fix.safetensors" --create-dirs -o "././Stable-diffusion/chilloutmix_NiPrunedFp32Fix.safetensors"')
|
50 |
+
print('Downloading ./Lora/jackOChallengePoseLora_jackoposefront.safetensors')
|
51 |
+
if not os.path.exists('./Lora/jackOChallengePoseLora_jackoposefront.safetensors') or '3c83dd67844c1e610ccd6e4afedd1232508581a6' != hashlib.sha1(open('./Lora/jackOChallengePoseLora_jackoposefront.safetensors', 'rb').read()).hexdigest():
|
52 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/jackOChallengePoseLora_jackoposefront.safetensors" --create-dirs -o "././Lora/jackOChallengePoseLora_jackoposefront.safetensors"')
|
53 |
+
print('Downloading ./Lora/animeLineartStyle_v20Offset.safetensors')
|
54 |
+
if not os.path.exists('./Lora/animeLineartStyle_v20Offset.safetensors') or 'b99d3f4a4873e7a4cc10965f442c17238c49a227' != hashlib.sha1(open('./Lora/animeLineartStyle_v20Offset.safetensors', 'rb').read()).hexdigest():
|
55 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/animeLineartStyle_v20Offset.safetensors" --create-dirs -o "././Lora/animeLineartStyle_v20Offset.safetensors"')
|
56 |
+
print('Downloading ./Lora/wlopStyleLora_30Epochs.safetensors')
|
57 |
+
if not os.path.exists('./Lora/wlopStyleLora_30Epochs.safetensors') or '51ab32f2ca1d9888b186c20b660459b0cdccabad' != hashlib.sha1(open('./Lora/wlopStyleLora_30Epochs.safetensors', 'rb').read()).hexdigest():
|
58 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/wlopStyleLora_30Epochs.safetensors" --create-dirs -o "././Lora/wlopStyleLora_30Epochs.safetensors"')
|
|
|
|
|
|
|
59 |
print('Downloading ./Lora/povSquattingCowgirlLora_pscowgirl.safetensors')
|
60 |
if not os.path.exists('./Lora/povSquattingCowgirlLora_pscowgirl.safetensors') or 'ee6cf25c41181f91148e39f793a1d24a4eab43ce' != hashlib.sha1(open('./Lora/povSquattingCowgirlLora_pscowgirl.safetensors', 'rb').read()).hexdigest():
|
61 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/povSquattingCowgirlLora_pscowgirl.safetensors" --create-dirs -o "././Lora/povSquattingCowgirlLora_pscowgirl.safetensors"')
|
62 |
print('Downloading ./Lora/shirtliftALORAFor_shirtliftv1.safetensors')
|
63 |
if not os.path.exists('./Lora/shirtliftALORAFor_shirtliftv1.safetensors') or '8b0a6ac1f231d0d63c8e7ba0e754a215315b88b2' != hashlib.sha1(open('./Lora/shirtliftALORAFor_shirtliftv1.safetensors', 'rb').read()).hexdigest():
|
64 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/shirtliftALORAFor_shirtliftv1.safetensors" --create-dirs -o "././Lora/shirtliftALORAFor_shirtliftv1.safetensors"')
|
65 |
+
print('Downloading ./Lora/torinoAquaStyleLora_original.safetensors')
|
66 |
+
if not os.path.exists('./Lora/torinoAquaStyleLora_original.safetensors') or 'c349a9412f14a657ec02e87465297a46e4842cc7' != hashlib.sha1(open('./Lora/torinoAquaStyleLora_original.safetensors', 'rb').read()).hexdigest():
|
67 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/torinoAquaStyleLora_original.safetensors" --create-dirs -o "././Lora/torinoAquaStyleLora_original.safetensors"')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
68 |
print('Downloading ./Lora/animeScreencapStyle_v235epochs.safetensors')
|
69 |
if not os.path.exists('./Lora/animeScreencapStyle_v235epochs.safetensors') or 'd79a5a5632b9ae9d4b6c272e10a63b15464718a5' != hashlib.sha1(open('./Lora/animeScreencapStyle_v235epochs.safetensors', 'rb').read()).hexdigest():
|
70 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/animeScreencapStyle_v235epochs.safetensors" --create-dirs -o "././Lora/animeScreencapStyle_v235epochs.safetensors"')
|
|
|
|
|
|
|
71 |
print('Downloading ./Lora/oversizedShirt_v10.safetensors')
|
72 |
if not os.path.exists('./Lora/oversizedShirt_v10.safetensors') or 'bad59f4ba5ed378663868eb47980bc67e3513456' != hashlib.sha1(open('./Lora/oversizedShirt_v10.safetensors', 'rb').read()).hexdigest():
|
73 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/oversizedShirt_v10.safetensors" --create-dirs -o "././Lora/oversizedShirt_v10.safetensors"')
|
74 |
+
print('Downloading ./Lora/lactation_v11.safetensors')
|
75 |
+
if not os.path.exists('./Lora/lactation_v11.safetensors') or 'd50fa1df7e3c77f1ced0bf59f3189e2de89b6699' != hashlib.sha1(open('./Lora/lactation_v11.safetensors', 'rb').read()).hexdigest():
|
76 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/lactation_v11.safetensors" --create-dirs -o "././Lora/lactation_v11.safetensors"')
|
77 |
+
print('Downloading ./Lora/chilloutmixss_xss10.safetensors')
|
78 |
+
if not os.path.exists('./Lora/chilloutmixss_xss10.safetensors') or '3ea60602c535ce0dfaca5b8c6fc95163570e0a63' != hashlib.sha1(open('./Lora/chilloutmixss_xss10.safetensors', 'rb').read()).hexdigest():
|
79 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/chilloutmixss_xss10.safetensors" --create-dirs -o "././Lora/chilloutmixss_xss10.safetensors"')
|
80 |
+
print('Downloading ./Lora/foldedPose_v1.safetensors')
|
81 |
+
if not os.path.exists('./Lora/foldedPose_v1.safetensors') or '9055551fa375e9baa5f02152d05daafaa1f74807' != hashlib.sha1(open('./Lora/foldedPose_v1.safetensors', 'rb').read()).hexdigest():
|
82 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/foldedPose_v1.safetensors" --create-dirs -o "././Lora/foldedPose_v1.safetensors"')
|
83 |
+
print('Downloading ./Lora/shirtTugPoseLORA_shirtTug.safetensors')
|
84 |
+
if not os.path.exists('./Lora/shirtTugPoseLORA_shirtTug.safetensors') or '0a77f1ef30b67114999c6c06d89a87598c3f03fd' != hashlib.sha1(open('./Lora/shirtTugPoseLORA_shirtTug.safetensors', 'rb').read()).hexdigest():
|
85 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/shirtTugPoseLORA_shirtTug.safetensors" --create-dirs -o "././Lora/shirtTugPoseLORA_shirtTug.safetensors"')
|
86 |
+
print('Downloading ./Lora/hugeAssAndBoobs_v1.safetensors')
|
87 |
+
if not os.path.exists('./Lora/hugeAssAndBoobs_v1.safetensors') or '6948b97fc82dd3ccacff0d04832d18e0218b55e7' != hashlib.sha1(open('./Lora/hugeAssAndBoobs_v1.safetensors', 'rb').read()).hexdigest():
|
88 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/hugeAssAndBoobs_v1.safetensors" --create-dirs -o "././Lora/hugeAssAndBoobs_v1.safetensors"')
|
89 |
+
print('Downloading ./Lora/fashionGirl_v50.safetensors')
|
90 |
+
if not os.path.exists('./Lora/fashionGirl_v50.safetensors') or '979ef1d1a90ca432f814fcb128b382ba3c486571' != hashlib.sha1(open('./Lora/fashionGirl_v50.safetensors', 'rb').read()).hexdigest():
|
91 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/fashionGirl_v50.safetensors" --create-dirs -o "././Lora/fashionGirl_v50.safetensors"')
|
92 |
print('Downloading ./Lora/ganyuGenshinImpact_offset.safetensors')
|
93 |
if not os.path.exists('./Lora/ganyuGenshinImpact_offset.safetensors') or '4197c356227fbba9676c52654207f3096c7c5cb0' != hashlib.sha1(open('./Lora/ganyuGenshinImpact_offset.safetensors', 'rb').read()).hexdigest():
|
94 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/ganyuGenshinImpact_offset.safetensors" --create-dirs -o "././Lora/ganyuGenshinImpact_offset.safetensors"')
|
95 |
+
print('Downloading ./Lora/mikuya_v15.safetensors')
|
96 |
+
if not os.path.exists('./Lora/mikuya_v15.safetensors') or '434ec9d962b415f047237e12699a0cf68c2fc4d0' != hashlib.sha1(open('./Lora/mikuya_v15.safetensors', 'rb').read()).hexdigest():
|
97 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/mikuya_v15.safetensors" --create-dirs -o "././Lora/mikuya_v15.safetensors"')
|
98 |
+
print('Downloading ./Lora/instantCumshot_v1.safetensors')
|
99 |
+
if not os.path.exists('./Lora/instantCumshot_v1.safetensors') or 'd698ce7e484b102b3b5790e3cc913a421171f5a7' != hashlib.sha1(open('./Lora/instantCumshot_v1.safetensors', 'rb').read()).hexdigest():
|
100 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/instantCumshot_v1.safetensors" --create-dirs -o "././Lora/instantCumshot_v1.safetensors"')
|
101 |
+
print('Downloading ./Lora/hipoly3DModelLora_v10.safetensors')
|
102 |
+
if not os.path.exists('./Lora/hipoly3DModelLora_v10.safetensors') or '12220d4aff4aa5220b6255446607dde5a9510e62' != hashlib.sha1(open('./Lora/hipoly3DModelLora_v10.safetensors', 'rb').read()).hexdigest():
|
103 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/hipoly3DModelLora_v10.safetensors" --create-dirs -o "././Lora/hipoly3DModelLora_v10.safetensors"')
|
104 |
print('Downloading ./Lora/lucyCyberpunk_42Epochs.safetensors')
|
105 |
if not os.path.exists('./Lora/lucyCyberpunk_42Epochs.safetensors') or '9524cc323461b257e3a23acd48b6641281647a2a' != hashlib.sha1(open('./Lora/lucyCyberpunk_42Epochs.safetensors', 'rb').read()).hexdigest():
|
106 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/lucyCyberpunk_42Epochs.safetensors" --create-dirs -o "././Lora/lucyCyberpunk_42Epochs.safetensors"')
|
107 |
print('Downloading ./Lora/arcaneStyleLora_original.safetensors')
|
108 |
if not os.path.exists('./Lora/arcaneStyleLora_original.safetensors') or '6ca76091f7b91200400e69ad043ebf67d894750a' != hashlib.sha1(open('./Lora/arcaneStyleLora_original.safetensors', 'rb').read()).hexdigest():
|
109 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/arcaneStyleLora_original.safetensors" --create-dirs -o "././Lora/arcaneStyleLora_original.safetensors"')
|
110 |
+
print('Downloading ./Lora/pantyPullPantyDrop_onlyPullV2.safetensors')
|
111 |
+
if not os.path.exists('./Lora/pantyPullPantyDrop_onlyPullV2.safetensors') or '43ef6be87b5587db8b24c298322d5c28c2b4fc49' != hashlib.sha1(open('./Lora/pantyPullPantyDrop_onlyPullV2.safetensors', 'rb').read()).hexdigest():
|
112 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/pantyPullPantyDrop_onlyPullV2.safetensors" --create-dirs -o "././Lora/pantyPullPantyDrop_onlyPullV2.safetensors"')
|
113 |
+
print('Downloading ./Lora/lickingOral_lora.safetensors')
|
114 |
+
if not os.path.exists('./Lora/lickingOral_lora.safetensors') or '0e64dc2889baf7d1f49458ec344654a708f470e4' != hashlib.sha1(open('./Lora/lickingOral_lora.safetensors', 'rb').read()).hexdigest():
|
115 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/lickingOral_lora.safetensors" --create-dirs -o "././Lora/lickingOral_lora.safetensors"')
|
116 |
+
print('Downloading ./Lora/penisOnFaceFacejob_penisOnFaceV2.safetensors')
|
117 |
+
if not os.path.exists('./Lora/penisOnFaceFacejob_penisOnFaceV2.safetensors') or '99a8fe46ea243fa3e24cfd289da52aba2b8ae331' != hashlib.sha1(open('./Lora/penisOnFaceFacejob_penisOnFaceV2.safetensors', 'rb').read()).hexdigest():
|
118 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/penisOnFaceFacejob_penisOnFaceV2.safetensors" --create-dirs -o "././Lora/penisOnFaceFacejob_penisOnFaceV2.safetensors"')
|
119 |
+
print('Downloading ./Lora/realisticVaginasGodPussy_godpussy2Innie.safetensors')
|
120 |
+
if not os.path.exists('./Lora/realisticVaginasGodPussy_godpussy2Innie.safetensors') or 'cf9076c08c2525ab7d3b7333d88d9ffc370ce83f' != hashlib.sha1(open('./Lora/realisticVaginasGodPussy_godpussy2Innie.safetensors', 'rb').read()).hexdigest():
|
121 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/realisticVaginasGodPussy_godpussy2Innie.safetensors" --create-dirs -o "././Lora/realisticVaginasGodPussy_godpussy2Innie.safetensors"')
|
122 |
+
print('Downloading ./Lora/upshirtUnderboob_v10.safetensors')
|
123 |
+
if not os.path.exists('./Lora/upshirtUnderboob_v10.safetensors') or '65f06817295830269f2e8de708271e110de9f9fb' != hashlib.sha1(open('./Lora/upshirtUnderboob_v10.safetensors', 'rb').read()).hexdigest():
|
124 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/upshirtUnderboob_v10.safetensors" --create-dirs -o "././Lora/upshirtUnderboob_v10.safetensors"')
|
125 |
+
print('Downloading ./Lora/2bNierAutomataLora_v2b.safetensors')
|
126 |
+
if not os.path.exists('./Lora/2bNierAutomataLora_v2b.safetensors') or '9bdfa185eafbe229a4c3a5fb5a22d515f8d59a88' != hashlib.sha1(open('./Lora/2bNierAutomataLora_v2b.safetensors', 'rb').read()).hexdigest():
|
127 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/2bNierAutomataLora_v2b.safetensors" --create-dirs -o "././Lora/2bNierAutomataLora_v2b.safetensors"')
|
128 |
+
print('Downloading ./Lora/uberRealisticPornMerge_urpmv12320LORA.safetensors')
|
129 |
+
if not os.path.exists('./Lora/uberRealisticPornMerge_urpmv12320LORA.safetensors') or 'ec93e3f70ef76c65201dc1427f8c32f734521144' != hashlib.sha1(open('./Lora/uberRealisticPornMerge_urpmv12320LORA.safetensors', 'rb').read()).hexdigest():
|
130 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/uberRealisticPornMerge_urpmv12320LORA.safetensors" --create-dirs -o "././Lora/uberRealisticPornMerge_urpmv12320LORA.safetensors"')
|
131 |
+
print('Downloading ./Lora/stLouisLuxuriousWheels_v1.safetensors')
|
132 |
+
if not os.path.exists('./Lora/stLouisLuxuriousWheels_v1.safetensors') or 'ed1f18571afda5561f20caa29d742d4df5823724' != hashlib.sha1(open('./Lora/stLouisLuxuriousWheels_v1.safetensors', 'rb').read()).hexdigest():
|
133 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/stLouisLuxuriousWheels_v1.safetensors" --create-dirs -o "././Lora/stLouisLuxuriousWheels_v1.safetensors"')
|
134 |
+
print('Downloading ./Lora/aliceNikke_v30.safetensors')
|
135 |
+
if not os.path.exists('./Lora/aliceNikke_v30.safetensors') or '31db1fd77a4d1c273eed451a8c4fed88cf24a543' != hashlib.sha1(open('./Lora/aliceNikke_v30.safetensors', 'rb').read()).hexdigest():
|
136 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/aliceNikke_v30.safetensors" --create-dirs -o "././Lora/aliceNikke_v30.safetensors"')
|
137 |
+
print('Downloading ./Lora/povImminentPenetration_ipv1.safetensors')
|
138 |
+
if not os.path.exists('./Lora/povImminentPenetration_ipv1.safetensors') or '019f81f116da28855137f68899dfde5589b5e036' != hashlib.sha1(open('./Lora/povImminentPenetration_ipv1.safetensors', 'rb').read()).hexdigest():
|
139 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/povImminentPenetration_ipv1.safetensors" --create-dirs -o "././Lora/povImminentPenetration_ipv1.safetensors"')
|
140 |
+
print('Downloading ./Lora/lottalewdsBallsDeep_v1.safetensors')
|
141 |
+
if not os.path.exists('./Lora/lottalewdsBallsDeep_v1.safetensors') or '7958ab0f9b8eff5dd8e108b8334b901e69cc35a1' != hashlib.sha1(open('./Lora/lottalewdsBallsDeep_v1.safetensors', 'rb').read()).hexdigest():
|
142 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/lottalewdsBallsDeep_v1.safetensors" --create-dirs -o "././Lora/lottalewdsBallsDeep_v1.safetensors"')
|
143 |
+
print('Downloading ./Lora/darkMagicianGirlLora_1.safetensors')
|
144 |
+
if not os.path.exists('./Lora/darkMagicianGirlLora_1.safetensors') or '00897bba521ad505278f9b4a0807a52f39f5dbe3' != hashlib.sha1(open('./Lora/darkMagicianGirlLora_1.safetensors', 'rb').read()).hexdigest():
|
145 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/darkMagicianGirlLora_1.safetensors" --create-dirs -o "././Lora/darkMagicianGirlLora_1.safetensors"')
|
146 |
+
print('Downloading ./Lora/cuteGirlMix4_v10.safetensors')
|
147 |
+
if not os.path.exists('./Lora/cuteGirlMix4_v10.safetensors') or '34211f120b804c747f256b495a42cb233d8fa5eb' != hashlib.sha1(open('./Lora/cuteGirlMix4_v10.safetensors', 'rb').read()).hexdigest():
|
148 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/cuteGirlMix4_v10.safetensors" --create-dirs -o "././Lora/cuteGirlMix4_v10.safetensors"')
|
149 |
+
print('Downloading ./Lora/koreanDollLikeness_v15.safetensors')
|
150 |
+
if not os.path.exists('./Lora/koreanDollLikeness_v15.safetensors') or '13eeb1811c0c6b4fd906791af98ceec45fcee400' != hashlib.sha1(open('./Lora/koreanDollLikeness_v15.safetensors', 'rb').read()).hexdigest():
|
151 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/koreanDollLikeness_v15.safetensors" --create-dirs -o "././Lora/koreanDollLikeness_v15.safetensors"')
|
152 |
+
print('Downloading ./Lora/reverseSuspended_rscongresslora.safetensors')
|
153 |
+
if not os.path.exists('./Lora/reverseSuspended_rscongresslora.safetensors') or 'cc2bb70c42a299802f000d25a70436d12843632e' != hashlib.sha1(open('./Lora/reverseSuspended_rscongresslora.safetensors', 'rb').read()).hexdigest():
|
154 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/reverseSuspended_rscongresslora.safetensors" --create-dirs -o "././Lora/reverseSuspended_rscongresslora.safetensors"')
|
155 |
+
print('Downloading ./Lora/hanfu_v28.safetensors')
|
156 |
+
if not os.path.exists('./Lora/hanfu_v28.safetensors') or '9dbcc6d90a4a11bce33e89bf1de55564c6ef6ee0' != hashlib.sha1(open('./Lora/hanfu_v28.safetensors', 'rb').read()).hexdigest():
|
157 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/hanfu_v28.safetensors" --create-dirs -o "././Lora/hanfu_v28.safetensors"')
|
158 |
+
print('Downloading ./Lora/perfectPussy_newb0001.safetensors')
|
159 |
+
if not os.path.exists('./Lora/perfectPussy_newb0001.safetensors') or '8228992f0480d74253aabf80a5ad10e1f4a36587' != hashlib.sha1(open('./Lora/perfectPussy_newb0001.safetensors', 'rb').read()).hexdigest():
|
160 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/perfectPussy_newb0001.safetensors" --create-dirs -o "././Lora/perfectPussy_newb0001.safetensors"')
|
161 |
+
print('Downloading ./Lora/arknightsTexasThe_v10.safetensors')
|
162 |
+
if not os.path.exists('./Lora/arknightsTexasThe_v10.safetensors') or 'abf3a51dd9227ec5e92dbdbb96bc878d8d457775' != hashlib.sha1(open('./Lora/arknightsTexasThe_v10.safetensors', 'rb').read()).hexdigest():
|
163 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/arknightsTexasThe_v10.safetensors" --create-dirs -o "././Lora/arknightsTexasThe_v10.safetensors"')
|
164 |
+
print('Downloading ./Lora/onePieceWanoSagaStyle_v2Original.safetensors')
|
165 |
+
if not os.path.exists('./Lora/onePieceWanoSagaStyle_v2Original.safetensors') or 'cdc69a93605fdca12ff9f05253bcd2ea4341e707' != hashlib.sha1(open('./Lora/onePieceWanoSagaStyle_v2Original.safetensors', 'rb').read()).hexdigest():
|
166 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/onePieceWanoSagaStyle_v2Original.safetensors" --create-dirs -o "././Lora/onePieceWanoSagaStyle_v2Original.safetensors"')
|
167 |
+
print('Downloading ./Lora/split_lora32V1.safetensors')
|
168 |
+
if not os.path.exists('./Lora/split_lora32V1.safetensors') or '3e42cbdbbfcb3ca80328329c3453b1b4d1f91372' != hashlib.sha1(open('./Lora/split_lora32V1.safetensors', 'rb').read()).hexdigest():
|
169 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/split_lora32V1.safetensors" --create-dirs -o "././Lora/split_lora32V1.safetensors"')
|
170 |
+
print('Downloading ./Lora/elegantHanfuRuqun_v10.safetensors')
|
171 |
+
if not os.path.exists('./Lora/elegantHanfuRuqun_v10.safetensors') or 'dad8ac261f652ddfe604ee9801d3ede3904db6dd' != hashlib.sha1(open('./Lora/elegantHanfuRuqun_v10.safetensors', 'rb').read()).hexdigest():
|
172 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/elegantHanfuRuqun_v10.safetensors" --create-dirs -o "././Lora/elegantHanfuRuqun_v10.safetensors"')
|
173 |
+
print('Downloading ./Lora/yaeMikoRealistic_yaemikoMixed.safetensors')
|
174 |
+
if not os.path.exists('./Lora/yaeMikoRealistic_yaemikoMixed.safetensors') or 'bd2bcc1e9f90e7b7da0d33d49dbfd09641197c7b' != hashlib.sha1(open('./Lora/yaeMikoRealistic_yaemikoMixed.safetensors', 'rb').read()).hexdigest():
|
175 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/yaeMikoRealistic_yaemikoMixed.safetensors" --create-dirs -o "././Lora/yaeMikoRealistic_yaemikoMixed.safetensors"')
|
176 |
+
print('Downloading ./Lora/pantyPullClothesPull_v10.safetensors')
|
177 |
+
if not os.path.exists('./Lora/pantyPullClothesPull_v10.safetensors') or '2a5720c7fd3cdcc36816c4c1653ca1c8ea172754' != hashlib.sha1(open('./Lora/pantyPullClothesPull_v10.safetensors', 'rb').read()).hexdigest():
|
178 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/pantyPullClothesPull_v10.safetensors" --create-dirs -o "././Lora/pantyPullClothesPull_v10.safetensors"')
|
179 |
+
print('Downloading ./Lora/liyuuLora_liyuuV1.safetensors')
|
180 |
+
if not os.path.exists('./Lora/liyuuLora_liyuuV1.safetensors') or '7271381e396689ff1ae3d916c27fa00eff7bfa7c' != hashlib.sha1(open('./Lora/liyuuLora_liyuuV1.safetensors', 'rb').read()).hexdigest():
|
181 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/liyuuLora_liyuuV1.safetensors" --create-dirs -o "././Lora/liyuuLora_liyuuV1.safetensors"')
|
182 |
print('Downloading ./Lora/povCunnilingusLesbian_v10.safetensors')
|
183 |
if not os.path.exists('./Lora/povCunnilingusLesbian_v10.safetensors') or '6ea569bc9534d7aa25b48361d2ea6b647ef1d57d' != hashlib.sha1(open('./Lora/povCunnilingusLesbian_v10.safetensors', 'rb').read()).hexdigest():
|
184 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/povCunnilingusLesbian_v10.safetensors" --create-dirs -o "././Lora/povCunnilingusLesbian_v10.safetensors"')
|
185 |
print('Downloading ./Lora/slingshotSwimsuit_v13.safetensors')
|
186 |
if not os.path.exists('./Lora/slingshotSwimsuit_v13.safetensors') or 'd7e09738d34f60e216a0d8b4fef85d000cab47dd' != hashlib.sha1(open('./Lora/slingshotSwimsuit_v13.safetensors', 'rb').read()).hexdigest():
|
187 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/slingshotSwimsuit_v13.safetensors" --create-dirs -o "././Lora/slingshotSwimsuit_v13.safetensors"')
|
188 |
+
print('Downloading ./Lora/xRayHentai25_xRayHentai25.safetensors')
|
189 |
+
if not os.path.exists('./Lora/xRayHentai25_xRayHentai25.safetensors') or '589d714763b3d3bf41729355935b2a71289cc911' != hashlib.sha1(open('./Lora/xRayHentai25_xRayHentai25.safetensors', 'rb').read()).hexdigest():
|
190 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/xRayHentai25_xRayHentai25.safetensors" --create-dirs -o "././Lora/xRayHentai25_xRayHentai25.safetensors"')
|
191 |
+
print('Downloading ./Lora/koreanDollLikenesss_v10.safetensors')
|
192 |
+
if not os.path.exists('./Lora/koreanDollLikenesss_v10.safetensors') or '13eeb1811c0c6b4fd906791af98ceec45fcee400' != hashlib.sha1(open('./Lora/koreanDollLikenesss_v10.safetensors', 'rb').read()).hexdigest():
|
193 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/koreanDollLikenesss_v10.safetensors" --create-dirs -o "././Lora/koreanDollLikenesss_v10.safetensors"')
|
194 |
+
print('Downloading ./Lora/shenheLoraCollection_shenheHard.safetensors')
|
195 |
+
if not os.path.exists('./Lora/shenheLoraCollection_shenheHard.safetensors') or '766ddc497b92e568bdc1694161c458dd9b46873d' != hashlib.sha1(open('./Lora/shenheLoraCollection_shenheHard.safetensors', 'rb').read()).hexdigest():
|
196 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/shenheLoraCollection_shenheHard.safetensors" --create-dirs -o "././Lora/shenheLoraCollection_shenheHard.safetensors"')
|
197 |
+
print('Downloading ./Lora/LoraBraless_v11.safetensors')
|
198 |
+
if not os.path.exists('./Lora/LoraBraless_v11.safetensors') or '447076ec094416c8eb709cd3d3ec75f9fe36c654' != hashlib.sha1(open('./Lora/LoraBraless_v11.safetensors', 'rb').read()).hexdigest():
|
199 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/LoraBraless_v11.safetensors" --create-dirs -o "././Lora/LoraBraless_v11.safetensors"')
|
200 |
+
print('Downloading ./Lora/virtualgirlAim_v30.safetensors')
|
201 |
+
if not os.path.exists('./Lora/virtualgirlAim_v30.safetensors') or 'd9836ebe0c34c198a51a4c8938cd979a33cd397a' != hashlib.sha1(open('./Lora/virtualgirlAim_v30.safetensors', 'rb').read()).hexdigest():
|
202 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/virtualgirlAim_v30.safetensors" --create-dirs -o "././Lora/virtualgirlAim_v30.safetensors"')
|
203 |
+
print('Downloading ./Lora/bondageSuspension_v11.safetensors')
|
204 |
+
if not os.path.exists('./Lora/bondageSuspension_v11.safetensors') or '4df2582143b3c3fda9f7ae5afdd7423e65b4df61' != hashlib.sha1(open('./Lora/bondageSuspension_v11.safetensors', 'rb').read()).hexdigest():
|
205 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/bondageSuspension_v11.safetensors" --create-dirs -o "././Lora/bondageSuspension_v11.safetensors"')
|
206 |
+
print('Downloading ./Lora/extendedDownblouse_v10.safetensors')
|
207 |
+
if not os.path.exists('./Lora/extendedDownblouse_v10.safetensors') or 'c7a4ccb1b79b6d1996f82623a9b52cf664dae007' != hashlib.sha1(open('./Lora/extendedDownblouse_v10.safetensors', 'rb').read()).hexdigest():
|
208 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/extendedDownblouse_v10.safetensors" --create-dirs -o "././Lora/extendedDownblouse_v10.safetensors"')
|
209 |
+
print('Downloading ./Lora/breastsOnGlass_v10.safetensors')
|
210 |
+
if not os.path.exists('./Lora/breastsOnGlass_v10.safetensors') or '5b3605c58a8e6534ca40cc5d841359a518e6f95a' != hashlib.sha1(open('./Lora/breastsOnGlass_v10.safetensors', 'rb').read()).hexdigest():
|
211 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/breastsOnGlass_v10.safetensors" --create-dirs -o "././Lora/breastsOnGlass_v10.safetensors"')
|
212 |
+
print('Downloading ./Lora/creampie_V11.safetensors')
|
213 |
+
if not os.path.exists('./Lora/creampie_V11.safetensors') or '067bc0a4cd657ab2cb04122418fe8d8c1d2fb38c' != hashlib.sha1(open('./Lora/creampie_V11.safetensors', 'rb').read()).hexdigest():
|
214 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/creampie_V11.safetensors" --create-dirs -o "././Lora/creampie_V11.safetensors"')
|
215 |
print('Downloading ./Lora/realisticVaginasGod_sdVSGp1S.safetensors')
|
216 |
if not os.path.exists('./Lora/realisticVaginasGod_sdVSGp1S.safetensors') or '84ce8f7f366a53cc406eb1c4512d3707714cb2ee' != hashlib.sha1(open('./Lora/realisticVaginasGod_sdVSGp1S.safetensors', 'rb').read()).hexdigest():
|
217 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/realisticVaginasGod_sdVSGp1S.safetensors" --create-dirs -o "././Lora/realisticVaginasGod_sdVSGp1S.safetensors"')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
218 |
print('Downloading ./Lora/breastfeedingHandjob_v10.safetensors')
|
219 |
if not os.path.exists('./Lora/breastfeedingHandjob_v10.safetensors') or 'd54beb9dcd95e50ee18580d1009af79581b1b586' != hashlib.sha1(open('./Lora/breastfeedingHandjob_v10.safetensors', 'rb').read()).hexdigest():
|
220 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/breastfeedingHandjob_v10.safetensors" --create-dirs -o "././Lora/breastfeedingHandjob_v10.safetensors"')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
221 |
print('Downloading ./Lora/realisticTitfuck_titfuckRealisticEpoch.safetensors')
|
222 |
if not os.path.exists('./Lora/realisticTitfuck_titfuckRealisticEpoch.safetensors') or 'af130165dee7de9be2f29e3bbc7e187b925d1ab3' != hashlib.sha1(open('./Lora/realisticTitfuck_titfuckRealisticEpoch.safetensors', 'rb').read()).hexdigest():
|
223 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/realisticTitfuck_titfuckRealisticEpoch.safetensors" --create-dirs -o "././Lora/realisticTitfuck_titfuckRealisticEpoch.safetensors"')
|
224 |
+
print('Downloading ./Lora/ahegaoRollingEyes_v1114.safetensors')
|
225 |
+
if not os.path.exists('./Lora/ahegaoRollingEyes_v1114.safetensors') or '54407eb49fac95cf5e674813c656e9162a5723b5' != hashlib.sha1(open('./Lora/ahegaoRollingEyes_v1114.safetensors', 'rb').read()).hexdigest():
|
226 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/ahegaoRollingEyes_v1114.safetensors" --create-dirs -o "././Lora/ahegaoRollingEyes_v1114.safetensors"')
|
227 |
+
print('Downloading ./Lora/povDoggystyleLora1MB_povdoggy.safetensors')
|
228 |
+
if not os.path.exists('./Lora/povDoggystyleLora1MB_povdoggy.safetensors') or 'ddc3679f5a1d950a6a6324b2b576fe153e07b9ee' != hashlib.sha1(open('./Lora/povDoggystyleLora1MB_povdoggy.safetensors', 'rb').read()).hexdigest():
|
229 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/povDoggystyleLora1MB_povdoggy.safetensors" --create-dirs -o "././Lora/povDoggystyleLora1MB_povdoggy.safetensors"')
|
230 |
+
print('Downloading ./Lora/doggystyleFromSide_dsv02.safetensors')
|
231 |
+
if not os.path.exists('./Lora/doggystyleFromSide_dsv02.safetensors') or '3ebb3224b1aae54c4c369b239cbe8a293b581d32' != hashlib.sha1(open('./Lora/doggystyleFromSide_dsv02.safetensors', 'rb').read()).hexdigest():
|
232 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/doggystyleFromSide_dsv02.safetensors" --create-dirs -o "././Lora/doggystyleFromSide_dsv02.safetensors"')
|
233 |
+
print('Downloading ./Lora/pantPullDownLora_pantpulldownV1.safetensors')
|
234 |
+
if not os.path.exists('./Lora/pantPullDownLora_pantpulldownV1.safetensors') or 'b36c32deadc354ebeabf002367f9860c5b62d4b9' != hashlib.sha1(open('./Lora/pantPullDownLora_pantpulldownV1.safetensors', 'rb').read()).hexdigest():
|
235 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/pantPullDownLora_pantpulldownV1.safetensors" --create-dirs -o "././Lora/pantPullDownLora_pantpulldownV1.safetensors"')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
print('Downloading ./Lora/femaleMasturbation_v1.safetensors')
|
237 |
if not os.path.exists('./Lora/femaleMasturbation_v1.safetensors') or '021305ed0c9188fd0907583ff7101ae3b52f0365' != hashlib.sha1(open('./Lora/femaleMasturbation_v1.safetensors', 'rb').read()).hexdigest():
|
238 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/femaleMasturbation_v1.safetensors" --create-dirs -o "././Lora/femaleMasturbation_v1.safetensors"')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
239 |
print('Downloading ./Lora/fte_futuanerV1.safetensors')
|
240 |
if not os.path.exists('./Lora/fte_futuanerV1.safetensors') or 'fe41f4c643ffc7bdad5cb617b06234af36e4f049' != hashlib.sha1(open('./Lora/fte_futuanerV1.safetensors', 'rb').read()).hexdigest():
|
241 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/fte_futuanerV1.safetensors" --create-dirs -o "././Lora/fte_futuanerV1.safetensors"')
|
242 |
+
print('Downloading ./Lora/raidenShogunRealistic_raidenshogunHandsfix.safetensors')
|
243 |
+
if not os.path.exists('./Lora/raidenShogunRealistic_raidenshogunHandsfix.safetensors') or '383f94641c6919d14fd83318f2cee87247347939' != hashlib.sha1(open('./Lora/raidenShogunRealistic_raidenshogunHandsfix.safetensors', 'rb').read()).hexdigest():
|
244 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/raidenShogunRealistic_raidenshogunHandsfix.safetensors" --create-dirs -o "././Lora/raidenShogunRealistic_raidenshogunHandsfix.safetensors"')
|
245 |
+
print('Downloading ./Lora/reverseTranslucent_v10.safetensors')
|
246 |
+
if not os.path.exists('./Lora/reverseTranslucent_v10.safetensors') or '1cbf201ead055d11c82f45a5b2ec7f86113ea76a' != hashlib.sha1(open('./Lora/reverseTranslucent_v10.safetensors', 'rb').read()).hexdigest():
|
247 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/reverseTranslucent_v10.safetensors" --create-dirs -o "././Lora/reverseTranslucent_v10.safetensors"')
|
248 |
+
print('Downloading ./Lora/povPaizuriLora1MB_povpaizuri.safetensors')
|
249 |
+
if not os.path.exists('./Lora/povPaizuriLora1MB_povpaizuri.safetensors') or '8c1e92ee785157655b0f11b8b0ea8ba5364cd2c5' != hashlib.sha1(open('./Lora/povPaizuriLora1MB_povpaizuri.safetensors', 'rb').read()).hexdigest():
|
250 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/povPaizuriLora1MB_povpaizuri.safetensors" --create-dirs -o "././Lora/povPaizuriLora1MB_povpaizuri.safetensors"')
|
251 |
+
print('Downloading ./Lora/tgirlsV2_tgirlV2.safetensors')
|
252 |
+
if not os.path.exists('./Lora/tgirlsV2_tgirlV2.safetensors') or '07b73c2a17765c55388ef993ff1f7d2958648221' != hashlib.sha1(open('./Lora/tgirlsV2_tgirlV2.safetensors', 'rb').read()).hexdigest():
|
253 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/tgirlsV2_tgirlV2.safetensors" --create-dirs -o "././Lora/tgirlsV2_tgirlV2.safetensors"')
|
254 |
print('Downloading ./Lora/Moxin_Shukezouma11.safetensors')
|
255 |
if not os.path.exists('./Lora/Moxin_Shukezouma11.safetensors') or '456d0fef323de02d12b24deed4cde5cc63226850' != hashlib.sha1(open('./Lora/Moxin_Shukezouma11.safetensors', 'rb').read()).hexdigest():
|
256 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/Moxin_Shukezouma11.safetensors" --create-dirs -o "././Lora/Moxin_Shukezouma11.safetensors"')
|
257 |
+
print('Downloading ./Lora/ahegao_v1.safetensors')
|
258 |
+
if not os.path.exists('./Lora/ahegao_v1.safetensors') or 'db306b6ba97abfdac14dc6840aaa85db6661e782' != hashlib.sha1(open('./Lora/ahegao_v1.safetensors', 'rb').read()).hexdigest():
|
259 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/ahegao_v1.safetensors" --create-dirs -o "././Lora/ahegao_v1.safetensors"')
|
260 |
print('Downloading ./Lora/taiwanDollLikeness_v10.safetensors')
|
261 |
if not os.path.exists('./Lora/taiwanDollLikeness_v10.safetensors') or '9640a5a14032ef06bba402ba8bbc88c518450253' != hashlib.sha1(open('./Lora/taiwanDollLikeness_v10.safetensors', 'rb').read()).hexdigest():
|
262 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/taiwanDollLikeness_v10.safetensors" --create-dirs -o "././Lora/taiwanDollLikeness_v10.safetensors"')
|
263 |
+
print('Downloading ./Lora/saikaKawakita_saikaV30.safetensors')
|
264 |
+
if not os.path.exists('./Lora/saikaKawakita_saikaV30.safetensors') or '72317ff11404c0bef49e46da98510ed639062bac' != hashlib.sha1(open('./Lora/saikaKawakita_saikaV30.safetensors', 'rb').read()).hexdigest():
|
265 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/saikaKawakita_saikaV30.safetensors" --create-dirs -o "././Lora/saikaKawakita_saikaV30.safetensors"')
|
266 |
+
print('Downloading ./Lora/koreanDollLikeness_v10.safetensors')
|
267 |
+
if not os.path.exists('./Lora/koreanDollLikeness_v10.safetensors') or '13eeb1811c0c6b4fd906791af98ceec45fcee400' != hashlib.sha1(open('./Lora/koreanDollLikeness_v10.safetensors', 'rb').read()).hexdigest():
|
268 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/koreanDollLikeness_v10.safetensors" --create-dirs -o "././Lora/koreanDollLikeness_v10.safetensors"')
|
269 |
+
print('Downloading ./Lora/redoOfPovbjer_v2.safetensors')
|
270 |
+
if not os.path.exists('./Lora/redoOfPovbjer_v2.safetensors') or '35a203267221de5a6d1a1636abf22543b638c390' != hashlib.sha1(open('./Lora/redoOfPovbjer_v2.safetensors', 'rb').read()).hexdigest():
|
271 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/redoOfPovbjer_v2.safetensors" --create-dirs -o "././Lora/redoOfPovbjer_v2.safetensors"')
|
272 |
+
print('Downloading ./Lora/StandingDoggystyle_v11a.safetensors')
|
273 |
+
if not os.path.exists('./Lora/StandingDoggystyle_v11a.safetensors') or '9bac97e01676c90ea05c7de4f69b5078ef0eec61' != hashlib.sha1(open('./Lora/StandingDoggystyle_v11a.safetensors', 'rb').read()).hexdigest():
|
274 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/StandingDoggystyle_v11a.safetensors" --create-dirs -o "././Lora/StandingDoggystyle_v11a.safetensors"')
|
275 |
+
print('Downloading ./Lora/epiNoiseoffset_v2Pynoise.safetensors')
|
276 |
+
if not os.path.exists('./Lora/epiNoiseoffset_v2Pynoise.safetensors') or '51312c4bf724b71dbc813d1c5de407f7a9246115' != hashlib.sha1(open('./Lora/epiNoiseoffset_v2Pynoise.safetensors', 'rb').read()).hexdigest():
|
277 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/epiNoiseoffset_v2Pynoise.safetensors" --create-dirs -o "././Lora/epiNoiseoffset_v2Pynoise.safetensors"')
|
278 |
print('Downloading ./Lora/LORAChineseDoll_chinesedolllikeness1.safetensors')
|
279 |
if not os.path.exists('./Lora/LORAChineseDoll_chinesedolllikeness1.safetensors') or '867b084f7b30c7e19971496e1334c35e499c43f9' != hashlib.sha1(open('./Lora/LORAChineseDoll_chinesedolllikeness1.safetensors', 'rb').read()).hexdigest():
|
280 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/LORAChineseDoll_chinesedolllikeness1.safetensors" --create-dirs -o "././Lora/LORAChineseDoll_chinesedolllikeness1.safetensors"')
|
281 |
+
print('Downloading ./Lora/tifaMeenow_tifaV2.safetensors')
|
282 |
+
if not os.path.exists('./Lora/tifaMeenow_tifaV2.safetensors') or 'ce596d3f7439f873fea9d87a16c74b37b0c0928f' != hashlib.sha1(open('./Lora/tifaMeenow_tifaV2.safetensors', 'rb').read()).hexdigest():
|
283 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/tifaMeenow_tifaV2.safetensors" --create-dirs -o "././Lora/tifaMeenow_tifaV2.safetensors"')
|
284 |
+
print('Downloading ./Lora/japaneseDollLikeness_v10.safetensors')
|
285 |
+
if not os.path.exists('./Lora/japaneseDollLikeness_v10.safetensors') or 'dc0756d0176a4d6ecf86c978a2086b6c28e6e5dd' != hashlib.sha1(open('./Lora/japaneseDollLikeness_v10.safetensors', 'rb').read()).hexdigest():
|
286 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/japaneseDollLikeness_v10.safetensors" --create-dirs -o "././Lora/japaneseDollLikeness_v10.safetensors"')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
287 |
print('Downloading ./Lora/bukkakeLora_v10.safetensors')
|
288 |
if not os.path.exists('./Lora/bukkakeLora_v10.safetensors') or 'd9253d1692db8f4f7ead4da2ba2ba99ea3141086' != hashlib.sha1(open('./Lora/bukkakeLora_v10.safetensors', 'rb').read()).hexdigest():
|
289 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/bukkakeLora_v10.safetensors" --create-dirs -o "././Lora/bukkakeLora_v10.safetensors"')
|
290 |
+
print('Downloading ./Lora/murkysCumOnTongue_1.safetensors')
|
291 |
+
if not os.path.exists('./Lora/murkysCumOnTongue_1.safetensors') or '177f34af674d94dc36ccf290791ec2aadb60740e' != hashlib.sha1(open('./Lora/murkysCumOnTongue_1.safetensors', 'rb').read()).hexdigest():
|
292 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/murkysCumOnTongue_1.safetensors" --create-dirs -o "././Lora/murkysCumOnTongue_1.safetensors"')
|
293 |
+
print('Downloading ./Lora/russianDollLikeness_v3.safetensors')
|
294 |
+
if not os.path.exists('./Lora/russianDollLikeness_v3.safetensors') or 'd25c1c02b573976ec6fe585f76a2de60f3516a91' != hashlib.sha1(open('./Lora/russianDollLikeness_v3.safetensors', 'rb').read()).hexdigest():
|
295 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/russianDollLikeness_v3.safetensors" --create-dirs -o "././Lora/russianDollLikeness_v3.safetensors"')
|
296 |
+
print('Downloading ./Lora/liuyifei_10.safetensors')
|
297 |
+
if not os.path.exists('./Lora/liuyifei_10.safetensors') or '91fc4291890c352f88f1766e29ffd9746dafaf17' != hashlib.sha1(open('./Lora/liuyifei_10.safetensors', 'rb').read()).hexdigest():
|
298 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/liuyifei_10.safetensors" --create-dirs -o "././Lora/liuyifei_10.safetensors"')
|
299 |
+
print('Downloading ./Lora/shojovibe_v11.safetensors')
|
300 |
+
if not os.path.exists('./Lora/shojovibe_v11.safetensors') or '35cc99e431dd57ba93ca6694f621822d9c043920' != hashlib.sha1(open('./Lora/shojovibe_v11.safetensors', 'rb').read()).hexdigest():
|
301 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/shojovibe_v11.safetensors" --create-dirs -o "././Lora/shojovibe_v11.safetensors"')
|
302 |
+
print('Downloading ./Lora/ConceptImpliedFellatio_ConceptImpliedFellatio.safetensors')
|
303 |
+
if not os.path.exists('./Lora/ConceptImpliedFellatio_ConceptImpliedFellatio.safetensors') or '867f0978665c559b5f4989098d5eedfe9219256f' != hashlib.sha1(open('./Lora/ConceptImpliedFellatio_ConceptImpliedFellatio.safetensors', 'rb').read()).hexdigest():
|
304 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/ConceptImpliedFellatio_ConceptImpliedFellatio.safetensors" --create-dirs -o "././Lora/ConceptImpliedFellatio_ConceptImpliedFellatio.safetensors"')
|
305 |
+
print('Downloading ./Lora/inniesBetterVulva_v11.safetensors')
|
306 |
+
if not os.path.exists('./Lora/inniesBetterVulva_v11.safetensors') or 'c1a7bc94c83ea078dee0aacc3c5f3ae1c3fee570' != hashlib.sha1(open('./Lora/inniesBetterVulva_v11.safetensors', 'rb').read()).hexdigest():
|
307 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/inniesBetterVulva_v11.safetensors" --create-dirs -o "././Lora/inniesBetterVulva_v11.safetensors"')
|
308 |
+
print('Downloading ./Lora/downblouseForBoobs_v1.safetensors')
|
309 |
+
if not os.path.exists('./Lora/downblouseForBoobs_v1.safetensors') or 'c9b81d1aaa8279c51b892c398a800e7a1db53475' != hashlib.sha1(open('./Lora/downblouseForBoobs_v1.safetensors', 'rb').read()).hexdigest():
|
310 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/downblouseForBoobs_v1.safetensors" --create-dirs -o "././Lora/downblouseForBoobs_v1.safetensors"')
|
|
|
|
|
|
|
|
|
|
|
|
|
311 |
print('Downloading ./Lora/makimaChainsawMan_offset64Dim.safetensors')
|
312 |
if not os.path.exists('./Lora/makimaChainsawMan_offset64Dim.safetensors') or '2c1ef85f5259c8c1670db95138810f4944e4f68f' != hashlib.sha1(open('./Lora/makimaChainsawMan_offset64Dim.safetensors', 'rb').read()).hexdigest():
|
313 |
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/makimaChainsawMan_offset64Dim.safetensors" --create-dirs -o "././Lora/makimaChainsawMan_offset64Dim.safetensors"')
|
314 |
+
print('Downloading ./Lora/animeTarotCardArtStyleLora_v20Offset.safetensors')
|
315 |
+
if not os.path.exists('./Lora/animeTarotCardArtStyleLora_v20Offset.safetensors') or 'fe83af79fbf6138ad35e017618c847e77e445bd7' != hashlib.sha1(open('./Lora/animeTarotCardArtStyleLora_v20Offset.safetensors', 'rb').read()).hexdigest():
|
316 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/animeTarotCardArtStyleLora_v20Offset.safetensors" --create-dirs -o "././Lora/animeTarotCardArtStyleLora_v20Offset.safetensors"')
|
317 |
+
print('Downloading ./Lora/milkingMachine_v12.safetensors')
|
318 |
+
if not os.path.exists('./Lora/milkingMachine_v12.safetensors') or '51e6ec68d78f8937cae9cc2d61a19c9634e4ee76' != hashlib.sha1(open('./Lora/milkingMachine_v12.safetensors', 'rb').read()).hexdigest():
|
319 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/milkingMachine_v12.safetensors" --create-dirs -o "././Lora/milkingMachine_v12.safetensors"')
|
320 |
+
print('Downloading ./Lora/samdoesartsSamYang_original.safetensors')
|
321 |
+
if not os.path.exists('./Lora/samdoesartsSamYang_original.safetensors') or 'd659417be7b4de9864748114015105dea4adbd1d' != hashlib.sha1(open('./Lora/samdoesartsSamYang_original.safetensors', 'rb').read()).hexdigest():
|
322 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/samdoesartsSamYang_original.safetensors" --create-dirs -o "././Lora/samdoesartsSamYang_original.safetensors"')
|
323 |
+
print('Downloading ./Lora/estheticFutanariTrap_tr39.safetensors')
|
324 |
+
if not os.path.exists('./Lora/estheticFutanariTrap_tr39.safetensors') or '53ba3f30d14946df83039e522173aceaff5a2dc6' != hashlib.sha1(open('./Lora/estheticFutanariTrap_tr39.safetensors', 'rb').read()).hexdigest():
|
325 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/estheticFutanariTrap_tr39.safetensors" --create-dirs -o "././Lora/estheticFutanariTrap_tr39.safetensors"')
|
326 |
+
print('Downloading ./Lora/skirtliftTheAstonishing_skirtliftv1.safetensors')
|
327 |
+
if not os.path.exists('./Lora/skirtliftTheAstonishing_skirtliftv1.safetensors') or '68a5ecc5c88ee73569e42a436dfd70a081480810' != hashlib.sha1(open('./Lora/skirtliftTheAstonishing_skirtliftv1.safetensors', 'rb').read()).hexdigest():
|
328 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/skirtliftTheAstonishing_skirtliftv1.safetensors" --create-dirs -o "././Lora/skirtliftTheAstonishing_skirtliftv1.safetensors"')
|
329 |
+
print('Downloading ./Lora/gachaSplashLORA_gachaSplash30.safetensors')
|
330 |
+
if not os.path.exists('./Lora/gachaSplashLORA_gachaSplash30.safetensors') or '29ea2f981069e2e12959bc51c4d91f329ff00382' != hashlib.sha1(open('./Lora/gachaSplashLORA_gachaSplash30.safetensors', 'rb').read()).hexdigest():
|
331 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/gachaSplashLORA_gachaSplash30.safetensors" --create-dirs -o "././Lora/gachaSplashLORA_gachaSplash30.safetensors"')
|
332 |
+
print('Downloading ./Lora/studioGhibliStyle_original.safetensors')
|
333 |
+
if not os.path.exists('./Lora/studioGhibliStyle_original.safetensors') or 'eef8bb095809d2ccd1c07c8ac1f7bbb3aee75d27' != hashlib.sha1(open('./Lora/studioGhibliStyle_original.safetensors', 'rb').read()).hexdigest():
|
334 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/studioGhibliStyle_original.safetensors" --create-dirs -o "././Lora/studioGhibliStyle_original.safetensors"')
|
335 |
+
print('Downloading ./Lora/murkysSidewayAssLora_1.safetensors')
|
336 |
+
if not os.path.exists('./Lora/murkysSidewayAssLora_1.safetensors') or 'c10860bddf9920dfac3677d5786b76216eeb62ef' != hashlib.sha1(open('./Lora/murkysSidewayAssLora_1.safetensors', 'rb').read()).hexdigest():
|
337 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/murkysSidewayAssLora_1.safetensors" --create-dirs -o "././Lora/murkysSidewayAssLora_1.safetensors"')
|
338 |
+
print('Downloading ./Lora/breastinclassBetter_v141.safetensors')
|
339 |
+
if not os.path.exists('./Lora/breastinclassBetter_v141.safetensors') or '95c7a743973cc1e770265193c9ef7d4fee5273fc' != hashlib.sha1(open('./Lora/breastinclassBetter_v141.safetensors', 'rb').read()).hexdigest():
|
340 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/breastinclassBetter_v141.safetensors" --create-dirs -o "././Lora/breastinclassBetter_v141.safetensors"')
|
341 |
+
print('Downloading ./Lora/ridingDildoSexActLora_v10.safetensors')
|
342 |
+
if not os.path.exists('./Lora/ridingDildoSexActLora_v10.safetensors') or '8151eae59a52bdf304ebc811b51ca07e4b354395' != hashlib.sha1(open('./Lora/ridingDildoSexActLora_v10.safetensors', 'rb').read()).hexdigest():
|
343 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/ridingDildoSexActLora_v10.safetensors" --create-dirs -o "././Lora/ridingDildoSexActLora_v10.safetensors"')
|
344 |
+
print('Downloading ./Lora/grabbingOwnAss_v1Pruned.safetensors')
|
345 |
+
if not os.path.exists('./Lora/grabbingOwnAss_v1Pruned.safetensors') or '925df3d249c71756825404f1163b9d70d4718dce' != hashlib.sha1(open('./Lora/grabbingOwnAss_v1Pruned.safetensors', 'rb').read()).hexdigest():
|
346 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/grabbingOwnAss_v1Pruned.safetensors" --create-dirs -o "././Lora/grabbingOwnAss_v1Pruned.safetensors"')
|
347 |
+
print('Downloading ./Lora/goutouLora_v20.safetensors')
|
348 |
+
if not os.path.exists('./Lora/goutouLora_v20.safetensors') or '2515ec8f6a773cc1d81fac40966481cee7519d21' != hashlib.sha1(open('./Lora/goutouLora_v20.safetensors', 'rb').read()).hexdigest():
|
349 |
+
os.system('curl -L "https://huggingface.co/AI-Porn/AI-PORN/resolve/main/./Lora/goutouLora_v20.safetensors" --create-dirs -o "././Lora/goutouLora_v20.safetensors"')
|
gen.py
CHANGED
@@ -7,7 +7,7 @@ sha1s = {}
|
|
7 |
|
8 |
for root, dirs, files in os.walk("."):
|
9 |
if ".git" in dirs:
|
10 |
-
dirs.remove(".git")
|
11 |
for name in files:
|
12 |
file_path = os.path.join(root, name)
|
13 |
with open(file_path, "rb") as f:
|
|
|
7 |
|
8 |
for root, dirs, files in os.walk("."):
|
9 |
if ".git" in dirs:
|
10 |
+
dirs.remove(".git")
|
11 |
for name in files:
|
12 |
file_path = os.path.join(root, name)
|
13 |
with open(file_path, "rb") as f:
|