Instructions to use voices/VCTK_British_English_Females with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use voices/VCTK_British_English_Females with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="voices/VCTK_British_English_Females")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("voices/VCTK_British_English_Females", 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_p225": 6, | |
| "VCTK_p228": 7, | |
| "VCTK_p229": 8, | |
| "VCTK_p230": 9, | |
| "VCTK_p231": 10, | |
| "VCTK_p233": 11, | |
| "VCTK_p236": 12, | |
| "VCTK_p239": 13, | |
| "VCTK_p240": 14, | |
| "VCTK_p244": 15, | |
| "VCTK_p250": 16, | |
| "VCTK_p257": 17, | |
| "VCTK_p267": 18, | |
| "VCTK_p268": 19, | |
| "VCTK_p269": 20, | |
| "VCTK_p276": 21, | |
| "VCTK_p277": 22, | |
| "VCTK_p282": 23 | |
| } |