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. โข 32 items โข Updated
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.")
CC BY-NC 4.0, same as the upstream Tushe/shami-tts model (non-commercial use only). This repository adds no license of its own.