Yntec commited on
Commit
bd05c90
1 Parent(s): dcdc560

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -4,6 +4,7 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
 
7
  "Yntec/OpenNijiRemix",
8
  "Yntec/AbsoluteRemix",
9
  "Yntec/AbsoluteReality",
@@ -68,7 +69,6 @@ models = [
68
  "Yntec/dreamlike-photoreal-remix",
69
  "Yntec/epiCVision",
70
  "Yntec/realistic-vision-v12",
71
- "Yntec/epiCRealismVAE",
72
  "Yntec/MangledMerge3_768",
73
  "Yntec/OpenLexica",
74
  "Yntec/DreamLikeRemix",
@@ -1102,11 +1102,11 @@ with gr.Blocks(css=css) as myface:
1102
  </body>
1103
  </div>
1104
  <p style="margin-bottom: 9px; color: #ffaa66;">
1105
- <h3>Nice. 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; color: #ff0000;">
1109
- <br><h4>If you get ERROR it's because that model ran out of memory, try again, or wait a minute and try again, have fun!</h4></p>
1110
  </div>
1111
  """)
1112
  with gr.Row():
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ "Yntec/epiCRealismVAE",
8
  "Yntec/OpenNijiRemix",
9
  "Yntec/AbsoluteRemix",
10
  "Yntec/AbsoluteReality",
 
69
  "Yntec/dreamlike-photoreal-remix",
70
  "Yntec/epiCVision",
71
  "Yntec/realistic-vision-v12",
 
72
  "Yntec/MangledMerge3_768",
73
  "Yntec/OpenLexica",
74
  "Yntec/DreamLikeRemix",
 
1102
  </body>
1103
  </div>
1104
  <p style="margin-bottom: 9px; color: #ffaa66;">
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; color: #ff0000;">
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():