Yntec commited on
Commit
cd39e40
1 Parent(s): 8d3a8e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -4,6 +4,8 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
 
 
7
  "digiplay/NWSJRealMix_SDXL_v1",
8
  "digiplay/Jellymix_XL_v1",
9
  "playgroundai/playground-v2-1024px-aesthetic",
@@ -90,7 +92,7 @@ with gr.Blocks(css=css) as myface:
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>
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ "yodayo-ai/kivotos-xl-2.0",
8
+ "yodayo-ai/holodayo-xl-2.1",
9
  "digiplay/NWSJRealMix_SDXL_v1",
10
  "digiplay/Jellymix_XL_v1",
11
  "playgroundai/playground-v2-1024px-aesthetic",
 
92
  </body>
93
  </div>
94
  <p style="margin-bottom: 10px; color: #ffaa66;">
95
+ <h3>Top 12 SDXL models for your enjoyment!</h3></p>
96
  <p style="margin-bottom: 10px; font-size: 98%">
97
  <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>
98
  </div>