mirror of
https://github.com/nod-ai/SHARK-Studio.git
synced 2026-01-08 05:24:00 -05:00
Reduce available step options for turbo.
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user