Spaces:
Runtime error
Runtime error
Brian Watson
commited on
Commit
•
1136965
1
Parent(s):
5200c5a
Update app.py
Browse files
app.py
CHANGED
@@ -4,17 +4,30 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
-
{"name": "
|
8 |
-
{"name": "
|
9 |
-
{"name": "
|
10 |
-
{"name": "
|
11 |
-
{"name": "
|
12 |
-
{"name": "
|
13 |
-
{"name": "
|
14 |
-
{"name": "
|
15 |
-
{"name": "
|
16 |
-
{"name": "
|
17 |
-
{"name": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
]
|
19 |
|
20 |
current_model = models[0]
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
{"name": "Dreamlike Photoreal", "url": "dreamlike-art/dreamlike-photoreal-2.0"},
|
8 |
+
{"name": "AmiIReal", "url": "stablediffusionapi/amireal"},
|
9 |
+
{"name": "Analog Diffusion", "url": "wavymulder/Analog-Diffusion"},
|
10 |
+
{"name": "Circulus 2.8", "url": "circulus/sd-photoreal-v2.8"},
|
11 |
+
{"name": "Circulus Photoreal V2", "url": "circulus/sd-photoreal-real-v2"},
|
12 |
+
{"name": "Claudfuen 1", "url": "claudfuen/photorealistic-fuen-v1"},
|
13 |
+
{"name": "Collage Diffusion", "url": "wavymulder/collage-diffusion"},
|
14 |
+
{"name": "Cyberrealistic", "url": "stablediffusionapi/cyberrealistic"},
|
15 |
+
{"name": "Dreamful 2", "url": "Hius/DreamFul-V2"},
|
16 |
+
{"name": "Dreamlike Photoreal", "url": "dreamlike-art/dreamlike-photoreal-2.0"},
|
17 |
+
{"name": "GakkiMix768", "url": "Sa1i/gakki-mix-768"},
|
18 |
+
{"name": "Grimoeresigils", "url": "ECarbenia/grimoiresigils"},
|
19 |
+
{"name": "HARDBlend", "url": "theintuitiveye/HARDblend"},
|
20 |
+
{"name": "HassanBlend 1.4", "url": "hassanblend/hassanblend1.4"},
|
21 |
+
{"name": "HassanBlend 1.5.1.2", "url": "hassanblend/HassanBlend1.5.1.2"},
|
22 |
+
{"name": "Lomo Diffusion", "url": "wavymulder/lomo-diffusion"},
|
23 |
+
{"name": "Model Shoot", "url": "wavymulder/modelshoot"},
|
24 |
+
{"name": "Portrait Plus", "url": "wavymulder/portraitplus"},
|
25 |
+
{"name": "QuinceMix", "url": "Hemlok/QuinceMix"},
|
26 |
+
{"name": "Realistic Vision 1.4", "url": "SG161222/Realistic_Vision_V1.4"},
|
27 |
+
{"name": "The Ally", "url": "stablediffusionapi/the-ally"},
|
28 |
+
{"name": "Timeless Diffusion", "url": "wavymulder/timeless-diffusion"},
|
29 |
+
{"name": "UltraSkin", "url": "VegaKH/Ultraskin"},
|
30 |
+
{"name": "Wavyfusion", "url": "wavymulder/wavyfusion"},
|
31 |
]
|
32 |
|
33 |
current_model = models[0]
|