inpaint engine v2.6

This commit is contained in:
lllyasviel
2023-11-11 09:47:54 -08:00
parent 64159f0ce3
commit 3d180e9eb6
4 changed files with 16 additions and 3 deletions
+1 -1
View File
@@ -300,7 +300,7 @@ with shared.gradio_root:
minimum=-1, maximum=1.0, step=0.001, value=-1,
info='Set as negative number to disable. For developer debugging.')
inpaint_engine = gr.Dropdown(label='Inpaint Engine', value='v1', choices=['v1', 'v2.5'],
inpaint_engine = gr.Dropdown(label='Inpaint Engine', value='v1', choices=['v1', 'v2.5', 'v2.6'],
info='Version of Fooocus inpaint model')
with gr.Tab(label='Control Debug'):