Total Steps minimun is now 1 (init+1x outpaint

)
pull/76/head
GeorgLegato 2023-04-30 21:57:05 +02:00
parent 519944ddd0
commit 4114c85b97
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ def on_ui_tabs():
) )
main_outpaint_steps = gr.Slider( main_outpaint_steps = gr.Slider(
minimum=2, minimum=1,
maximum=100, maximum=100,
step=1, step=1,
value=8, value=8,