Instructions to use espnet/kan-bayashi_csmsc_conformer_fastspeech2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ESPnet
How to use espnet/kan-bayashi_csmsc_conformer_fastspeech2 with ESPnet:
from espnet2.bin.tts_inference import Text2Speech model = Text2Speech.from_pretrained("espnet/kan-bayashi_csmsc_conformer_fastspeech2") speech, *_ = model("text to generate speech from") - Notebooks
- Google Colab
- Kaggle