Yntec commited on
Commit
e2e1438
1 Parent(s): afb03a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -4,9 +4,10 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
7
- "stabilityai/stable-diffusion-xl-base-1.0",
8
  "Linaqruf/animagine-xl",
9
  "nerijs/pixel-art-xl",
 
10
  "Yntec/OpenLexica",
11
  "Yntec/MapleSyrup",
12
  "Yntec/WoopWoopRemix",
@@ -864,7 +865,7 @@ models2=[
864
 
865
  gr.Interface.load(f"models/{models[400]}",live=True,preprocess=False),
866
  gr.Interface.load(f"models/{models[401]}",live=True,preprocess=False),
867
- #gr.Interface.load(f"models/{models[402]}",live=True,preprocess=False),
868
  ]
869
 
870
 
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ "Yntec/OpenNijiRemix",
8
  "Linaqruf/animagine-xl",
9
  "nerijs/pixel-art-xl",
10
+ "stabilityai/stable-diffusion-xl-base-1.0",
11
  "Yntec/OpenLexica",
12
  "Yntec/MapleSyrup",
13
  "Yntec/WoopWoopRemix",
 
865
 
866
  gr.Interface.load(f"models/{models[400]}",live=True,preprocess=False),
867
  gr.Interface.load(f"models/{models[401]}",live=True,preprocess=False),
868
+ gr.Interface.load(f"models/{models[402]}",live=True,preprocess=False),
869
  ]
870
 
871