Update webui.py
This commit is contained in:
parent
e6aeefd2b4
commit
fa86cf4d54
3
webui.py
3
webui.py
@ -273,8 +273,7 @@ with shared.gradio_root:
|
||||
info='Enabling Fooocus\'s implementation of CFG mimicking for TSNR '
|
||||
'(effective when real CFG > mimicked CFG).')
|
||||
sampler_name = gr.Dropdown(label='Sampler', choices=flags.sampler_list,
|
||||
value=modules.config.default_sampler,
|
||||
info='Only effective in non-inpaint mode.')
|
||||
value=modules.config.default_sampler)
|
||||
scheduler_name = gr.Dropdown(label='Scheduler', choices=flags.scheduler_list,
|
||||
value=modules.config.default_scheduler,
|
||||
info='Scheduler of Sampler.')
|
||||
|
Loading…
Reference in New Issue
Block a user