mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
Allow preset to set default inpaint engine.
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user