Skip to content

Commit

Permalink
Merge branch 'dev2' of https://github.com/bmaltais/kohya_ss into dev2
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaltais committed Jun 7, 2023
2 parents 44632ff + 8dce024 commit b3081b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/merge_lora_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion library/wd14_caption_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b3081b5

Please sign in to comment.