|
| 1 | +### 2023-05-28 |
| 2 | +- Add v2 jupyter notebook, korean changelog, fix some environment requirments |
| 3 | +- Add voiceless consonant and breath protection mode |
| 4 | +- Support crepe-full pitch detect |
| 5 | +- UVR5 vocal separation: support dereverb models and de-echo models |
| 6 | +- Add experiment name and version on the name of index |
| 7 | +- Support users to manually select export format of output audios when batch voice conversion processing and UVR5 vocal separation |
| 8 | +- 32k model training is no more supported |
| 9 | + |
| 10 | +todolist: |
| 11 | +- Feature retrieval: add temporal feature retrieval |
| 12 | +- Feature retrieval: add pre-kmeans option |
| 13 | +- Feature retrieval: add PCAR dimensionality reduction |
| 14 | +- Add onnx inference support |
| 15 | +- Random data augmentation when training: pitch, gender, eq, noise |
| 16 | +- Add v2 version pretrained-models |
| 17 | + |
1 | 18 | ### 2023-05-13
|
2 | 19 | - Clear the redundant codes in the old version of runtime in the one-click-package: infer_pack and uvr5_pack
|
3 | 20 | - Fix pseudo multiprocessing bug in training set preprocessing
|
|
16 | 33 | - Limit excessive volume exceeding 1 before inference
|
17 | 34 | - Slightly adjusted the settings of training-set preprocessing
|
18 | 35 |
|
19 |
| -Todolist: |
20 |
| - - Support crepe pitch detect |
21 |
| - - Support users to manually select export format of output audios when batch voice conversion processing |
22 | 36 |
|
23 | 37 | #######################
|
24 | 38 |
|
@@ -56,5 +70,3 @@ Features:
|
56 | 70 | Base model:
|
57 | 71 | - Collect breathing wav files to add to the training dataset to fix the issue of distorted breath sounds
|
58 | 72 | - We are currently training a base model with an extended singing dataset, which will be released in the future
|
59 |
| -- Upgrade discriminator |
60 |
| -- Upgrade self-supervised feature structure |
|
0 commit comments