Update lora_gui.py

This commit is contained in:
Ki-wimon 2023-02-28 01:38:05 +08:00 committed by GitHub
parent 6e664f1176
commit c32a99dad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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