Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,15 +5,15 @@ import gradio as gr
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
-
"
|
9 |
"sd-community/sdxl-flash",
|
10 |
-
"
|
11 |
"black-forest-labs/FLUX.1-schnell",
|
12 |
-
"
|
13 |
"John6666/epicrealism-xl-v8kiss-sdxl",
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
|
18 |
]
|
19 |
|
|
|
5 |
import time
|
6 |
|
7 |
models =[
|
8 |
+
"mann-e/Mann-E_Dreams",
|
9 |
"sd-community/sdxl-flash",
|
10 |
+
"John6666/st2-bedamnrealpony-v1-sdxl",
|
11 |
"black-forest-labs/FLUX.1-schnell",
|
12 |
+
"dreamlike-art/dreamlike-photoreal-2.0",
|
13 |
"John6666/epicrealism-xl-v8kiss-sdxl",
|
14 |
+
"alvdansen/flux-koda",
|
15 |
+
"fluently/Fluently-XL-Final",
|
16 |
+
"Yntec/DreamPhotoGASM",
|
17 |
|
18 |
]
|
19 |
|