Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,10 @@ import sys
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
"Yntec/CrystalClear",
|
| 8 |
"digiplay/AbsoluteReality_v1.0_diffusers",
|
| 9 |
"Yntec/SCMix",
|
|
@@ -76,6 +80,7 @@ models = [
|
|
| 76 |
"Yntec/aPhotographicTrend", #3K
|
| 77 |
"Yntec/BeenYou", #3K
|
| 78 |
"Yntec/level4", #3K
|
|
|
|
| 79 |
"Yntec/AbsoluteRemix", #7K
|
| 80 |
"Yntec/mistoonAnime2", #7K
|
| 81 |
"Yntec/DucHaiten-FANCYxFANCY",#7K
|
|
@@ -117,7 +122,6 @@ models = [
|
|
| 117 |
"Yntec/nuipenimix2", #34K
|
| 118 |
"Yntec/epiCPhotoGasm", #40K
|
| 119 |
"Yntec/HitenDiffusion", #2K
|
| 120 |
-
"Yntec/dreamlike-photoreal-remix",
|
| 121 |
"Yntec/epiCVision",
|
| 122 |
"Yntec/realistic-vision-v12",
|
| 123 |
"Yntec/MangledMerge3_768",
|
|
@@ -189,6 +193,8 @@ models = [
|
|
| 189 |
"Yntec/NovelAIRemix",
|
| 190 |
"Yntec/Hiten",
|
| 191 |
"AIARTCHAN/AbyssHellHero",
|
|
|
|
|
|
|
| 192 |
"digiplay/VersaMix_base_diffusers",
|
| 193 |
"digiplay/OldFish_fix1.1.997_diffusers",
|
| 194 |
"digiplay/VoidnoiseCore_R0829",
|
|
@@ -1148,11 +1154,17 @@ models2=[
|
|
| 1148 |
gr.Interface.load(f"models/{models[535]}",live=True,preprocess=False),
|
| 1149 |
gr.Interface.load(f"models/{models[536]}",live=True,preprocess=False),
|
| 1150 |
gr.Interface.load(f"models/{models[537]}",live=True,preprocess=False),
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1151 |
|
| 1152 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
| 1153 |
|
| 1154 |
]
|
| 1155 |
-
|
| 1156 |
|
| 1157 |
def text_it1(inputs,text_gen1=text_gen1):
|
| 1158 |
go_t1=text_gen1(inputs)
|
|
@@ -1218,7 +1230,7 @@ with gr.Blocks(css=css) as myface:
|
|
| 1218 |
</body>
|
| 1219 |
</div>
|
| 1220 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
| 1221 |
-
<h3>Top
|
| 1222 |
</div>
|
| 1223 |
""")
|
| 1224 |
with gr.Row():
|
|
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
| 7 |
+
"Yntec/Synthwave",
|
| 8 |
+
"digiplay/AingDiffusion8.17",
|
| 9 |
+
"Yntec/CrystalClearRemix",
|
| 10 |
+
"digiplay/CleanLinearMix",
|
| 11 |
"Yntec/CrystalClear",
|
| 12 |
"digiplay/AbsoluteReality_v1.0_diffusers",
|
| 13 |
"Yntec/SCMix",
|
|
|
|
| 80 |
"Yntec/aPhotographicTrend", #3K
|
| 81 |
"Yntec/BeenYou", #3K
|
| 82 |
"Yntec/level4", #3K
|
| 83 |
+
"Yntec/dreamlike-photoreal-remix", #3k
|
| 84 |
"Yntec/AbsoluteRemix", #7K
|
| 85 |
"Yntec/mistoonAnime2", #7K
|
| 86 |
"Yntec/DucHaiten-FANCYxFANCY",#7K
|
|
|
|
| 122 |
"Yntec/nuipenimix2", #34K
|
| 123 |
"Yntec/epiCPhotoGasm", #40K
|
| 124 |
"Yntec/HitenDiffusion", #2K
|
|
|
|
| 125 |
"Yntec/epiCVision",
|
| 126 |
"Yntec/realistic-vision-v12",
|
| 127 |
"Yntec/MangledMerge3_768",
|
|
|
|
| 193 |
"Yntec/NovelAIRemix",
|
| 194 |
"Yntec/Hiten",
|
| 195 |
"AIARTCHAN/AbyssHellHero",
|
| 196 |
+
"digiplay/AingDiffusion7.5",
|
| 197 |
+
"digiplay/CleanLinearMix_nsfw",
|
| 198 |
"digiplay/VersaMix_base_diffusers",
|
| 199 |
"digiplay/OldFish_fix1.1.997_diffusers",
|
| 200 |
"digiplay/VoidnoiseCore_R0829",
|
|
|
|
| 1154 |
gr.Interface.load(f"models/{models[535]}",live=True,preprocess=False),
|
| 1155 |
gr.Interface.load(f"models/{models[536]}",live=True,preprocess=False),
|
| 1156 |
gr.Interface.load(f"models/{models[537]}",live=True,preprocess=False),
|
| 1157 |
+
gr.Interface.load(f"models/{models[538]}",live=True,preprocess=False),
|
| 1158 |
+
gr.Interface.load(f"models/{models[539]}",live=True,preprocess=False),
|
| 1159 |
+
|
| 1160 |
+
gr.Interface.load(f"models/{models[540]}",live=True,preprocess=False),
|
| 1161 |
+
gr.Interface.load(f"models/{models[541]}",live=True,preprocess=False),
|
| 1162 |
+
gr.Interface.load(f"models/{models[542]}",live=True,preprocess=False),
|
| 1163 |
+
gr.Interface.load(f"models/{models[543]}",live=True,preprocess=False),
|
| 1164 |
|
| 1165 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
| 1166 |
|
| 1167 |
]
|
|
|
|
| 1168 |
|
| 1169 |
def text_it1(inputs,text_gen1=text_gen1):
|
| 1170 |
go_t1=text_gen1(inputs)
|
|
|
|
| 1230 |
</body>
|
| 1231 |
</div>
|
| 1232 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
| 1233 |
+
<h3>Top 540 Blitz Diffusion - A permanently online backup copy of <a href="https://huggingface.co/spaces/Yntec/ToyWorld"><u><b><p style="color:#8150df;">Toy World!</p></b></u></a></h3></p>
|
| 1234 |
</div>
|
| 1235 |
""")
|
| 1236 |
with gr.Row():
|