update readme
This commit is contained in:
parent
424932c469
commit
e1e947cf22
@ -89,15 +89,15 @@ RVC需要其他一些预模型来推理和训练。
|
|||||||
|
|
||||||
以下是一份清单,包括了所有RVC所需的预模型和其他文件的名称:
|
以下是一份清单,包括了所有RVC所需的预模型和其他文件的名称:
|
||||||
```bash
|
```bash
|
||||||
hubert_base.pt
|
./assets/hubert/hubert_base.pt
|
||||||
|
|
||||||
./pretrained
|
./assets/pretrained
|
||||||
|
|
||||||
./uvr5_weights
|
./assets/uvr5_weights
|
||||||
|
|
||||||
想测试v2版本模型的话,需要额外下载
|
想测试v2版本模型的话,需要额外下载
|
||||||
|
|
||||||
./pretrained_v2
|
./assets/pretrained_v2
|
||||||
|
|
||||||
如果你正在使用Windows,则你可能需要这个文件,若ffmpeg和ffprobe已安装则跳过; ubuntu/debian 用户可以通过apt install ffmpeg来安装这2个库, Mac 用户则可以通过brew install ffmpeg来安装 (需要预先安装brew)
|
如果你正在使用Windows,则你可能需要这个文件,若ffmpeg和ffprobe已安装则跳过; ubuntu/debian 用户可以通过apt install ffmpeg来安装这2个库, Mac 用户则可以通过brew install ffmpeg来安装 (需要预先安装brew)
|
||||||
|
|
||||||
|
@ -91,11 +91,15 @@ You need to download them from our [Huggingface space](https://huggingface.co/lj
|
|||||||
|
|
||||||
Here's a list of Pre-models and other files that RVC needs:
|
Here's a list of Pre-models and other files that RVC needs:
|
||||||
```bash
|
```bash
|
||||||
hubert_base.pt
|
./assets/hubert/hubert_base.pt
|
||||||
|
|
||||||
./pretrained
|
./assets/pretrained
|
||||||
|
|
||||||
./uvr5_weights
|
./assets/uvr5_weights
|
||||||
|
|
||||||
|
Additional downloads are required if you want to test the v2 version of the model.
|
||||||
|
|
||||||
|
./assets/pretrained_v2
|
||||||
|
|
||||||
If you want to test the v2 version model (the v2 version model has changed the input from the 256 dimensional feature of 9-layer Hubert+final_proj to the 768 dimensional feature of 12-layer Hubert, and has added 3 period discriminators), you will need to download additional features
|
If you want to test the v2 version model (the v2 version model has changed the input from the 256 dimensional feature of 9-layer Hubert+final_proj to the 768 dimensional feature of 12-layer Hubert, and has added 3 period discriminators), you will need to download additional features
|
||||||
|
|
||||||
|
@ -72,11 +72,15 @@ modelsは[Hugging Face space](https://huggingface.co/lj1995/VoiceConversionWebUI
|
|||||||
|
|
||||||
以下は、RVCに必要な基底モデルやその他のファイルの一覧です。
|
以下は、RVCに必要な基底モデルやその他のファイルの一覧です。
|
||||||
```bash
|
```bash
|
||||||
hubert_base.pt
|
./assets/hubert/hubert_base.pt
|
||||||
|
|
||||||
./pretrained
|
./assets/pretrained
|
||||||
|
|
||||||
./uvr5_weights
|
./assets/uvr5_weights
|
||||||
|
|
||||||
|
V2のモデルを使用するには、追加でファイルをダウンロードする必要があります
|
||||||
|
|
||||||
|
./assets/pretrained_v2
|
||||||
|
|
||||||
# ffmpegがすでにinstallされている場合は省略
|
# ffmpegがすでにinstallされている場合は省略
|
||||||
./ffmpeg
|
./ffmpeg
|
||||||
|
@ -69,11 +69,15 @@ RVC 모델은 推論과訓練을 依하여 다른 預備모델이 必要합니
|
|||||||
|
|
||||||
다음은 RVC에 必要한 預備모델 및 其他 파일 目錄입니다:
|
다음은 RVC에 必要한 預備모델 및 其他 파일 目錄입니다:
|
||||||
```bash
|
```bash
|
||||||
hubert_base.pt
|
./assets/hubert/hubert_base.pt
|
||||||
|
|
||||||
./pretrained
|
./assets/pretrained
|
||||||
|
|
||||||
./uvr5_weights
|
./assets/uvr5_weights
|
||||||
|
|
||||||
|
V2 버전 모델을 테스트하려면 추가 다운로드가 필요합니다.
|
||||||
|
|
||||||
|
./assets/pretrained_v2
|
||||||
|
|
||||||
# Windows를 使用하는境遇 이 사전도 必要할 수 있습니다. FFmpeg가 設置되어 있으면 건너뛰어도 됩니다.
|
# Windows를 使用하는境遇 이 사전도 必要할 수 있습니다. FFmpeg가 設置되어 있으면 건너뛰어도 됩니다.
|
||||||
ffmpeg.exe
|
ffmpeg.exe
|
||||||
|
@ -77,11 +77,15 @@ RVC 모델은 추론과 훈련을 위하여 다른 사전 모델이 필요합니
|
|||||||
다음은 RVC에 필요한 사전 모델 및 기타 파일 목록입니다:
|
다음은 RVC에 필요한 사전 모델 및 기타 파일 목록입니다:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
hubert_base.pt
|
./assets/hubert/hubert_base.pt
|
||||||
|
|
||||||
./pretrained
|
./assets/pretrained
|
||||||
|
|
||||||
./uvr5_weights
|
./assets/uvr5_weights
|
||||||
|
|
||||||
|
V2 버전 모델을 테스트하려면 추가 다운로드가 필요합니다.
|
||||||
|
|
||||||
|
./assets/pretrained_v2
|
||||||
|
|
||||||
# Windows를 사용하는 경우 이 사전도 필요할 수 있습니다. FFmpeg가 설치되어 있으면 건너뛰어도 됩니다.
|
# Windows를 사용하는 경우 이 사전도 필요할 수 있습니다. FFmpeg가 설치되어 있으면 건너뛰어도 됩니다.
|
||||||
ffmpeg.exe
|
ffmpeg.exe
|
||||||
|
@ -88,15 +88,15 @@ Onları [Huggingface alanımızdan](https://huggingface.co/lj1995/VoiceConversio
|
|||||||
|
|
||||||
İşte RVC'nin ihtiyaç duyduğu Diğer Ön-Modellerin ve diğer dosyaların listesi:
|
İşte RVC'nin ihtiyaç duyduğu Diğer Ön-Modellerin ve diğer dosyaların listesi:
|
||||||
```bash
|
```bash
|
||||||
hubert_base.pt
|
./assets/hubert/hubert_base.pt
|
||||||
|
|
||||||
./pretrained
|
./assets/pretrained
|
||||||
|
|
||||||
./uvr5_weights
|
./assets/uvr5_weights
|
||||||
|
|
||||||
V2 sürümü modelini test etmek istiyorsanız (v2 sürümü modeli girişi 256 boyutlu 9 katmanlı Hubert+final_proj'dan 768 boyutlu 12 katmanlı Hubert'ın özelliğine ve 3 dönem ayrımına değiştirilmiştir), ek özellikleri indirmeniz gerekecektir.
|
V2 sürümü modelini test etmek istiyorsanız (v2 sürümü modeli girişi 256 boyutlu 9 katmanlı Hubert+final_proj'dan 768 boyutlu 12 katmanlı Hubert'ın özelliğine ve 3 dönem ayrımına değiştirilmiştir), ek özellikleri indirmeniz gerekecektir.
|
||||||
|
|
||||||
./pretrained_v2
|
./assets/pretrained_v2
|
||||||
|
|
||||||
#Eğer Windows kullanıyorsanız, FFmpeg yüklü değilse bu dictionariyaya da ihtiyacınız olabilir, FFmpeg yüklüyse atlayın
|
#Eğer Windows kullanıyorsanız, FFmpeg yüklü değilse bu dictionariyaya da ihtiyacınız olabilir, FFmpeg yüklüyse atlayın
|
||||||
ffmpeg.exe
|
ffmpeg.exe
|
||||||
|
Loading…
Reference in New Issue
Block a user