mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 10:31:17 -08:00
add user setting
Now this is disabled by default
This commit is contained in:
parent
fd71b761ff
commit
4e17fc36d8
2 changed files with 3 additions and 1 deletions
|
|
@ -53,7 +53,8 @@ def create_ui():
|
|||
show_extras_results = gr.Checkbox(label='Show result images', value=True, elem_id="extras_show_extras_results")
|
||||
|
||||
script_inputs = scripts.scripts_postproc.setup_ui()
|
||||
hook_scale_update(script_inputs)
|
||||
if getattr(shared.opts, 'scaleBy_from_upscaler', False):
|
||||
hook_scale_update(script_inputs)
|
||||
|
||||
with gr.Column():
|
||||
toprow = ui_toprow.Toprow(is_compact=True, is_img2img=False, id_part="extras")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue