Instructions to use team-lucid/kospeecht5-vc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use team-lucid/kospeecht5-vc with Transformers:
# Load model directly from transformers import AutoProcessor, SpeechT5ForSpeechToSpeech processor = AutoProcessor.from_pretrained("team-lucid/kospeecht5-vc") model = SpeechT5ForSpeechToSpeech.from_pretrained("team-lucid/kospeecht5-vc") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened over 1 year ago
by
SFconvertbot