jiangyuxiaoxiao / Bert-VITS2-UI

BertVITS2前端界面
GNU Affero General Public License v3.0
289 stars 22 forks source link

Help installing it for an english speaker please:)? #11

Closed APISeeker closed 10 months ago

APISeeker commented 10 months ago

Hello, I am not sure what to do to install it? There is the "release" file, then what should I click when I Unzipp the archive? There is a .sh file but I am on WINDOWS. Any help is appreciated?

I can also do git clone ... then..?

Thanks. Any information can be useful.

jiangyuxiaoxiao commented 10 months ago

This is just the inference interface of bert-vits2. You only need to run hiyori.py, but the prerequisite is that you have a trained model.

jiangyuxiaoxiao commented 10 months ago

This is just the inference interface of bert-vits2. You only need to run hiyori.py, but the prerequisite is that you have a trained model.

You may also need to configure the running of hiyori.py in the config.yml file. The config.yml file already contains detailed instructions. You can use machine translation tools like Google Translate, or large language models such as ChatGPT, for translation.

jiangyuxiaoxiao commented 10 months ago

Training is not part of this project, it pertains to Bert-Vits2. Since Bert-Vits2 lacks a detailed readme explanation, and most tutorials are in Chinese and Japanese, it can be challenging for English speakers. Maybe you can use Google Translate.

APISeeker commented 10 months ago

Ok thank you very much, I can train models with rvc and get .pth files, right?