Spaces:
Building
Building
Commit
·
1fe73ae
1
Parent(s):
680f361
Update app.py
Browse files
app.py
CHANGED
@@ -5,18 +5,15 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"digiplay/2.5DSET_new1a25d_FFver",
|
18 |
-
"digiplay/DiamondCoalMix_v2_pruned_diffusers",
|
19 |
-
"digiplay/GhostMix",
|
20 |
]
|
21 |
|
22 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"stabilityai/stable-diffusion-2",
|
9 |
+
"antoninobrillante/gtl-elephant-ext",
|
10 |
+
"antoninobrillante/gtl-elephant-test2",
|
11 |
+
"matallanas/ignatiusFarray-person",
|
12 |
+
"faalbane/kopper-kreations-custom-stable-diffusion-style-v-1-5-21-photos-vv-1",
|
13 |
+
"imjunaidafzal/saqib-v2",
|
14 |
+
"imjunaidafzal/saqib-sarahkhan-t350-u4000-11-21-pm",
|
15 |
+
"Joeythemonster/anything-midjourney-v-4-1",
|
16 |
+
"stabilityai/stable-diffusion-2-1",
|
|
|
|
|
|
|
17 |
]
|
18 |
|
19 |
|