Audio-to-Audio
Transformers
Safetensors
multilingual
speecht5
philippines
philippine-languages
voice-conversion
speech-to-speech
bcl
ceb
eng
fil
hil
ilo
pag
pam
tsg
war
Instructions to use sapinsapin/speecht5_vc-pld with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sapinsapin/speecht5_vc-pld with Transformers:
# Load model directly from transformers import AutoProcessor, SpeechT5ForSpeechToSpeechWithLoss processor = AutoProcessor.from_pretrained("sapinsapin/speecht5_vc-pld") model = SpeechT5ForSpeechToSpeechWithLoss.from_pretrained("sapinsapin/speecht5_vc-pld", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K