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
Upload speech samples
Browse files- samples/nam-calm.wav +0 -0
- samples/nam-cham.wav +0 -0
- samples/nam-nhanh.wav +0 -0
- samples/nam-truyen-cam.wav +0 -0
- samples/nu-calm.wav +0 -0
- samples/nu-cham.wav +0 -0
- samples/nu-luu-loat.wav +0 -0
- samples/nu-nhan-nha.wav +0 -0
- samples/nu-nhe-nhang.wav +0 -0
samples/nam-calm.wav
ADDED
|
Binary file (744 kB). View file
|
|
|
samples/nam-cham.wav
ADDED
|
Binary file (784 kB). View file
|
|
|
samples/nam-nhanh.wav
ADDED
|
Binary file (646 kB). View file
|
|
|
samples/nam-truyen-cam.wav
ADDED
|
Binary file (876 kB). View file
|
|
|
samples/nu-calm.wav
ADDED
|
Binary file (759 kB). View file
|
|
|
samples/nu-cham.wav
ADDED
|
Binary file (933 kB). View file
|
|
|
samples/nu-luu-loat.wav
ADDED
|
Binary file (711 kB). View file
|
|
|
samples/nu-nhan-nha.wav
ADDED
|
Binary file (764 kB). View file
|
|
|
samples/nu-nhe-nhang.wav
ADDED
|
Binary file (793 kB). View file
|
|
|