Instructions to use IgnitiveLabs/PocketTTS-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Pocket-TTS
How to use IgnitiveLabs/PocketTTS-ONNX with Pocket-TTS:
from pocket_tts import TTSModel import scipy.io.wavfile tts_model = TTSModel.load_model("IgnitiveLabs/PocketTTS-ONNX") voice_state = tts_model.get_state_for_audio_prompt( "hf://kyutai/tts-voices/alba-mackenna/casual.wav" ) audio = tts_model.generate_audio(voice_state, "Hello world, this is a test.") # Audio is a 1D torch tensor containing PCM data. scipy.io.wavfile.write("output.wav", tts_model.sample_rate, audio.numpy()) - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- e8351ec8e8ca682ac0551e096cefe2af1027fe00c44f6c31c02612600dc782bb
- Size of remote file:
- 59.3 kB
- SHA256:
- d461765ae179566678c93091c5fa6f2984c31bbe990bf1aa62d92c64d91bc3f6
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.