phoonnx community mirror
Collection
phoonnx mirrors of community TTS โ VITS, MMS, Matcha, OptiSpeech, GlowTTS + vocoders โ each with a clean phoonnx config.json for TTSVoice.load. โข 14 items โข Updated
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
ONNX export of Tushe/shami-tts, a Levantine Arabic / English code-switching VITS model (HamsVITS), packaged for phoonnx.
model.onnx โ exported HamsVITS ONNX graphconfig.json โ phoonnx voice configurationfrom phoonnx.model_manager import TTSModelManager
manager = TTSModelManager()
voice = manager.get_voice("Tushe/shami-tts")
audio = voice.synthesize("ู
ูุฑุญูุจุงุ this is a test.")
Same as the upstream Tushe/shami-tts model.