Spaces:
Sleeping
Sleeping
Commit
·
0e75d28
1
Parent(s):
9c1c9fe
Update app.py
Browse files
app.py
CHANGED
@@ -5,19 +5,19 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
]
|
22 |
|
23 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"Verne/miffy-rabbit",
|
9 |
+
"doohickey/doodad-v1-3",
|
10 |
+
"Norod78/sd15-caricature-portraits-blip-captions",
|
11 |
+
"krystv/hestyle-diffusion",
|
12 |
+
"baruga/mandelbrot-fractals",
|
13 |
+
"TheLastBen/wingview-640px",
|
14 |
+
"alkzar90/ppaine-landscape",
|
15 |
+
"arnomatic/seacreatures",
|
16 |
+
"carlosabadia/cosmos",
|
17 |
+
"Fictiverse/Stable_Diffusion_Microscopic_model",
|
18 |
+
"sd-dreambooth-library/herge-style",
|
19 |
+
"plasmo/clayitization-sd1-5-768px",
|
20 |
+
"ItsJayQz/Firewatch_Diffusion",
|
21 |
]
|
22 |
|
23 |
|