Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,6 +8,7 @@ models = [
|
|
| 8 |
"digiplay/Jellymix_XL_v1",
|
| 9 |
"playgroundai/playground-v2-1024px-aesthetic",
|
| 10 |
"dataautogpt3/ProteusV0.4",
|
|
|
|
| 11 |
"Lykon/dreamshaper-xl-1-0",
|
| 12 |
"nerijs/pixel-art-xl",
|
| 13 |
"Linaqruf/animagine-xl",
|
|
@@ -26,6 +27,9 @@ models2=[
|
|
| 26 |
gr.Interface.load(f"models/{models[4]}",live=True,preprocess=False),
|
| 27 |
gr.Interface.load(f"models/{models[5]}",live=True,preprocess=False),
|
| 28 |
gr.Interface.load(f"models/{models[6]}",live=True,preprocess=False),
|
|
|
|
|
|
|
|
|
|
| 29 |
]
|
| 30 |
|
| 31 |
|
|
@@ -86,9 +90,9 @@ with gr.Blocks(css=css) as myface:
|
|
| 86 |
</body>
|
| 87 |
</div>
|
| 88 |
<p style="margin-bottom: 10px; color: #ffaa66;">
|
| 89 |
-
<h3>SDXL models for your enjoyment!</h3></p>
|
| 90 |
<p style="margin-bottom: 10px; font-size: 98%">
|
| 91 |
-
<br><h4><a href="https://huggingface.co/spaces/Yntec/PrintingPress"><u><b><p>Try out more than
|
| 92 |
</div>
|
| 93 |
""")
|
| 94 |
with gr.Row():
|
|
|
|
| 8 |
"digiplay/Jellymix_XL_v1",
|
| 9 |
"playgroundai/playground-v2-1024px-aesthetic",
|
| 10 |
"dataautogpt3/ProteusV0.4",
|
| 11 |
+
"Bakanayatsu/ponyDiffusion-V6-XL-Turbo-DPO",
|
| 12 |
"Lykon/dreamshaper-xl-1-0",
|
| 13 |
"nerijs/pixel-art-xl",
|
| 14 |
"Linaqruf/animagine-xl",
|
|
|
|
| 27 |
gr.Interface.load(f"models/{models[4]}",live=True,preprocess=False),
|
| 28 |
gr.Interface.load(f"models/{models[5]}",live=True,preprocess=False),
|
| 29 |
gr.Interface.load(f"models/{models[6]}",live=True,preprocess=False),
|
| 30 |
+
gr.Interface.load(f"models/{models[7]}",live=True,preprocess=False),
|
| 31 |
+
gr.Interface.load(f"models/{models[8]}",live=True,preprocess=False),
|
| 32 |
+
gr.Interface.load(f"models/{models[9]}",live=True,preprocess=False),
|
| 33 |
]
|
| 34 |
|
| 35 |
|
|
|
|
| 90 |
</body>
|
| 91 |
</div>
|
| 92 |
<p style="margin-bottom: 10px; color: #ffaa66;">
|
| 93 |
+
<h3>Top 10 SDXL models for your enjoyment!</h3></p>
|
| 94 |
<p style="margin-bottom: 10px; font-size: 98%">
|
| 95 |
+
<br><h4><a href="https://huggingface.co/spaces/Yntec/PrintingPress"><u><b><p>Try out more than 800 Stable Diffusion models at the Printing Press by clicking here!</p></b></u></a></h4></p>
|
| 96 |
</div>
|
| 97 |
""")
|
| 98 |
with gr.Row():
|