diff --git a/docs/USAGE.md b/docs/USAGE.md index 1052ca4..0238b98 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -1,6 +1,7 @@ # Usage ## Table of Content + - [Use in MyShell](#use-in-myshell): directly use the Instant Voice Clone and TTS services. - [Minimal Demo](#minimal-demo): quickly try OpenVoice and do not require high quality. - [Linux Install](#linux-install): for researchers and developers only. @@ -10,19 +11,25 @@ For most users, the most convenient way is to directly use the free TTS and Instant Voice Clone services in MyShell. ### TTS + Go to [https://app.myshell.ai/explore](https://app.myshell.ai/explore) and follow the instructions below: +
### Voice Clone + Go to [https://app.myshell.ai/explore](https://app.myshell.ai/explore) and follow the instructions below: +
## Minimal Demo + For users who want to quickly try OpenVoice and do not require high quality or stability, click any of the following links: +
     @@ -32,14 +39,17 @@ For users who want to quickly try OpenVoice and do not require high quality or s
## Linux Install + This section is only for developers and researchers who are familiar with Linux, Python and PyTorch. Clone this repo, and run + ``` conda create -n openvoice python=3.9 conda activate openvoice conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.7 -c pytorch -c nvidia pip install -r requirements.txt ``` -Download the checkpoint from [here](https://myshell-public-repo-hosting.s3.amazonaws.com/checkpoints_1226.zip) and extract it to the `checkpoints` folder + +Download the checkpoint from [here](https://myshell-public-repo-hosting.s3.amazonaws.com/checkpoints_1226.zip) and extract it to the `checkpoints` folder **1. Flexible Voice Style Control.** Please see [`demo_part1.ipynb`](../demo_part1.ipynb) for an example usage of how OpenVoice enables flexible style control over the cloned voice. @@ -54,3 +64,7 @@ The base speaker model can be replaced with any model (in any language and style **4. Tips to Generate Natural Speech.** There are many single or multi-speaker TTS methods that can generate natural speech, and are readily available. By simply replacing the base speaker model with the model you prefer, you can push the speech naturalness to a level you desire. + +## Windows Install (VS Code) + +Please use [this guide](https://github.com/Alienpups/OpenVoice/blob/main/docs/USAGE_WINDOWS.md) if you want to install and use OpenVoice on Windows