Yntec commited on
Commit
e0b1e5b
Β·
1 Parent(s): 5064e32

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/DeliberateRealisticWoop",
8
  "Yntec/BeautyFool",
9
  "Yntec/MGM",
@@ -210,7 +211,6 @@ models = [
210
  "prompthero/midjourney-v4-diffusion",
211
  "prompthero/openjourney-v4",
212
  "x67/shortjourney",
213
- "darkstorm2150/Protogen_v2.2_Official_Release",
214
  "FredZhang7/paint-journey-v2",
215
  "digiplay/PersonaStyleCheckpoint",
216
  "darkstorm2150/Protogen_Infinity_Official_Release",
@@ -348,6 +348,7 @@ models = [
348
 
349
  "circulus/sd-anireal-v2.7",
350
  "0xJustin/Dungeons-and-Diffusion",
 
351
  "Guizmus/SDArt_AliceInDiffusionLand",
352
  "stablediffusionapi/realistic-vision-v20-2047",
353
  "redstonehero/RPG-v5-itr17_A10T",
@@ -1083,6 +1084,7 @@ models2=[
1083
  gr.Interface.load(f"models/{models[503]}",live=True,preprocess=False),
1084
  gr.Interface.load(f"models/{models[504]}",live=True,preprocess=False),
1085
  gr.Interface.load(f"models/{models[505]}",live=True,preprocess=False),
 
1086
  ]
1087
 
1088
 
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ "Yntec/Protogen",
8
  "Yntec/DeliberateRealisticWoop",
9
  "Yntec/BeautyFool",
10
  "Yntec/MGM",
 
211
  "prompthero/midjourney-v4-diffusion",
212
  "prompthero/openjourney-v4",
213
  "x67/shortjourney",
 
214
  "FredZhang7/paint-journey-v2",
215
  "digiplay/PersonaStyleCheckpoint",
216
  "darkstorm2150/Protogen_Infinity_Official_Release",
 
348
 
349
  "circulus/sd-anireal-v2.7",
350
  "0xJustin/Dungeons-and-Diffusion",
351
+ "darkstorm2150/Protogen_v2.2_Official_Release",
352
  "Guizmus/SDArt_AliceInDiffusionLand",
353
  "stablediffusionapi/realistic-vision-v20-2047",
354
  "redstonehero/RPG-v5-itr17_A10T",
 
1084
  gr.Interface.load(f"models/{models[503]}",live=True,preprocess=False),
1085
  gr.Interface.load(f"models/{models[504]}",live=True,preprocess=False),
1086
  gr.Interface.load(f"models/{models[505]}",live=True,preprocess=False),
1087
+ gr.Interface.load(f"models/{models[506]}",live=True,preprocess=False),
1088
  ]
1089
 
1090