inpaint 2.5 (#631)

This commit is contained in:
lllyasviel
2023-10-10 14:44:02 -07:00
committed by GitHub
parent a960d24825
commit c24be3f886
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -255,7 +255,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'],
inpaint_engine = gr.Dropdown(label='Inpaint Engine', value='v1', choices=['v1', 'v2.5'],
info='Version of Fooocus inpaint model')
with gr.Tab(label='Control Debug'):