Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
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="",
|