Yntec commited on
Commit
d1d5a82
β€’
1 Parent(s): c1aa589

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -4,6 +4,8 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
 
 
7
  "Yntec/elldrethSDreamMix",
8
  "digiplay/kencanmix_v1.5",
9
  "Yntec/mistoonEmerald2",
@@ -151,7 +153,6 @@ models = [
151
  "Yntec/nuipenimix2", #34K
152
  "Yntec/epiCPhotoGasm", #40K
153
  "Yntec/HitenDiffusion", #2K
154
- "nerijs/pixel-art-xl",
155
  "Yntec/MapleSyrup",
156
  "Yntec/WoopWoopRemix",
157
  "Yntec/ArcticFowl",
@@ -1215,6 +1216,8 @@ models2=[
1215
  gr.Interface.load(f"models/{models[567]}",live=True,preprocess=False),
1216
  gr.Interface.load(f"models/{models[568]}",live=True,preprocess=False),
1217
  gr.Interface.load(f"models/{models[569]}",live=True,preprocess=False),
 
 
1218
 
1219
  #Because there's a model 0, to know the number of models you add 1 to {models[n]}
1220
 
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ "Yntec/foto-assisted-diffusion",
8
+ "digiplay/YabaLMixTrue25D_V1.0",
9
  "Yntec/elldrethSDreamMix",
10
  "digiplay/kencanmix_v1.5",
11
  "Yntec/mistoonEmerald2",
 
153
  "Yntec/nuipenimix2", #34K
154
  "Yntec/epiCPhotoGasm", #40K
155
  "Yntec/HitenDiffusion", #2K
 
156
  "Yntec/MapleSyrup",
157
  "Yntec/WoopWoopRemix",
158
  "Yntec/ArcticFowl",
 
1216
  gr.Interface.load(f"models/{models[567]}",live=True,preprocess=False),
1217
  gr.Interface.load(f"models/{models[568]}",live=True,preprocess=False),
1218
  gr.Interface.load(f"models/{models[569]}",live=True,preprocess=False),
1219
+
1220
+ gr.Interface.load(f"models/{models[570]}",live=True,preprocess=False),
1221
 
1222
  #Because there's a model 0, to know the number of models you add 1 to {models[n]}
1223