Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ import sys
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
|
|
|
| 7 |
"Yntec/MGM",
|
| 8 |
"Yntec/CyberRealistic",
|
| 9 |
"Yntec/EstheticRetroAnime",
|
|
@@ -1077,6 +1078,7 @@ models2=[
|
|
| 1077 |
gr.Interface.load(f"models/{models[501]}",live=True,preprocess=False),
|
| 1078 |
gr.Interface.load(f"models/{models[502]}",live=True,preprocess=False),
|
| 1079 |
gr.Interface.load(f"models/{models[503]}",live=True,preprocess=False),
|
|
|
|
| 1080 |
]
|
| 1081 |
|
| 1082 |
|
|
@@ -1143,13 +1145,15 @@ with gr.Blocks(css=css) as myface:
|
|
| 1143 |
</div>
|
| 1144 |
</body>
|
| 1145 |
</div>
|
| 1146 |
-
<p style="margin-bottom:
|
| 1147 |
<h3>Fast Diffusion - 499 Stable Diffusion models, but why? For your enjoyment!</h3></p>
|
| 1148 |
-
<p style="margin-bottom:
|
| 1149 |
-
<br><h4><img src="https://huggingface.co/spaces/Yntec/ToyWorld/resolve/main/NEW.webp" alt="NEW!">2023.10.
|
| 1150 |
-
<p style="margin-bottom:
|
|
|
|
|
|
|
| 1151 |
<br><h4>If a model is loaded each new image takes less than 20 seconds to generate!</h4></p>
|
| 1152 |
-
<p style="margin-bottom:
|
| 1153 |
<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>
|
| 1154 |
</div>
|
| 1155 |
""")
|
|
|
|
| 4 |
from pathlib import Path
|
| 5 |
|
| 6 |
models = [
|
| 7 |
+
"Yntec/BeautyFool",
|
| 8 |
"Yntec/MGM",
|
| 9 |
"Yntec/CyberRealistic",
|
| 10 |
"Yntec/EstheticRetroAnime",
|
|
|
|
| 1078 |
gr.Interface.load(f"models/{models[501]}",live=True,preprocess=False),
|
| 1079 |
gr.Interface.load(f"models/{models[502]}",live=True,preprocess=False),
|
| 1080 |
gr.Interface.load(f"models/{models[503]}",live=True,preprocess=False),
|
| 1081 |
+
gr.Interface.load(f"models/{models[504]}",live=True,preprocess=False),
|
| 1082 |
]
|
| 1083 |
|
| 1084 |
|
|
|
|
| 1145 |
</div>
|
| 1146 |
</body>
|
| 1147 |
</div>
|
| 1148 |
+
<p style="margin-bottom: 2px; color: #ffaa66;">
|
| 1149 |
<h3>Fast Diffusion - 499 Stable Diffusion models, but why? For your enjoyment!</h3></p>
|
| 1150 |
+
<p style="margin-bottom: 2px; font-size: 98%">
|
| 1151 |
+
<br><h4><img src="https://huggingface.co/spaces/Yntec/ToyWorld/resolve/main/NEW.webp" alt="NEW!" style="float:left;width:32px;height:16px;">2023.10.18 BeautyFool Model added as requested by Koolpix!</h4></p>
|
| 1152 |
+
<p style="margin-bottom: 2px; font-size: 98%">
|
| 1153 |
+
<br><h4><img src="https://huggingface.co/spaces/Yntec/ToyWorld/resolve/main/NEW.webp" alt="NEW!" style="float:left;width:32px;height:16px;">2023.10.17 MGM Model added as requested by classicmaniagames!</h4></p>
|
| 1154 |
+
<p style="margin-bottom: 2px; font-size: 98%">
|
| 1155 |
<br><h4>If a model is loaded each new image takes less than 20 seconds to generate!</h4></p>
|
| 1156 |
+
<p style="margin-bottom: 2px; color: #ffffff;">
|
| 1157 |
<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>
|
| 1158 |
</div>
|
| 1159 |
""")
|