Yntec commited on
Commit
ec3077b
β€’
1 Parent(s): f619894

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -4,6 +4,8 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
 
 
7
  "Yntec/IronCatFateToons",
8
  "digiplay/fantasticmix_v65_test",
9
  "Yntec/MemeDiffusion",
@@ -127,6 +129,7 @@ models = [
127
  "Yntec/lamettaNightly", #6K
128
  "Yntec/REV", #6K
129
  "Yntec/NaughtyChildren", #6K
 
130
  "Yntec/Thriller", #13K
131
  "Yntec/Splash", #7K
132
  "Yntec/OpenGenDiffusers", #7K
@@ -143,7 +146,6 @@ models = [
143
  "Yntec/nuipenimix2", #34K
144
  "Yntec/epiCPhotoGasm", #40K
145
  "Yntec/HitenDiffusion", #2K
146
- "Yntec/humu",
147
  "Linaqruf/animagine-xl",
148
  "nerijs/pixel-art-xl",
149
  "Yntec/MapleSyrup",
@@ -1203,6 +1205,8 @@ models2=[
1203
  gr.Interface.load(f"models/{models[561]}",live=True,preprocess=False),
1204
  gr.Interface.load(f"models/{models[562]}",live=True,preprocess=False),
1205
  gr.Interface.load(f"models/{models[563]}",live=True,preprocess=False),
 
 
1206
 
1207
  #Because there's a model 0, to know the number of models you add 1 to {models[n]}
1208
 
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ "Yntec/AnythingRemix",
8
+ "digiplay/ya3_VAE",
9
  "Yntec/IronCatFateToons",
10
  "digiplay/fantasticmix_v65_test",
11
  "Yntec/MemeDiffusion",
 
129
  "Yntec/lamettaNightly", #6K
130
  "Yntec/REV", #6K
131
  "Yntec/NaughtyChildren", #6K
132
+ "Yntec/humu", #6K
133
  "Yntec/Thriller", #13K
134
  "Yntec/Splash", #7K
135
  "Yntec/OpenGenDiffusers", #7K
 
146
  "Yntec/nuipenimix2", #34K
147
  "Yntec/epiCPhotoGasm", #40K
148
  "Yntec/HitenDiffusion", #2K
 
149
  "Linaqruf/animagine-xl",
150
  "nerijs/pixel-art-xl",
151
  "Yntec/MapleSyrup",
 
1205
  gr.Interface.load(f"models/{models[561]}",live=True,preprocess=False),
1206
  gr.Interface.load(f"models/{models[562]}",live=True,preprocess=False),
1207
  gr.Interface.load(f"models/{models[563]}",live=True,preprocess=False),
1208
+ gr.Interface.load(f"models/{models[564]}",live=True,preprocess=False),
1209
+ gr.Interface.load(f"models/{models[565]}",live=True,preprocess=False),
1210
 
1211
  #Because there's a model 0, to know the number of models you add 1 to {models[n]}
1212