Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,11 +4,12 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
-
"Yntec/
|
8 |
-
"Yntec/
|
9 |
-
"Yntec/
|
10 |
-
"Yntec/
|
11 |
-
"Yntec/
|
|
|
12 |
"Yntec/Citrus",
|
13 |
"Yntec/Splash",
|
14 |
"Yntec/animeSEXTILLION/",
|
@@ -1010,6 +1011,7 @@ models2=[
|
|
1010 |
|
1011 |
gr.Interface.load(f"models/{models[470]}",live=True,preprocess=False),
|
1012 |
gr.Interface.load(f"models/{models[471]}",live=True,preprocess=False),
|
|
|
1013 |
]
|
1014 |
|
1015 |
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"Yntec/dosmixVAE",
|
8 |
+
"Yntec/elldrethSLucidMix", #600
|
9 |
+
"Yntec/DucHaitenNiji", #1K
|
10 |
+
"Yntec/NaughtyChildren", #2K
|
11 |
+
"Yntec/edgeOfRealism", #3K
|
12 |
+
"Yntec/HitenDiffusion", #1K
|
13 |
"Yntec/Citrus",
|
14 |
"Yntec/Splash",
|
15 |
"Yntec/animeSEXTILLION/",
|
|
|
1011 |
|
1012 |
gr.Interface.load(f"models/{models[470]}",live=True,preprocess=False),
|
1013 |
gr.Interface.load(f"models/{models[471]}",live=True,preprocess=False),
|
1014 |
+
gr.Interface.load(f"models/{models[472]}",live=True,preprocess=False),
|
1015 |
]
|
1016 |
|
1017 |
|