Skip to content

Commit

Permalink
Reduce available step options for turbo.
Browse files Browse the repository at this point in the history
  • Loading branch information
monorimet committed Jun 2, 2024
1 parent 9957c96 commit 6abd9ff
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 @@ -241,7 +241,7 @@ def base_model_changed(base_model_id):
if "turbo" in base_model_id:
new_steps = gr.Dropdown(
value=cmd_opts.steps,
choices=[1, 2, 3, 4],
choices=[1, 2, 3],
label="\U0001F3C3\U0000FE0F Steps",
allow_custom_value=False,
)
Expand Down

0 comments on commit 6abd9ff

Please sign in to comment.