Skip to content

Commit

Permalink
actually reduce steps
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet committed Jun 2, 2024
1 parent 5f1b5e5 commit ac48b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/shark_studio/web/ui/sd.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ def base_model_changed(base_model_id):
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,
)
Expand Down

0 comments on commit ac48b84

Please sign in to comment.