Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,8 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
|
|
|
|
7 |
"Yntec/pineappleAnimeMix",
|
8 |
"digiplay/majicMIX_realistic_v4",
|
9 |
"Yntec/Abased",
|
@@ -63,6 +65,7 @@ models = [
|
|
63 |
"Yntec/HassanBlend12", #1K
|
64 |
"Yntec/HassanBlend1512VAE", #1K
|
65 |
"Yntec/MangledMerge3_768", #1K
|
|
|
66 |
"Yntec/3DCute", #2K
|
67 |
"Yntec/SuperCuteRemix", #2K
|
68 |
"Yntec/Trending", #2K
|
@@ -137,7 +140,6 @@ models = [
|
|
137 |
"Yntec/nuipenimix2", #34K
|
138 |
"Yntec/epiCPhotoGasm", #40K
|
139 |
"Yntec/HitenDiffusion", #2K
|
140 |
-
"Yntec/OpenLexica",
|
141 |
"Yntec/DreamLikeRemix",
|
142 |
"Yntec/humu",
|
143 |
"Linaqruf/animagine-xl",
|
@@ -1180,7 +1182,6 @@ models2=[
|
|
1180 |
gr.Interface.load(f"models/{models[544]}",live=True,preprocess=False),
|
1181 |
gr.Interface.load(f"models/{models[545]}",live=True,preprocess=False),
|
1182 |
gr.Interface.load(f"models/{models[546]}",live=True,preprocess=False),
|
1183 |
-
|
1184 |
gr.Interface.load(f"models/{models[547]}",live=True,preprocess=False),
|
1185 |
gr.Interface.load(f"models/{models[548]}",live=True,preprocess=False),
|
1186 |
gr.Interface.load(f"models/{models[549]}",live=True,preprocess=False),
|
@@ -1195,6 +1196,9 @@ models2=[
|
|
1195 |
gr.Interface.load(f"models/{models[557]}",live=True,preprocess=False),
|
1196 |
gr.Interface.load(f"models/{models[558]}",live=True,preprocess=False),
|
1197 |
gr.Interface.load(f"models/{models[559]}",live=True,preprocess=False),
|
|
|
|
|
|
|
1198 |
|
1199 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
1200 |
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"Yntec/MemeDiffusion",
|
8 |
+
"digiplay/fantexi_v0.9",
|
9 |
"Yntec/pineappleAnimeMix",
|
10 |
"digiplay/majicMIX_realistic_v4",
|
11 |
"Yntec/Abased",
|
|
|
65 |
"Yntec/HassanBlend12", #1K
|
66 |
"Yntec/HassanBlend1512VAE", #1K
|
67 |
"Yntec/MangledMerge3_768", #1K
|
68 |
+
"Yntec/OpenLexica", #1K
|
69 |
"Yntec/3DCute", #2K
|
70 |
"Yntec/SuperCuteRemix", #2K
|
71 |
"Yntec/Trending", #2K
|
|
|
140 |
"Yntec/nuipenimix2", #34K
|
141 |
"Yntec/epiCPhotoGasm", #40K
|
142 |
"Yntec/HitenDiffusion", #2K
|
|
|
143 |
"Yntec/DreamLikeRemix",
|
144 |
"Yntec/humu",
|
145 |
"Linaqruf/animagine-xl",
|
|
|
1182 |
gr.Interface.load(f"models/{models[544]}",live=True,preprocess=False),
|
1183 |
gr.Interface.load(f"models/{models[545]}",live=True,preprocess=False),
|
1184 |
gr.Interface.load(f"models/{models[546]}",live=True,preprocess=False),
|
|
|
1185 |
gr.Interface.load(f"models/{models[547]}",live=True,preprocess=False),
|
1186 |
gr.Interface.load(f"models/{models[548]}",live=True,preprocess=False),
|
1187 |
gr.Interface.load(f"models/{models[549]}",live=True,preprocess=False),
|
|
|
1196 |
gr.Interface.load(f"models/{models[557]}",live=True,preprocess=False),
|
1197 |
gr.Interface.load(f"models/{models[558]}",live=True,preprocess=False),
|
1198 |
gr.Interface.load(f"models/{models[559]}",live=True,preprocess=False),
|
1199 |
+
gr.Interface.load(f"models/{models[560]}",live=True,preprocess=False),
|
1200 |
+
|
1201 |
+
gr.Interface.load(f"models/{models[561]}",live=True,preprocess=False),
|
1202 |
|
1203 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
1204 |
|