Yntec commited on
Commit
baae094
β€’
1 Parent(s): 7e234ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -4,8 +4,10 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
 
 
7
  "Yntec/KomowataHaruka",
8
- "digiplay/AingDiffusion8.5",
9
  "Yntec/FotoPhoto",
10
  "digiplay/RunDiffusionFXPhotorealistic_v1",
11
  "Yntec/Ambrosia",
@@ -39,7 +41,6 @@ models = [
39
  "Yntec/AnythingV4-768",
40
  "digiplay/BeenReal_diffusers",
41
  "Yntec/StolenDreams",
42
- "digiplay/lutDiffusion_v09Beta",
43
  "Yntec/Crystalwave",
44
  "Yntec/theAllysMixIIIRevolutions",
45
  "Yntec/Synthwave",
@@ -223,6 +224,7 @@ models = [
223
  "Yntec/NovelAI",
224
  "Yntec/NovelAIRemix",
225
  "Yntec/Hiten",
 
226
  "digiplay/AingDiffusion6",
227
  "digiplay/AingDiffusion8.17",
228
  "digiplay/MeinaPastel_v1",
@@ -1244,6 +1246,8 @@ models2=[
1244
  gr.Interface.load(f"models/{models[580]}",live=True,preprocess=False),
1245
  gr.Interface.load(f"models/{models[581]}",live=True,preprocess=False),
1246
  gr.Interface.load(f"models/{models[582]}",live=True,preprocess=False),
 
 
1247
 
1248
  #Because there's a model 0, to know the number of models you add 1 to {models[n]}
1249
  ]
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ "Yntec/Atlas",
8
+ "digiplay/AingDiffusion9"
9
  "Yntec/KomowataHaruka",
10
+ "digiplay/lutDiffusion_v09Beta",
11
  "Yntec/FotoPhoto",
12
  "digiplay/RunDiffusionFXPhotorealistic_v1",
13
  "Yntec/Ambrosia",
 
41
  "Yntec/AnythingV4-768",
42
  "digiplay/BeenReal_diffusers",
43
  "Yntec/StolenDreams",
 
44
  "Yntec/Crystalwave",
45
  "Yntec/theAllysMixIIIRevolutions",
46
  "Yntec/Synthwave",
 
224
  "Yntec/NovelAI",
225
  "Yntec/NovelAIRemix",
226
  "Yntec/Hiten",
227
+ "digiplay/AingDiffusion8.5",
228
  "digiplay/AingDiffusion6",
229
  "digiplay/AingDiffusion8.17",
230
  "digiplay/MeinaPastel_v1",
 
1246
  gr.Interface.load(f"models/{models[580]}",live=True,preprocess=False),
1247
  gr.Interface.load(f"models/{models[581]}",live=True,preprocess=False),
1248
  gr.Interface.load(f"models/{models[582]}",live=True,preprocess=False),
1249
+ gr.Interface.load(f"models/{models[583]}",live=True,preprocess=False),
1250
+ gr.Interface.load(f"models/{models[584]}",live=True,preprocess=False),
1251
 
1252
  #Because there's a model 0, to know the number of models you add 1 to {models[n]}
1253
  ]