From 778876dcd048f038ca0a6c1c3234ae8c5a77e6cf Mon Sep 17 00:00:00 2001 From: Goldmojo Date: Sat, 15 Jul 2023 17:28:58 +0200 Subject: [PATCH] =?UTF-8?q?Checks=20each=20checkbox=20by=20default=20in=20?= =?UTF-8?q?"Check=20models=E2=80=99=20new=20version"=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/civitai_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/civitai_helper.py b/scripts/civitai_helper.py index ad9e70a..47cd8c2 100644 --- a/scripts/civitai_helper.py +++ b/scripts/civitai_helper.py @@ -152,7 +152,7 @@ def on_ui_tabs(): with gr.Column(): gr.Markdown("### Check models' new version") with gr.Row(): - model_types_ckbg = gr.CheckboxGroup(choices=model_types, label="Model Types", value=["lora"]) + model_types_ckbg = gr.CheckboxGroup(choices=model_types, label="Model Types", value=["ti", "hyper", "ckp", "lora", "lycoris"]) check_models_new_version_btn = gr.Button(value="Check New Version from Civitai", variant="primary") check_models_new_version_log_md = gr.HTML("It takes time, just wait. Check console log for detail")