Instructions to use CAMB-AI/MARS5-TTS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MARS5-TTS
How to use CAMB-AI/MARS5-TTS with MARS5-TTS:
# Install from https://github.com/Camb-ai/MARS5-TTS from inference import Mars5TTS mars5 = Mars5TTS.from_pretrained("CAMB-AI/MARS5-TTS") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -52,7 +52,7 @@ For more details on this and other performance and model details, please see ins
|
|
| 52 |
|
| 53 |
We use `torch.hub` to make loading the model easy -- no cloning of the repo needed. The steps to perform inference are simple:
|
| 54 |
|
| 55 |
-
1. **Install pip dependencies**:
|
| 56 |
|
| 57 |
```bash
|
| 58 |
pip install --upgrade torch torchaudio librosa vocos encodec huggingface_hub
|
|
|
|
| 52 |
|
| 53 |
We use `torch.hub` to make loading the model easy -- no cloning of the repo needed. The steps to perform inference are simple:
|
| 54 |
|
| 55 |
+
1. **Install pip dependencies**: `huggingface_hub`, `torch`, `torchaudio`, `librosa`, `vocos`, and `encodec`. Python must be at version 3.10 or greater, and torch must be v2.0 or greater.
|
| 56 |
|
| 57 |
```bash
|
| 58 |
pip install --upgrade torch torchaudio librosa vocos encodec huggingface_hub
|