From 2e40cac7d416a44b85d569a17f3bec7cbb37062e Mon Sep 17 00:00:00 2001 From: Michael Nugent Date: Tue, 6 Jun 2023 22:53:34 -0400 Subject: [PATCH] Fixing typos that cause failed tests --- library/merge_lora_gui.py | 2 +- library/wd14_caption_gui.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library/merge_lora_gui.py b/library/merge_lora_gui.py index b4fc3e680..2e6cf705c 100644 --- a/library/merge_lora_gui.py +++ b/library/merge_lora_gui.py @@ -104,7 +104,7 @@ def merge_lora( def gradio_merge_lora_tab(headless=False): with gr.Tab('Merge LoRA'): gr.Markdown( - 'This utility can merge up to 4 LoRA together or alternativelly merge up to 4 LoRA into a SD checkpoint.' + 'This utility can merge up to 4 LoRA together or alternatively merge up to 4 LoRA into a SD checkpoint.' ) lora_ext = gr.Textbox(value='*.safetensors *.pt', visible=False) diff --git a/library/wd14_caption_gui.py b/library/wd14_caption_gui.py index 5c7c550cb..8027023d1 100644 --- a/library/wd14_caption_gui.py +++ b/library/wd14_caption_gui.py @@ -156,7 +156,7 @@ def gradio_wd14_caption_gui_tab(headless=False): character_threshold = gr.Slider( value=0.35, label='Character threshold', - info='useful if you want to train with characte', + info='useful if you want to train with character', minimum=0, maximum=1, step=0.05,