mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-05-21 22:02:32 +08:00
support inferenced 24k audio to 48k by audio super resolution model
支持24k音频超分48k采样率
This commit is contained in:
parent
ffbf205ae4
commit
49dd04d051
11
README.md
11
README.md
@ -262,6 +262,17 @@ Use v2 from v1 environment:
|
||||
|
||||
Chinese v2 additional: [G2PWModel_1.1.zip](https://paddlespeech.bj.bcebos.com/Parakeet/released_models/g2p/G2PWModel_1.1.zip)(Download G2PW models, unzip and rename to `G2PWModel`, and then place them in `GPT_SoVITS/text`.
|
||||
|
||||
Use v3 from v2 environment:
|
||||
|
||||
1. `pip install -r requirements.txt` to update some packages
|
||||
|
||||
2. Clone the latest codes from github.
|
||||
|
||||
3. Download v3 pretrained models (s1v3.ckpt, s2Gv3.pth and models--nvidia--bigvgan_v2_24khz_100band_256x folder) from [huggingface](https://huggingface.co/lj1995/GPT-SoVITS/tree/main) and put them into `GPT_SoVITS\pretrained_models`.
|
||||
|
||||
additional: for Audio Super Resolution model, you can read [how to download](./tools/AP_BWE_main/24kto48k/readme.txt)
|
||||
|
||||
|
||||
## Todo List
|
||||
|
||||
- [x] **High Priority:**
|
||||
|
Loading…
x
Reference in New Issue
Block a user