Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,9 +4,10 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
|
|
|
|
7 |
"Yntec/epiCRealismVAE",
|
8 |
"Yntec/OpenNijiRemix",
|
9 |
-
"Yntec/AbsoluteRemix",
|
10 |
"Yntec/AbsoluteReality",
|
11 |
"Yntec/LAMEanime",
|
12 |
"Yntec/potatoMash",
|
@@ -1035,6 +1036,7 @@ models2=[
|
|
1035 |
gr.Interface.load(f"models/{models[481]}",live=True,preprocess=False),
|
1036 |
gr.Interface.load(f"models/{models[482]}",live=True,preprocess=False),
|
1037 |
gr.Interface.load(f"models/{models[483]}",live=True,preprocess=False),
|
|
|
1038 |
]
|
1039 |
|
1040 |
|
@@ -1105,8 +1107,8 @@ with gr.Blocks(css=css) as myface:
|
|
1105 |
<h3>Fast Diffusion - 480 Stable Diffusion models, but why? For your enjoyment!</h3></p>
|
1106 |
<p style="margin-bottom: 9px; font-size: 98%">
|
1107 |
<br><h4>The first time you load a model it takes less than a minute. But after it's loaded each new image takes 20 seconds to generate!</h4></p>
|
1108 |
-
<p style="margin-bottom: 9px;
|
1109 |
-
<br>If you get ERROR it's because that model ran out of memory, try again, or wait a minute and try again, have fun!</p>
|
1110 |
</div>
|
1111 |
""")
|
1112 |
with gr.Row():
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
"Yntec/3DCute",
|
8 |
+
"Yntec/AbsoluteRemix",
|
9 |
"Yntec/epiCRealismVAE",
|
10 |
"Yntec/OpenNijiRemix",
|
|
|
11 |
"Yntec/AbsoluteReality",
|
12 |
"Yntec/LAMEanime",
|
13 |
"Yntec/potatoMash",
|
|
|
1036 |
gr.Interface.load(f"models/{models[481]}",live=True,preprocess=False),
|
1037 |
gr.Interface.load(f"models/{models[482]}",live=True,preprocess=False),
|
1038 |
gr.Interface.load(f"models/{models[483]}",live=True,preprocess=False),
|
1039 |
+
gr.Interface.load(f"models/{models[484]}",live=True,preprocess=False),
|
1040 |
]
|
1041 |
|
1042 |
|
|
|
1107 |
<h3>Fast Diffusion - 480 Stable Diffusion models, but why? For your enjoyment!</h3></p>
|
1108 |
<p style="margin-bottom: 9px; font-size: 98%">
|
1109 |
<br><h4>The first time you load a model it takes less than a minute. But after it's loaded each new image takes 20 seconds to generate!</h4></p>
|
1110 |
+
<p style="margin-bottom: 9px;">
|
1111 |
+
<br>If you get <span style="color: #ff0000;">ERROR</span> it's because that model ran out of memory, try again, or wait a minute and try again, have fun!</p>
|
1112 |
</div>
|
1113 |
""")
|
1114 |
with gr.Row():
|