From c32a99dad5244a1cad03fdb0820d154cb8fdc143 Mon Sep 17 00:00:00 2001 From: Ki-wimon <40882134+Ki-wimon@users.noreply.github.com> Date: Tue, 28 Feb 2023 01:38:05 +0800 Subject: [PATCH] Update lora_gui.py --- lora_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lora_gui.py b/lora_gui.py index 29523a7..d2c867a 100644 --- a/lora_gui.py +++ b/lora_gui.py @@ -688,7 +688,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', value=False) + locon= gr.Checkbox(label='Train a LoCon instead of a general LoRA (may not be able to merge now)', value=False) with gr.Row(): no_token_padding = gr.Checkbox( label='No token padding', value=False