Brian Watson commited on
Commit
c81dfc7
β€’
1 Parent(s): b26f4af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -28
app.py CHANGED
@@ -4,34 +4,11 @@ import sys
4
  from pathlib import Path
5
 
6
  models = [
7
- {"name": "AmiIReal", "url": "stablediffusionapi/amireal"},
8
- {"name": "Analog Diffusion", "url": "wavymulder/Analog-Diffusion"},
9
- {"name": "Circulus 2.8", "url": "circulus/sd-photoreal-v2.8"},
10
- {"name": "Circulus Photoreal V2", "url": "circulus/sd-photoreal-real-v2"},
11
- {"name": "Claudfuen 1", "url": "claudfuen/photorealistic-fuen-v1"},
12
- {"name": "Collage Diffusion", "url": "wavymulder/collage-diffusion"},
13
- {"name": "Cyberrealistic", "url": "stablediffusionapi/cyberrealistic"},
14
- {"name": "Dreamful 2", "url": "Hius/DreamFul-V2"},
15
- {"name": "GakkiMix768", "url": "Sa1i/gakki-mix-768"},
16
- {"name": "Grimoeresigils", "url": "ECarbenia/grimoiresigils"},
17
- {"name": "HARDBlend", "url": "theintuitiveye/HARDblend"},
18
- {"name": "HassanBlend 1.4", "url": "hassanblend/hassanblend1.4"},
19
- {"name": "HassanBlend 1.5.1.2", "url": "hassanblend/HassanBlend1.5.1.2"},
20
- {"name": "Lomo Diffusion", "url": "wavymulder/lomo-diffusion"},
21
- {"name": "Model Shoot", "url": "wavymulder/modelshoot"},
22
- {"name": "Portrait Plus", "url": "wavymulder/portraitplus"},
23
- {"name": "QuinceMix", "url": "Hemlok/QuinceMix"},
24
- {"name": "Realistic Vision 1.4", "url": "SG161222/Realistic_Vision_V1.4"},
25
- {"name": "The Ally", "url": "stablediffusionapi/the-ally"},
26
- {"name": "Timeless Diffusion", "url": "wavymulder/timeless-diffusion"},
27
- {"name": "UltraSkin", "url": "VegaKH/Ultraskin"},
28
- {"name": "Wavyfusion", "url": "wavymulder/wavyfusion"},
29
- {"name": "❀ SEMI-REALISTIC MODELS ==========", "url": "stablediffusionapi/all-526"},
30
- {"name": "All 526", "url": "stablediffusionapi/all-526"},
31
- {"name": "All 526 animated", "url": "stablediffusionapi/all-526-animated"},
32
- {"name": "Circulus Semi Real 2", "url": "circulus/sd-photoreal-semi-v2"},
33
- {"name": "Semi Real Mix", "url": "robotjung/SemiRealMix"},
34
- {"name": "SpyBG", "url": "stablediffusionapi/spybg"},
35
  ]
36
 
37
  current_model = models[0]
 
4
  from pathlib import Path
5
 
6
  models = [
7
+ {"name": "Future Diffusion", "url": "nitrosocke/Future-Diffusion"},
8
+ {"name": "JWST Deep Space Diffusion", "url": "dallinmackay/JWST-Deep-Space-diffusion"},
9
+ {"name": "Robo Diffusion 3 Base", "url": "nousr/robo-diffusion-2-base"},
10
+ {"name": "Robo Diffusion", "url": "nousr/robo-diffusion"},
11
+ {"name": "Tron Legacy Diffusion", "url": "dallinmackay/Tron-Legacy-diffusion"},
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  ]
13
 
14
  current_model = models[0]