mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
Update webui.py
This commit is contained in:
@@ -273,8 +273,7 @@ with shared.gradio_root:
|
|||||||
info='Enabling Fooocus\'s implementation of CFG mimicking for TSNR '
|
info='Enabling Fooocus\'s implementation of CFG mimicking for TSNR '
|
||||||
'(effective when real CFG > mimicked CFG).')
|
'(effective when real CFG > mimicked CFG).')
|
||||||
sampler_name = gr.Dropdown(label='Sampler', choices=flags.sampler_list,
|
sampler_name = gr.Dropdown(label='Sampler', choices=flags.sampler_list,
|
||||||
value=modules.config.default_sampler,
|
value=modules.config.default_sampler)
|
||||||
info='Only effective in non-inpaint mode.')
|
|
||||||
scheduler_name = gr.Dropdown(label='Scheduler', choices=flags.scheduler_list,
|
scheduler_name = gr.Dropdown(label='Scheduler', choices=flags.scheduler_list,
|
||||||
value=modules.config.default_scheduler,
|
value=modules.config.default_scheduler,
|
||||||
info='Scheduler of Sampler.')
|
info='Scheduler of Sampler.')
|
||||||
|
|||||||
Reference in New Issue
Block a user