Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,9 @@ import sys
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
|
|
|
| 7 |
"Yntec/Reanimate",
|
|
|
|
| 8 |
"Yntec/AgarthaChadstyle",
|
| 9 |
"Yntec/526",
|
| 10 |
"Yntec/526Mix",
|
|
@@ -553,6 +555,7 @@ models = [
|
|
| 553 |
"Yntec/Reddit",
|
| 554 |
"Yntec/CinematicReality",
|
| 555 |
"Yntec/3DKX2",
|
|
|
|
| 556 |
"CompVis/stable-diffusion-v1-3", #207
|
| 557 |
"CompVis/stable-diffusion-v1-2", #208
|
| 558 |
"CompVis/stable-diffusion-v1-1", #209
|
|
@@ -1127,6 +1130,9 @@ models2=[
|
|
| 1127 |
gr.Interface.load(f"models/{models[525]}",live=True,preprocess=False),
|
| 1128 |
gr.Interface.load(f"models/{models[526]}",live=True,preprocess=False),
|
| 1129 |
gr.Interface.load(f"models/{models[527]}",live=True,preprocess=False),
|
|
|
|
|
|
|
|
|
|
| 1130 |
|
| 1131 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
| 1132 |
|
|
@@ -1197,7 +1203,7 @@ with gr.Blocks(css=css) as myface:
|
|
| 1197 |
</body>
|
| 1198 |
</div>
|
| 1199 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
| 1200 |
-
<h3>Top 530 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
|
| 1201 |
</div>
|
| 1202 |
""")
|
| 1203 |
with gr.Row():
|
|
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
| 7 |
+
"Yntec/OG",
|
| 8 |
"Yntec/Reanimate",
|
| 9 |
+
"Yntec/Deliberate2",
|
| 10 |
"Yntec/AgarthaChadstyle",
|
| 11 |
"Yntec/526",
|
| 12 |
"Yntec/526Mix",
|
|
|
|
| 555 |
"Yntec/Reddit",
|
| 556 |
"Yntec/CinematicReality",
|
| 557 |
"Yntec/3DKX2",
|
| 558 |
+
"CompVis/stable-diffusion-v1-4", #530
|
| 559 |
"CompVis/stable-diffusion-v1-3", #207
|
| 560 |
"CompVis/stable-diffusion-v1-2", #208
|
| 561 |
"CompVis/stable-diffusion-v1-1", #209
|
|
|
|
| 1130 |
gr.Interface.load(f"models/{models[525]}",live=True,preprocess=False),
|
| 1131 |
gr.Interface.load(f"models/{models[526]}",live=True,preprocess=False),
|
| 1132 |
gr.Interface.load(f"models/{models[527]}",live=True,preprocess=False),
|
| 1133 |
+
gr.Interface.load(f"models/{models[528]}",live=True,preprocess=False),
|
| 1134 |
+
gr.Interface.load(f"models/{models[529]}",live=True,preprocess=False),
|
| 1135 |
+
gr.Interface.load(f"models/{models[530]}",live=True,preprocess=False),
|
| 1136 |
|
| 1137 |
#Because there's a model 0, to know the number of models you add 1 to {models[n]}
|
| 1138 |
|
|
|
|
| 1203 |
</body>
|
| 1204 |
</div>
|
| 1205 |
<p style="margin-bottom: 9px; color: #aaaaaa;">
|
| 1206 |
+
<h3>Top 530 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>
|
| 1207 |
</div>
|
| 1208 |
""")
|
| 1209 |
with gr.Row():
|