Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,13 +10,13 @@ models =[
|
|
10 |
"Yntec/DegreesOfFreedom",
|
11 |
"Yntec/UltraHighDefinition",
|
12 |
"John6666/9527-detail-realistic-xl-v55mix-sdxl",
|
13 |
-
"
|
14 |
"John6666/wai-real-mix-v8-sdxl",
|
15 |
"John6666/real-vis-xl-v40-sdxl",
|
16 |
"mann-e/Mann-E_Dreams",
|
17 |
]
|
18 |
|
19 |
-
|
20 |
|
21 |
model_functions = {}
|
22 |
model_idx = 1
|
@@ -79,6 +79,7 @@ def clear_fn():
|
|
79 |
return tuple([None, *[None for _ in range(nn)]])
|
80 |
|
81 |
|
|
|
82 |
|
83 |
with gr.Blocks(title="SD Models") as my_interface:
|
84 |
with gr.Column(scale=12):
|
|
|
10 |
"Yntec/DegreesOfFreedom",
|
11 |
"Yntec/UltraHighDefinition",
|
12 |
"John6666/9527-detail-realistic-xl-v55mix-sdxl",
|
13 |
+
"John6666/zonkey-realism-v5-sdxl",
|
14 |
"John6666/wai-real-mix-v8-sdxl",
|
15 |
"John6666/real-vis-xl-v40-sdxl",
|
16 |
"mann-e/Mann-E_Dreams",
|
17 |
]
|
18 |
|
19 |
+
|
20 |
|
21 |
model_functions = {}
|
22 |
model_idx = 1
|
|
|
79 |
return tuple([None, *[None for _ in range(nn)]])
|
80 |
|
81 |
|
82 |
+
text_gen1=gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
|
83 |
|
84 |
with gr.Blocks(title="SD Models") as my_interface:
|
85 |
with gr.Column(scale=12):
|