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