mindtube commited on
Commit
975af0d
·
1 Parent(s): 3c4f2ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -9
app.py CHANGED
@@ -4,14 +4,7 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
7
- {"name": "2D Mix", "url": "katakana/2D-Mix"},
8
- {"name": "3DKX", "url": "coreml/coreml-3DKX"},
9
- {"name": "526 Mix", "url": "philz1337/526mix"},
10
- {"name": "A Certain Model", "url": "JosephusCheung/ACertainModel"},
11
- {"name": "A Certainity", "url": "JosephusCheung/ACertainty"},
12
- {"name": "A Zovya RPG", "url": "coreml/coreml-A-Zovya-RPG-Artist-Tools-v2"},
13
- {"name": "Abyssorange Mix 2 NSFW", "url": "stablediffusionapi/abyssorangemix2nsfw"},
14
- {"name": "Acertainthing", "url": "JosephusCheung/ACertainThing"},
15
  {"name": "ACH 3", "url": "swl-models/AC_H-3"},
16
  {"name": "Agenda Mix", "url": "Duskfallcrew/AgendaMix"},
17
  {"name": "Ai Illustration", "url": "sd-dreambooth-library/ai-illustration"},
@@ -347,7 +340,6 @@ models = [
347
  {"name": "Zoirun Plus", "url": "swl-models/zoirun-plus"},
348
  {"name": "Zombie VECTOR", "url": "plasmo/zombie-vector"},
349
  {"name": "Zunkiri Lora YURUSEINE", "url": "yuruseine/zunkiri-lora-yuruseine"},
350
-
351
  ]
352
 
353
  current_model = models[0]
 
4
  from pathlib import Path
5
 
6
  models = [
7
+
 
 
 
 
 
 
 
8
  {"name": "ACH 3", "url": "swl-models/AC_H-3"},
9
  {"name": "Agenda Mix", "url": "Duskfallcrew/AgendaMix"},
10
  {"name": "Ai Illustration", "url": "sd-dreambooth-library/ai-illustration"},
 
340
  {"name": "Zoirun Plus", "url": "swl-models/zoirun-plus"},
341
  {"name": "Zombie VECTOR", "url": "plasmo/zombie-vector"},
342
  {"name": "Zunkiri Lora YURUSEINE", "url": "yuruseine/zunkiri-lora-yuruseine"},
 
343
  ]
344
 
345
  current_model = models[0]