Allow preset to set default inpaint engine.

This commit is contained in:
lllyasviel
2023-11-15 01:55:02 -08:00
parent cbe66fd5e0
commit 8f23e2e969
5 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -337,7 +337,7 @@ with shared.gradio_root:
info='Set as negative number to disable. For developer debugging.')
inpaint_engine = gr.Dropdown(label='Inpaint Engine',
value=flags.default_inpaint_engine_version,
value=modules.config.default_inpaint_engine_version,
choices=flags.inpaint_engine_versions,
info='Version of Fooocus inpaint model')