Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Lion-Wu committed Mar 13, 2024
1 parent 1963eb0 commit 7822f19
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 41 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -61,26 +61,17 @@ 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:

```bash
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
Expand Down
13 changes: 3 additions & 10 deletions docs/cn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 云端镜像进行体验。
Expand All @@ -59,26 +61,17 @@ 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,然后运行以下命令安装:

```bash
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才可训练模型。_

### 手动安装

#### 安装依赖
Expand Down
11 changes: 1 addition & 10 deletions docs/ja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,26 +57,17 @@ 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をインストールしたことを確認してください。次に、以下のコマンドを使用してインストールします:

```bash
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をインストールした場合にのみ、モデルのトレーニングが可能です。_

### 手動インストール

#### 依存関係をインストールします
Expand Down
11 changes: 1 addition & 10 deletions docs/ko/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,26 +57,17 @@ 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가 설치되었는지 확인한 다음, 다음 명령어를 사용하여 설치하세요:

```bash
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가 설치되어야만 모델을 훈련할 수 있습니다._

### 수동 설치

#### 의존성 설치
Expand Down

0 comments on commit 7822f19

Please sign in to comment.