Spaces:
Runtime error
Runtime error
Brian Watson
commited on
Commit
·
1f65e7e
1
Parent(s):
a135ca7
Update app.py
Browse files
app.py
CHANGED
@@ -4,14 +4,11 @@ import sys
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
-
{"name": "
|
8 |
-
{"name": "
|
9 |
-
{"name": "
|
10 |
-
{"name": "
|
11 |
-
{"name": "
|
12 |
-
{"name": "DucHaiten SuperCute", "url": "DucHaiten/DucHaitenSuperCute"},
|
13 |
-
{"name": "Redshift Diffusion 768", "url": "nitrosocke/redshift-diffusion-768"},
|
14 |
-
{"name": "Redshift Diffusion", "url": "nitrosocke/redshift-diffusion"},
|
15 |
]
|
16 |
|
17 |
current_model = models[0]
|
|
|
4 |
from pathlib import Path
|
5 |
|
6 |
models = [
|
7 |
+
{"name": "All 526", "url": "stablediffusionapi/all-526"},
|
8 |
+
{"name": "All 526 animated", "url": "stablediffusionapi/all-526-animated"},
|
9 |
+
{"name": "Circulus Semi Real 2", "url": "circulus/sd-photoreal-semi-v2"},
|
10 |
+
{"name": "Semi Real Mix", "url": "robotjung/SemiRealMix"},
|
11 |
+
{"name": "SpyBG", "url": "stablediffusionapi/spybg"},
|
|
|
|
|
|
|
12 |
]
|
13 |
|
14 |
current_model = models[0]
|