actually reduce steps

This commit is contained in:
Ean Garvey
2024-06-02 14:00:45 -05:00
parent 5f1b5e58d6
commit ac48b843e7

View File

@@ -456,7 +456,7 @@ with gr.Blocks(title="Stable Diffusion") as sd_element:
with gr.Row():
steps = gr.Dropdown(
value=cmd_opts.steps,
choices=[1, 2, 3, 4],
choices=[1, 2, 3],
label="\U0001F3C3\U0000FE0F Steps",
allow_custom_value=True,
)