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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -4,10 +4,12 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
 
 
7
  "Yntec/FotoPhoto",
8
  "digiplay/RunDiffusionFXPhotorealistic_v1",
9
  "Yntec/Ambrosia",
10
- "digiplay/AingDiffusion6",
11
  "Yntec/Reliberate",
12
  "digiplay/CleanLinearMix",
13
  "Yntec/BaronMix",
@@ -39,7 +41,6 @@ models = [
39
  "Yntec/StolenDreams",
40
  "digiplay/lutDiffusion_v09Beta",
41
  "Yntec/Crystalwave",
42
- "digiplay/NightmareShaper_v2DarkageLobotomy",
43
  "Yntec/theAllysMixIIIRevolutions",
44
  "Yntec/Synthwave",
45
  "Yntec/CrystalClearRemix",
@@ -222,6 +223,7 @@ models = [
222
  "Yntec/NovelAI",
223
  "Yntec/NovelAIRemix",
224
  "Yntec/Hiten",
 
225
  "digiplay/AingDiffusion8.17",
226
  "digiplay/MeinaPastel_v1",
227
  "AIARTCHAN/AbyssHellHero",
@@ -1240,6 +1242,8 @@ models2=[
1240
  gr.Interface.load(f"models/{models[578]}",live=True,preprocess=False),
1241
  gr.Interface.load(f"models/{models[579]}",live=True,preprocess=False),
1242
  gr.Interface.load(f"models/{models[580]}",live=True,preprocess=False),
 
 
1243
 
1244
  #Because there's a model 0, to know the number of models you add 1 to {models[n]}
1245
  ]
 
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",
12
+ "digiplay/NightmareShaper_v2DarkageLobotomy",
13
  "Yntec/Reliberate",
14
  "digiplay/CleanLinearMix",
15
  "Yntec/BaronMix",
 
41
  "Yntec/StolenDreams",
42
  "digiplay/lutDiffusion_v09Beta",
43
  "Yntec/Crystalwave",
 
44
  "Yntec/theAllysMixIIIRevolutions",
45
  "Yntec/Synthwave",
46
  "Yntec/CrystalClearRemix",
 
223
  "Yntec/NovelAI",
224
  "Yntec/NovelAIRemix",
225
  "Yntec/Hiten",
226
+ "digiplay/AingDiffusion6",
227
  "digiplay/AingDiffusion8.17",
228
  "digiplay/MeinaPastel_v1",
229
  "AIARTCHAN/AbyssHellHero",
 
1242
  gr.Interface.load(f"models/{models[578]}",live=True,preprocess=False),
1243
  gr.Interface.load(f"models/{models[579]}",live=True,preprocess=False),
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
  ]