openvoice plugin
Browse files- .ipynb_checkpoints/README-checkpoint.md +1 -3
- README.md +1 -3
.ipynb_checkpoints/README-checkpoint.md
CHANGED
@@ -96,12 +96,10 @@ dreamvoice.save_audio('gen2.wav', gen_audio2, sr)
|
|
96 |
1. download VCTK and LibriTTS-R
|
97 |
2. extract speaker embeddings and cache in local path:
|
98 |
```
|
99 |
-
|
100 |
-
dreamvoice/train_utils/prepare/prepare_se.py
|
101 |
```
|
102 |
3. modify trainning config and train your dreamvoice plugin:
|
103 |
```
|
104 |
-
# example code
|
105 |
cd dreamvoice/train_utils/src
|
106 |
accelerate launch train.py
|
107 |
```
|
|
|
96 |
1. download VCTK and LibriTTS-R
|
97 |
2. extract speaker embeddings and cache in local path:
|
98 |
```
|
99 |
+
python dreamvoice/train_utils/prepare/prepare_se.py
|
|
|
100 |
```
|
101 |
3. modify trainning config and train your dreamvoice plugin:
|
102 |
```
|
|
|
103 |
cd dreamvoice/train_utils/src
|
104 |
accelerate launch train.py
|
105 |
```
|
README.md
CHANGED
@@ -96,12 +96,10 @@ dreamvoice.save_audio('gen2.wav', gen_audio2, sr)
|
|
96 |
1. download VCTK and LibriTTS-R
|
97 |
2. extract speaker embeddings and cache in local path:
|
98 |
```
|
99 |
-
|
100 |
-
dreamvoice/train_utils/prepare/prepare_se.py
|
101 |
```
|
102 |
3. modify trainning config and train your dreamvoice plugin:
|
103 |
```
|
104 |
-
# example code
|
105 |
cd dreamvoice/train_utils/src
|
106 |
accelerate launch train.py
|
107 |
```
|
|
|
96 |
1. download VCTK and LibriTTS-R
|
97 |
2. extract speaker embeddings and cache in local path:
|
98 |
```
|
99 |
+
python dreamvoice/train_utils/prepare/prepare_se.py
|
|
|
100 |
```
|
101 |
3. modify trainning config and train your dreamvoice plugin:
|
102 |
```
|
|
|
103 |
cd dreamvoice/train_utils/src
|
104 |
accelerate launch train.py
|
105 |
```
|