mirror of
https://github.com/myshell-ai/OpenVoice.git
synced 2025-12-16 08:27:48 +01:00
fix bugs in pip package
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -5,4 +5,7 @@ outputs
|
||||
checkpoints
|
||||
trash
|
||||
examples*
|
||||
.env
|
||||
.env
|
||||
build
|
||||
*.egg-info/
|
||||
*.zip
|
||||
@@ -49,7 +49,7 @@ conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cud
|
||||
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/openvoice/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.
|
||||
|
||||
Reference in New Issue
Block a user