From 09b77d50cf2a4a30cb9aa4f494143a2ce34e3974 Mon Sep 17 00:00:00 2001 From: toshiaki1729 <116595002+toshiaki1729@users.noreply.github.com> Date: Tue, 3 Jan 2023 01:12:20 +0900 Subject: [PATCH] Update main.py --- scripts/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.py b/scripts/main.py index 9948581..e49d300 100644 --- a/scripts/main.py +++ b/scripts/main.py @@ -578,7 +578,7 @@ def on_ui_tabs(): cb_use_clip_to_prefill = gr.Checkbox(value=cfg_general.use_clip_to_prefill, label='Use BLIP') cb_use_booru_to_prefill = gr.Checkbox(value=cfg_general.use_booru_to_prefill, label='Use DeepDanbooru') cb_use_waifu_to_prefill = gr.Checkbox(value=cfg_general.use_waifu_to_prefill, label='Use WDv1.4 Tagger') - with gr.Accordion(label='Interrogator Settings'): + with gr.Accordion(label='Interrogator Settings', open=False): with gr.Row(): cb_use_custom_threshold_booru = gr.Checkbox(value=cfg_general.use_custom_threshold_booru, label='Use Custom Threshold (Booru)', interactive=True) sl_custom_threshold_booru = gr.Slider(minimum=0, maximum=1, value=cfg_general.custom_threshold_booru, step=0.01, interactive=True, label='Booru Score Threshold')