From 5bfd478d32b61bc9a71d955a6a870eab63900a2d Mon Sep 17 00:00:00 2001 From: Ki-wimon <40882134+Ki-wimon@users.noreply.github.com> Date: Wed, 1 Mar 2023 20:27:23 +0800 Subject: [PATCH] update description to LoCon training --- lora_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lora_gui.py b/lora_gui.py index a29dae6..aab56e8 100644 --- a/lora_gui.py +++ b/lora_gui.py @@ -700,7 +700,7 @@ def lora_tab( enable_bucket = gr.Checkbox(label='Enable buckets', value=True) with gr.Accordion('Advanced Configuration', open=False): with gr.Row(): - locon= gr.Checkbox(label='Train a LoCon instead of a general LoRA (may not be able to merge now)', value=False) + locon= gr.Checkbox(label='Train a LoCon instead of a general LoRA (does not support v2 base models) (may not be able to some utilities now)', value=False) conv_dim = gr.Slider( minimum=1, maximum=512,