Yntec commited on
Commit
5cf7678
1 Parent(s): 5b63f49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -4,8 +4,10 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
7
- "digiplay/OldFish_v1.1_personal_HDmix",
8
  "digiplay/OldFish_v1.1_diffusers_recover",
 
 
 
9
  "Yntec/level4",
10
  "Yntec/SuperCuteRemix",
11
  "digiplay/OldFish_v1.1",
@@ -983,6 +985,9 @@ models2=[
983
  gr.Interface.load(f"models/{models[456]}",live=True,preprocess=False),
984
  gr.Interface.load(f"models/{models[457]}",live=True,preprocess=False),
985
  gr.Interface.load(f"models/{models[458]}",live=True,preprocess=False),
 
 
 
986
  ]
987
 
988
 
@@ -1050,7 +1055,7 @@ with gr.Blocks(css=css) as myface:
1050
  </body>
1051
  </div>
1052
  <p style="margin-bottom: 9px; color: #ffaa66;">
1053
- <h3>Fast Diffusion - 450 Stable Diffusion models for your enjoyment!</h3></p>
1054
  <p style="margin-bottom: 9px; font-size: 98%">
1055
  <br><h4>The first time you load a model it takes less than a minute.</h4>
1056
  <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
  "digiplay/OldFish_v1.1_diffusers_recover",
8
+ "digiplay/OldFish_v1.1mix_hello",
9
+ "digiplay/OldFish_v1.1_personal_HDmix",
10
+ "digiplay/OldFish_fix1.1.997_diffusers",
11
  "Yntec/level4",
12
  "Yntec/SuperCuteRemix",
13
  "digiplay/OldFish_v1.1",
 
985
  gr.Interface.load(f"models/{models[456]}",live=True,preprocess=False),
986
  gr.Interface.load(f"models/{models[457]}",live=True,preprocess=False),
987
  gr.Interface.load(f"models/{models[458]}",live=True,preprocess=False),
988
+ gr.Interface.load(f"models/{models[459]}",live=True,preprocess=False),
989
+
990
+ gr.Interface.load(f"models/{models[460]}",live=True,preprocess=False),
991
  ]
992
 
993
 
 
1055
  </body>
1056
  </div>
1057
  <p style="margin-bottom: 9px; color: #ffaa66;">
1058
+ <h3>Fast Diffusion - 460 Stable Diffusion models for your enjoyment!</h3></p>
1059
  <p style="margin-bottom: 9px; font-size: 98%">
1060
  <br><h4>The first time you load a model it takes less than a minute.</h4>
1061
  <br><h4>But after it's loaded each new image takes 20 seconds to generate!</h4></p>