Reduce available step options for turbo.

This commit is contained in:
Ean Garvey
2024-06-02 11:41:23 -05:00
parent 9957c96014
commit 6abd9ff5cf

View File

@@ -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,
)