Yntec commited on
Commit
bd793d4
1 Parent(s): df906c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -4,6 +4,7 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
 
7
  "Yntec/lamettaNightly",
8
  "Yntec/ClassicEra",
9
  "Yntec/GoodLife",
@@ -941,6 +942,7 @@ models2=[
941
  gr.Interface.load(f"models/{models[436]}",live=True,preprocess=False),
942
  gr.Interface.load(f"models/{models[437]}",live=True,preprocess=False),
943
  gr.Interface.load(f"models/{models[438]}",live=True,preprocess=False),
 
944
  ]
945
 
946
 
@@ -1008,9 +1010,9 @@ with gr.Blocks(css=css) as myface:
1008
  </body>
1009
  </div>
1010
  <p style="margin-bottom: 9px; color: #ffaa66;">
1011
- <h3>Fast Diffusion - 430 Stable Diffusion models for your enjoyment!</h3></p>
1012
  <p style="margin-bottom: 9px; font-size: 98%">
1013
- <br><h4>The first time you load a model it takes 200 seconds</h4>
1014
  <br><h4>But after it's loaded each new image takes 20 seconds to generate!</h4></p>
1015
  </div>
1016
  """)
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ "Yntec/GoldenEra",
8
  "Yntec/lamettaNightly",
9
  "Yntec/ClassicEra",
10
  "Yntec/GoodLife",
 
942
  gr.Interface.load(f"models/{models[436]}",live=True,preprocess=False),
943
  gr.Interface.load(f"models/{models[437]}",live=True,preprocess=False),
944
  gr.Interface.load(f"models/{models[438]}",live=True,preprocess=False),
945
+ gr.Interface.load(f"models/{models[439]}",live=True,preprocess=False),
946
  ]
947
 
948
 
 
1010
  </body>
1011
  </div>
1012
  <p style="margin-bottom: 9px; color: #ffaa66;">
1013
+ <h3>Fast Diffusion - 440 Stable Diffusion models for your enjoyment!</h3></p>
1014
  <p style="margin-bottom: 9px; font-size: 98%">
1015
+ <br><h4>The first time you load a model it takes 1 minute.</h4>
1016
  <br><h4>But after it's loaded each new image takes 20 seconds to generate!</h4></p>
1017
  </div>
1018
  """)