Yntec commited on
Commit
0bb7b42
1 Parent(s): ff8e2ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -4,6 +4,7 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
 
7
  "Yntec/Oiran",
8
  "Yntec/elldrethSVividMix",
9
  "Yntec/3Danimation",
@@ -1022,6 +1023,7 @@ models2=[
1022
  gr.Interface.load(f"models/{models[475]}",live=True,preprocess=False),
1023
  gr.Interface.load(f"models/{models[476]}",live=True,preprocess=False),
1024
  gr.Interface.load(f"models/{models[477]}",live=True,preprocess=False),
 
1025
  ]
1026
 
1027
 
@@ -1089,7 +1091,7 @@ with gr.Blocks(css=css) as myface:
1089
  </body>
1090
  </div>
1091
  <p style="margin-bottom: 9px; color: #ffaa66;">
1092
- <h3>Fast Diffusion - 470 Stable Diffusion models, but why? For your enjoyment!</h3></p>
1093
  <p style="margin-bottom: 9px; font-size: 98%">
1094
  <br><h4>The first time you load a model it takes less than a minute.</h4>
1095
  <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/RealCartoon3D",
8
  "Yntec/Oiran",
9
  "Yntec/elldrethSVividMix",
10
  "Yntec/3Danimation",
 
1023
  gr.Interface.load(f"models/{models[475]}",live=True,preprocess=False),
1024
  gr.Interface.load(f"models/{models[476]}",live=True,preprocess=False),
1025
  gr.Interface.load(f"models/{models[477]}",live=True,preprocess=False),
1026
+ gr.Interface.load(f"models/{models[478]}",live=True,preprocess=False),
1027
  ]
1028
 
1029
 
 
1091
  </body>
1092
  </div>
1093
  <p style="margin-bottom: 9px; color: #ffaa66;">
1094
+ <h3>Nice. Fast Diffusion - 470 Stable Diffusion models, but why? For your enjoyment!</h3></p>
1095
  <p style="margin-bottom: 9px; font-size: 98%">
1096
  <br><h4>The first time you load a model it takes less than a minute.</h4>
1097
  <br><h4>But after it's loaded each new image takes 20 seconds to generate!</h4></p>