From 8818967d377fd4119631eea1367c688062bbb02f Mon Sep 17 00:00:00 2001 From: Arseni Lapunov Date: Mon, 8 May 2023 20:12:39 +0200 Subject: [PATCH] Fix typo in docs/Training-LoRAs.md (#1921) --- docs/Training-LoRAs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Training-LoRAs.md b/docs/Training-LoRAs.md index 3d75ec5..406ec1e 100644 --- a/docs/Training-LoRAs.md +++ b/docs/Training-LoRAs.md @@ -18,7 +18,7 @@ The WebUI seeks to make training your own LoRAs as easy as possible. It comes do - **3.1**: Load the WebUI, and your model. - Make sure you don't have any LoRAs already loaded (unless you want to train for multi-LoRA usage). - **3.2**: Open the `Training` tab at the top, `Train LoRA` sub-tab. -- **3.3**: Fill in the name lof the LoRA, select your dataset in the dataset options. +- **3.3**: Fill in the name of the LoRA, select your dataset in the dataset options. - **3.4**: Select other parameters to your preference. See [parameters below](#parameters). - **3.5**: click `Start LoRA Training`, and wait. - It can take a few hours for a large dataset, or just a few minute if doing a small run.