Instructions to use capleaf/viXTTS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use capleaf/viXTTS with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="capleaf/viXTTS")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("capleaf/viXTTS", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
#5 opened about 1 year ago
by
khaidqhe163516
NotImplementedError: Language 'vi' is not supported.
1
#4 opened over 1 year ago
by
xzx935329913
Vì sao các số khi đọc lại ra tiếng gì ấy không phải tiếng việt
🔥 1
1
#3 opened over 1 year ago
by
manh9011
extending tokenizer
#2 opened about 2 years ago
by
acul3
How to trainning new model?
1
#1 opened about 2 years ago
by
vunhucuongit