mirror of
https://github.com/nod-ai/SHARK-Studio.git
synced 2026-01-09 13:57:54 -05:00
actually reduce steps
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user