Skip to content

Commit

Permalink
update translation to match current documentation
Browse files Browse the repository at this point in the history
更新翻译资料以配合现版资料。
  • Loading branch information
Archivoice authored Jan 9, 2023
1 parent 9554608 commit c4bb399
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Eng_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
## Model Overview
A singing voice coversion (SVC) model, using the SoftVC encoder to extract features from the input audio, sent into VITS along with the F0 to replace the original input to acheive a voice conversion effect. Additionally, changing the vocoder to [NSF HiFiGAN](https://github.com/openvpi/DiffSinger/tree/refactor/modules/nsf_hifigan) to fix the issue with unwanted staccato.
## Notice
The current branch is the 32kHz version, which requires more vram during inferencing, often causing OOM (Out Of Memory) errors, if this happens, it's required to manually splice the samples to convert them one by one, and so it's recommended to use the [32kHz branch](https://github.com/innnky/so-vits-svc/tree/32k) and train 32kHz variant models for use.
+ The current branch is the 32kHz version, which requires less vram during inferencing, as well as faster inferencing speeds, and datasets for said branch take up less disk space. Thus the 32 kHz branch is recommended for use.
+ If you want to train 48 kHz variant models, switch to the [main branch](https://github.com/innnky/so-vits-svc/tree/main).
## Colab notebook script for dataset creation and training.
[colab training notebook](https://colab.research.google.com/drive/1rCUOOVG7-XQlVZuWRAj5IpGrMM8t07pE?usp=sharing)

Expand Down

0 comments on commit c4bb399

Please sign in to comment.