Spaces:
Runtime error
Runtime error
Brian Watson
commited on
Commit
•
08b22cc
1
Parent(s):
d4d7ead
Update app.py
Browse files
app.py
CHANGED
@@ -5,20 +5,27 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"stablediffusionapi/
|
9 |
-
"
|
10 |
-
"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"stablediffusionapi/
|
21 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
]
|
23 |
|
24 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"stablediffusionapi/amireal",
|
9 |
+
"wavymulder/Analog-Diffusion",
|
10 |
+
"circulus/sd-photoreal-real-v2",
|
11 |
+
"claudfuen/photorealistic-fuen-v1",
|
12 |
+
"dreamlike-art/dreamlike-photoreal-2.0",
|
13 |
+
"Lykon/DreamShaper",
|
14 |
+
"stablediffusionapi/edge-of-realism",
|
15 |
+
"hassanblend/hassanblend1.4",
|
16 |
+
"sakistriker/Lyriel_V1.3",
|
17 |
+
"wavymulder/portraitplus",
|
18 |
+
"runwayml/stable-diffusion-v1-5",
|
19 |
+
"stabilityai/stable-diffusion-2-1",
|
20 |
+
"stablediffusionapi/the-ally",
|
21 |
+
"wavymulder/timeless-diffusion",
|
22 |
+
"coreml/coreml-dreamful",
|
23 |
+
"coreml/coreml-dreamshaper-4",
|
24 |
+
"coreml/coreml-EdgeOfRealism",
|
25 |
+
"luongphamit/NeverEnding-Dream",
|
26 |
+
"windwhinny/perfectWorld",
|
27 |
+
"coreml/coreml-RealBiter",
|
28 |
+
"stablediffusionapi/realistic-vision-2",
|
29 |
]
|
30 |
|
31 |
|