Yntec commited on
Commit
3aa4012
1 Parent(s): 7875666

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -22,7 +22,6 @@ models = [
22
  "Yntec/OpenNijiRemix",
23
  "Linaqruf/animagine-xl",
24
  "nerijs/pixel-art-xl",
25
- "stabilityai/stable-diffusion-xl-base-1.0",
26
  "Yntec/OpenLexica",
27
  "Yntec/MapleSyrup",
28
  "Yntec/WoopWoopRemix",
@@ -900,7 +899,7 @@ models2=[
900
  gr.Interface.load(f"models/{models[416]}",live=True,preprocess=False),
901
  gr.Interface.load(f"models/{models[417]}",live=True,preprocess=False),
902
  gr.Interface.load(f"models/{models[418]}",live=True,preprocess=False),
903
- gr.Interface.load(f"models/{models[419]}",live=True,preprocess=False),
904
  ]
905
 
906
 
@@ -967,7 +966,7 @@ with gr.Blocks(css=css) as myface:
967
  </body>
968
  </div>
969
  <p style="margin-bottom: 10px; color: #ffaa66;">
970
- <h3>Top 411 Stable Diffusion models for your enjoyment!</h3></p>
971
  <p style="margin-bottom: 10px; font-size: 98%">
972
  <br><h4>The first time you load a model it takes 200 seconds</h4>
973
  <br><h4>But after it's loaded each new image takes 20 seconds to generate!</h4></p>
 
22
  "Yntec/OpenNijiRemix",
23
  "Linaqruf/animagine-xl",
24
  "nerijs/pixel-art-xl",
 
25
  "Yntec/OpenLexica",
26
  "Yntec/MapleSyrup",
27
  "Yntec/WoopWoopRemix",
 
899
  gr.Interface.load(f"models/{models[416]}",live=True,preprocess=False),
900
  gr.Interface.load(f"models/{models[417]}",live=True,preprocess=False),
901
  gr.Interface.load(f"models/{models[418]}",live=True,preprocess=False),
902
+ #gr.Interface.load(f"models/{models[419]}",live=True,preprocess=False),
903
  ]
904
 
905
 
 
966
  </body>
967
  </div>
968
  <p style="margin-bottom: 10px; color: #ffaa66;">
969
+ <h3>420 Stable Diffusion models for your enjoyment!</h3></p>
970
  <p style="margin-bottom: 10px; font-size: 98%">
971
  <br><h4>The first time you load a model it takes 200 seconds</h4>
972
  <br><h4>But after it's loaded each new image takes 20 seconds to generate!</h4></p>