Yntec commited on
Commit
041fad3
1 Parent(s): 5868418

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -5
app.py CHANGED
@@ -4,11 +4,12 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
7
- "Yntec/elldrethSLucidMix",
8
- "Yntec/DucHaitenNiji",
9
- "Yntec/NaughtyChildren",
10
- "Yntec/edgeOfRealism",
11
- "Yntec/HitenDiffusion",
 
12
  "Yntec/Citrus",
13
  "Yntec/Splash",
14
  "Yntec/animeSEXTILLION/",
@@ -1010,6 +1011,7 @@ models2=[
1010
 
1011
  gr.Interface.load(f"models/{models[470]}",live=True,preprocess=False),
1012
  gr.Interface.load(f"models/{models[471]}",live=True,preprocess=False),
 
1013
  ]
1014
 
1015
 
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ "Yntec/dosmixVAE",
8
+ "Yntec/elldrethSLucidMix", #600
9
+ "Yntec/DucHaitenNiji", #1K
10
+ "Yntec/NaughtyChildren", #2K
11
+ "Yntec/edgeOfRealism", #3K
12
+ "Yntec/HitenDiffusion", #1K
13
  "Yntec/Citrus",
14
  "Yntec/Splash",
15
  "Yntec/animeSEXTILLION/",
 
1011
 
1012
  gr.Interface.load(f"models/{models[470]}",live=True,preprocess=False),
1013
  gr.Interface.load(f"models/{models[471]}",live=True,preprocess=False),
1014
+ gr.Interface.load(f"models/{models[472]}",live=True,preprocess=False),
1015
  ]
1016
 
1017