LiuZichen commited on
Commit
f8017a9
·
verified ·
1 Parent(s): 9a2d0b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -220,12 +220,6 @@ with gr.Blocks(css=css, head=head) as demo:
220
  btn = gr.Button("Run", variant="primary")
221
  with gr.Column():
222
  with gr.Accordion("parameters", open=False):
223
- ckpt_name = gr.Dropdown(
224
- label="Base Model Name",
225
- choices=folder_paths.get_filename_list("checkpoints"),
226
- value='SD1.5/realisticVisionV60B1_v51VAE.safetensors',
227
- interactive=True
228
- )
229
  negative_prompt = gr.Textbox(
230
  label="Negative Prompt",
231
  value="",
 
220
  btn = gr.Button("Run", variant="primary")
221
  with gr.Column():
222
  with gr.Accordion("parameters", open=False):
 
 
 
 
 
 
223
  negative_prompt = gr.Textbox(
224
  label="Negative Prompt",
225
  value="",