hollowstrawberry
commited on
Commit
•
a026974
1
Parent(s):
39a5556
Update README.md
Browse files
README.md
CHANGED
@@ -36,7 +36,7 @@ language:
|
|
36 |
* [Ultimate Upscaler](#ultimate)
|
37 |
* [ControlNet](#controlnet)
|
38 |
* [Lora Training for beginners](#train)
|
39 |
-
* [Creating a dataset](#
|
40 |
* [Training Parameters](#trainparams)
|
41 |
* [Testing your results](#traintest)
|
42 |
* [Tips for Character Loras](#trainchars)
|
@@ -396,7 +396,7 @@ With those way smarter resources out of the way, I'll try to produce a short and
|
|
396 |
|
397 |
1. Scroll down to *C: Settings* but don't run it yet. Here in **Start** you may give any name you want to your project. You may also change the base model for training, but we'll be using AnythingV3_fp16 as it is the foundation of all anime models.
|
398 |
|
399 |
-
1. **Creating a dataset** <a name="
|
400 |
|
401 |
This is the largest part of Lora training. You will need to create a "dataset" of images to train with, along with corresponding text files containing tags for those images.
|
402 |
|
|
|
36 |
* [Ultimate Upscaler](#ultimate)
|
37 |
* [ControlNet](#controlnet)
|
38 |
* [Lora Training for beginners](#train)
|
39 |
+
* [Creating a dataset](#datasets)
|
40 |
* [Training Parameters](#trainparams)
|
41 |
* [Testing your results](#traintest)
|
42 |
* [Tips for Character Loras](#trainchars)
|
|
|
396 |
|
397 |
1. Scroll down to *C: Settings* but don't run it yet. Here in **Start** you may give any name you want to your project. You may also change the base model for training, but we'll be using AnythingV3_fp16 as it is the foundation of all anime models.
|
398 |
|
399 |
+
1. **Creating a dataset** <a name="datasets"></a>[▲](#index)
|
400 |
|
401 |
This is the largest part of Lora training. You will need to create a "dataset" of images to train with, along with corresponding text files containing tags for those images.
|
402 |
|