Yntec commited on
Commit
e9c493a
1 Parent(s): 24fd786

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -4,6 +4,7 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
 
7
  "Yntec/epiCPhotoGasm",
8
  "Yntec/lamettaNightly",
9
  "Yntec/RealCartoon3D",
@@ -1026,6 +1027,8 @@ models2=[
1026
  gr.Interface.load(f"models/{models[477]}",live=True,preprocess=False),
1027
  gr.Interface.load(f"models/{models[478]}",live=True,preprocess=False),
1028
  gr.Interface.load(f"models/{models[479]}",live=True,preprocess=False),
 
 
1029
  ]
1030
 
1031
 
@@ -1093,7 +1096,7 @@ with gr.Blocks(css=css) as myface:
1093
  </body>
1094
  </div>
1095
  <p style="margin-bottom: 9px; color: #ffaa66;">
1096
- <h3>Nice. Fast Diffusion - 470 Stable Diffusion models, but why? For your enjoyment!</h3></p>
1097
  <p style="margin-bottom: 9px; font-size: 98%">
1098
  <br><h4>The first time you load a model it takes less than a minute.</h4>
1099
  <br><h4>But after it's loaded each new image takes 20 seconds to generate!</h4></p>
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ "Yntec/potatoMash",
8
  "Yntec/epiCPhotoGasm",
9
  "Yntec/lamettaNightly",
10
  "Yntec/RealCartoon3D",
 
1027
  gr.Interface.load(f"models/{models[477]}",live=True,preprocess=False),
1028
  gr.Interface.load(f"models/{models[478]}",live=True,preprocess=False),
1029
  gr.Interface.load(f"models/{models[479]}",live=True,preprocess=False),
1030
+
1031
+ gr.Interface.load(f"models/{models[480]}",live=True,preprocess=False),
1032
  ]
1033
 
1034
 
 
1096
  </body>
1097
  </div>
1098
  <p style="margin-bottom: 9px; color: #ffaa66;">
1099
+ <h3>Nice. Fast Diffusion - 480 Stable Diffusion models, but why? For your enjoyment!</h3></p>
1100
  <p style="margin-bottom: 9px; font-size: 98%">
1101
  <br><h4>The first time you load a model it takes less than a minute.</h4>
1102
  <br><h4>But after it's loaded each new image takes 20 seconds to generate!</h4></p>