Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ samplers = pipe.constant("/sd/samplers")
|
|
11 |
|
12 |
|
13 |
with gr.Blocks(css=css, theme="zenafey/prodia-web") as demo:
|
14 |
-
model = gr.Dropdown(interactive=True, value=
|
15 |
choices=model_list, elem_id="model_dd")
|
16 |
|
17 |
with gr.Tabs() as tabs:
|
|
|
11 |
|
12 |
|
13 |
with gr.Blocks(css=css, theme="zenafey/prodia-web") as demo:
|
14 |
+
model = gr.Dropdown(interactive=True, value="anything-v4.5-pruned.ckpt [65745d25]", show_label=True, label="Stable Diffusion Checkpoint",
|
15 |
choices=model_list, elem_id="model_dd")
|
16 |
|
17 |
with gr.Tabs() as tabs:
|