Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,12 +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 |
-
"
|
17 |
]
|
18 |
|
|
|
19 |
|
20 |
model_functions = {}
|
21 |
model_idx = 1
|
@@ -39,7 +40,6 @@ def send_it_idx(idx):
|
|
39 |
|
40 |
def get_prompts(prompt_text):
|
41 |
|
42 |
-
text_gen1=gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
|
43 |
return prompt_text
|
44 |
|
45 |
def clear_it(val):
|
|
|
10 |
"Yntec/DegreesOfFreedom",
|
11 |
"Yntec/UltraHighDefinition",
|
12 |
"John6666/9527-detail-realistic-xl-v55mix-sdxl",
|
13 |
+
"RealVisXL_V3.0_Turbo",
|
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 |
model_functions = {}
|
22 |
model_idx = 1
|
|
|
40 |
|
41 |
def get_prompts(prompt_text):
|
42 |
|
|
|
43 |
return prompt_text
|
44 |
|
45 |
def clear_it(val):
|