aexyb commited on
Commit
e90a37e
·
verified ·
1 Parent(s): 0d4e1e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -5,7 +5,7 @@ import gradio as gr
5
  import time
6
 
7
  models =[
8
- "Yntec/DegreesOfFreedom",
9
  "Yntec/ChickFlick",
10
  "John6666/ultimate-realistic-mix-v2-sdxl",
11
  "John6666/defacta-xl-3-v3-sdxl",
@@ -13,11 +13,9 @@ models =[
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 = {}
23
  model_idx = 1
@@ -126,7 +124,7 @@ with gr.Blocks(title="SD Models") as my_interface:
126
  model_idx += 1
127
  pass
128
  pass
129
-
130
  # improve_prompts_btn_clicked=improve_prompts_btn.click(
131
  # get_prompts,
132
  # inputs=[primary_prompt],
 
5
  import time
6
 
7
  models =[
8
+ "mann-e/Mann-E_Dreams",
9
  "Yntec/ChickFlick",
10
  "John6666/ultimate-realistic-mix-v2-sdxl",
11
  "John6666/defacta-xl-3-v3-sdxl",
 
13
  "John6666/epicrealism-xl-v8kiss-sdxl",
14
  "John6666/wai-real-mix-v8-sdxl",
15
  "John6666/real-vis-xl-v40-sdxl",
16
+ "Yntec/DegreesOfFreedom",
17
  ]
18
 
 
 
19
 
20
  model_functions = {}
21
  model_idx = 1
 
124
  model_idx += 1
125
  pass
126
  pass
127
+ text_gen1=gr.Interface.load("spaces/phenomenon1981/MagicPrompt-Stable-Diffusion")
128
  # improve_prompts_btn_clicked=improve_prompts_btn.click(
129
  # get_prompts,
130
  # inputs=[primary_prompt],