Instructions to use voices/VCTK_European_English_Males with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use voices/VCTK_European_English_Males with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="voices/VCTK_European_English_Males")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("voices/VCTK_European_English_Males", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "female-en-5": 0, | |
| "female-en-5\n": 1, | |
| "female-pt-4\n": 2, | |
| "male-en-2": 3, | |
| "male-en-2\n": 4, | |
| "male-pt-3\n": 5, | |
| "VCTK_p237": 6, | |
| "VCTK_p241": 7, | |
| "VCTK_p245": 8, | |
| "VCTK_p246": 9, | |
| "VCTK_p247": 10, | |
| "VCTK_p252": 11, | |
| "VCTK_p255": 12, | |
| "VCTK_p260": 13, | |
| "VCTK_p263": 14, | |
| "VCTK_p271": 15, | |
| "VCTK_p272": 16, | |
| "VCTK_p275": 17, | |
| "VCTK_p281": 18, | |
| "VCTK_p284": 19, | |
| "VCTK_p285": 20, | |
| "VCTK_p292": 21, | |
| "VCTK_p298": 22, | |
| "VCTK_p304": 23, | |
| "VCTK_p326": 24, | |
| "VCTK_p364": 25, | |
| "VCTK_p374": 26 | |
| } |