malcolmrey commited on
Commit
4891029
·
1 Parent(s): 7f8ef13

updated readme

Browse files
Files changed (1) hide show
  1. tutorials/wan-21-lora-training.md +6 -1
tutorials/wan-21-lora-training.md CHANGED
@@ -40,7 +40,12 @@ Currently I use the **AI Toolkit**:
40
 
41
  Most of the settings are default, but I did tweak some minor things for my convenience.
42
 
43
- The way to quickly start a new training is to replace the configuration file and edit two values directly in it via the GUI. My configuration is attached to this article → **aitoolkit-config.txt**
 
 
 
 
 
44
 
45
  ### Training Steps
46
 
 
40
 
41
  Most of the settings are default, but I did tweak some minor things for my convenience.
42
 
43
+ The way to quickly start a new training is to replace the configuration file and edit two values directly in it via the GUI.
44
+
45
+ **Example configuration files are provided in the `scripts/` subfolder:**
46
+ - [`wan2.1-training-config-man.txt`](scripts/wan2.1-training-config-man.txt) - Configuration for training male subjects
47
+ - [`wan2.1-training-config-woman.txt`](scripts/wan2.1-training-config-woman.txt) - Configuration for training female subjects
48
+ - [`wan2.1-training-config-style.txt`](scripts/wan2.1-training-config-style.txt) - Configuration for training artistic styles
49
 
50
  ### Training Steps
51