Update README.md
Browse files
README.md
CHANGED
@@ -116,6 +116,9 @@ or check the inference notebook. before that, make sure you read the **Important
|
|
116 |
|
117 |
# Training:
|
118 |
|
|
|
|
|
|
|
119 |
**First stage training**:
|
120 |
```bash
|
121 |
accelerate launch train_first.py --config_path ./Configs/config.yml
|
|
|
116 |
|
117 |
# Training:
|
118 |
|
119 |
+
|
120 |
+
**Before starting remove lines 985 and 986 from models.py also remove "KotoDama_Prompt, KotoDama_Text" from the "build_model" function's parameters.**
|
121 |
+
|
122 |
**First stage training**:
|
123 |
```bash
|
124 |
accelerate launch train_first.py --config_path ./Configs/config.yml
|