update README

This commit is contained in:
Lion 2024-03-13 22:36:20 +08:00
parent 1963eb01cc
commit 7822f1961b
4 changed files with 7 additions and 41 deletions

View File

@ -33,7 +33,7 @@ Unseen speakers few-shot fine-tuning demo:
https://github.com/RVC-Boss/GPT-SoVITS/assets/129054828/05bee1fa-bdd8-4d85-9350-80c060ab47fb
[教程中文版](https://www.yuque.com/baicaigongchang1145haoyuangong/ib3g1e) [User guide (EN)](https://rentry.co/GPT-SoVITS-guide#/)
**User guide: [简体中文](https://www.yuque.com/baicaigongchang1145haoyuangong/ib3g1e) | [English](https://rentry.co/GPT-SoVITS-guide#/)**
## Installation
@ -61,13 +61,7 @@ bash install.sh
### macOS
Only Macs that meet the following conditions can train models:
- Mac computers with Apple silicon
- macOS 12.3 or later
- Xcode command-line tools installed by running `xcode-select --install`
**All Macs can do inference with CPU, which has been demonstrated to outperform GPU inference.**
**Note: The models trained with GPUs on Macs result in significantly lower quality compared to those trained on other devices, so we are temporarily using CPUs instead.**
First make sure you have installed FFmpeg by running `brew install ffmpeg` or `conda install ffmpeg`, then install by using the following commands:
@ -75,12 +69,9 @@ First make sure you have installed FFmpeg by running `brew install ffmpeg` or `c
conda create -n GPTSoVits python=3.9
conda activate GPTSoVits
pip3 install --pre torch torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
pip install -r requirements.txt
```
_Note: Training models will only work if you've installed PyTorch Nightly._
### Install Manually
#### Install Dependences

View File

@ -33,6 +33,8 @@
https://github.com/RVC-Boss/GPT-SoVITS/assets/129054828/05bee1fa-bdd8-4d85-9350-80c060ab47fb
**用户手册: [简体中文](https://www.yuque.com/baicaigongchang1145haoyuangong/ib3g1e) | [English](https://rentry.co/GPT-SoVITS-guide#/)**
## 安装
中国地区用户可[点击此处](https://www.codewithgpu.com/i/RVC-Boss/GPT-SoVITS/GPT-SoVITS-Official)使用 AutoDL 云端镜像进行体验。
@ -59,13 +61,7 @@ bash install.sh
### macOS
只有符合以下条件的 Mac 可以训练模型:
- 搭载 Apple 芯片的 Mac
- 运行macOS 12.3 或更高版本
- 已通过运行`xcode-select --install`安装 Xcode command-line tools
**所有 Mac 都可使用 CPU 进行推理,且已测试性能优于 GPU。**
**注:在 Mac 上使用 GPU 训练的模型效果显著低于其他设备训练的模型所以我们暂时使用CPU进行训练。**
首先确保你已通过运行 `brew install ffmpeg``conda install ffmpeg` 安装 FFmpeg然后运行以下命令安装
@ -73,12 +69,9 @@ bash install.sh
conda create -n GPTSoVits python=3.9
conda activate GPTSoVits
pip3 install --pre torch torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
pip install -r requirements.txt
```
_注只有安装了Pytorch Nightly才可训练模型。_
### 手动安装
#### 安装依赖

View File

@ -57,13 +57,7 @@ bash install.sh
### macOS
モデルをトレーニングできるMacは、以下の条件を満たす必要があります
- Appleシリコンを搭載したMacコンピュータ
- macOS 12.3以降
- `xcode-select --install`を実行してインストールされたXcodeコマンドラインツール
**すべてのMacはCPUを使用して推論を行うことができ、GPU推論よりも優れていることが実証されています。**
**注MacでGPUを使用して訓練されたモデルは、他のデバイスで訓練されたモデルと比較して著しく品質が低下するため、当面はCPUを使用して訓練します。**
まず、`brew install ffmpeg`または`conda install ffmpeg`を実行してFFmpegをインストールしたことを確認してください。次に、以下のコマンドを使用してインストールします
@ -71,12 +65,9 @@ bash install.sh
conda create -n GPTSoVits python=3.9
conda activate GPTSoVits
pip3 install --pre torch torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
pip install -r requirements.txt
```
_注PyTorch Nightlyをインストールした場合にのみ、モデルのトレーニングが可能です。_
### 手動インストール
#### 依存関係をインストールします

View File

@ -57,13 +57,7 @@ bash install.sh
### macOS
다음 조건을 충족하는 Mac에서만 모델을 훈련할 수 있습니다:
- Apple 실리콘을 탑재한 Mac
- macOS 12.3 이상 버전
- `xcode-select --install`을 실행하여 Xcode 명령줄 도구가 설치됨
**모든 Mac은 CPU를 사용하여 추론할 수 있으며, GPU 추론보다 우수한 성능을 보여주었습니다.**
**주의: Mac에서 GPU로 훈련된 모델은 다른 장치에서 훈련된 모델에 비해 현저히 낮은 품질을 나타내므로, 우리는 일시적으로 CPU를 사용하여 훈련하고 있습니다.**
먼저 `brew install ffmpeg` 또는 `conda install ffmpeg`를 실행하여 FFmpeg가 설치되었는지 확인한 다음, 다음 명령어를 사용하여 설치하세요:
@ -71,12 +65,9 @@ bash install.sh
conda create -n GPTSoVits python=3.9
conda activate GPTSoVits
pip3 install --pre torch torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
pip install -r requirements.txt
```
_참고: PyTorch Nightly가 설치되어야만 모델을 훈련할 수 있습니다._
### 수동 설치
#### 의존성 설치