|
| 1 | +### 2023-06-18 |
| 2 | +- New pretrained v2 models: 32k and 48k |
| 3 | +- Fix non-f0 model inference errors |
| 4 | +- For training-set exceeding 1 hour, do automatic minibatch-kmeans to reduce feature shape, so that index training, adding, and searching will be much faster. |
| 5 | +- Provide a toy vocal2guitar huggingface space |
| 6 | +- Auto delete outlier short cut training-set audios |
| 7 | +- Onnx export tab |
| 8 | + |
| 9 | +Failed experiments: |
| 10 | +- ~~Feature retrieval: add temporal feature retrieval: not effective~~ |
| 11 | +- ~~Feature retrieval: add PCAR dimensionality reduction: searching is even slower~~ |
| 12 | +- ~~Random data augmentation when training: not effective~~ |
| 13 | + |
| 14 | +todolist: |
| 15 | +- Vocos-RVC (tiny vocoder) |
| 16 | +- Crepe support for training |
| 17 | +- Half precision crepe inference |
| 18 | +- F0 editor support |
| 19 | + |
1 | 20 | ### 2023-05-28
|
2 | 21 | - Add v2 jupyter notebook, korean changelog, fix some environment requirments
|
3 | 22 | - Add voiceless consonant and breath protection mode
|
4 | 23 | - Support crepe-full pitch detect
|
5 | 24 | - UVR5 vocal separation: support dereverb models and de-echo models
|
6 | 25 | - Add experiment name and version on the name of index
|
7 | 26 | - 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 |
| 27 | +- v1 32k model training is no more supported |
17 | 28 |
|
18 | 29 | ### 2023-05-13
|
19 | 30 | - Clear the redundant codes in the old version of runtime in the one-click-package: infer_pack and uvr5_pack
|
|
0 commit comments