Commit ·
3d03a06
1
Parent(s): a5e1805
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,6 +15,11 @@ models = [
|
|
| 15 |
{"name": "DucHaiten SuperCute", "url": "DucHaiten/DucHaitenSuperCute"},
|
| 16 |
{"name": "Redshift Diffusion 768", "url": "nitrosocke/redshift-diffusion-768"},
|
| 17 |
{"name": "Redshift Diffusion", "url": "nitrosocke/redshift-diffusion"},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
]
|
| 19 |
|
| 20 |
current_model = models[0]
|
|
|
|
| 15 |
{"name": "DucHaiten SuperCute", "url": "DucHaiten/DucHaitenSuperCute"},
|
| 16 |
{"name": "Redshift Diffusion 768", "url": "nitrosocke/redshift-diffusion-768"},
|
| 17 |
{"name": "Redshift Diffusion", "url": "nitrosocke/redshift-diffusion"},
|
| 18 |
+
{"name": "All 526", "url": "stablediffusionapi/all-526"},
|
| 19 |
+
{"name": "All 526 animated", "url": "stablediffusionapi/all-526-animated"},
|
| 20 |
+
{"name": "Circulus Semi Real 2", "url": "circulus/sd-photoreal-semi-v2"},
|
| 21 |
+
{"name": "Semi Real Mix", "url": "robotjung/SemiRealMix"},
|
| 22 |
+
{"name": "SpyBG", "url": "stablediffusionapi/spybg"},
|
| 23 |
]
|
| 24 |
|
| 25 |
current_model = models[0]
|