Views
No views yet
Trendyol/Trendyol-TTS.voxcpm2_layers_mlx.safetensors and voxcpm2_layers_manifest.json: exported VoxCPM2 local encoder, language-model, residual-LM, DiT/CFM, FSQ/projection, and stop-predictor weights/metadata for the strict MLX runtime.audiovae_decoder_mlx.safetensors and audiovae_decoder_manifest.json: exported AudioVAE/vocoder decoder weights/metadata for MLX.1git clone https://github.com/emre-koc/trendyol-tts-mlx.git
2cd trendyol-tts-mlx
3/opt/homebrew/bin/python3.11 -m venv .venv
4source .venv/bin/activate
5pip install -e .
6
7hf download emrekoc/trendyol-tts-mlx --local-dir models/Trendyol-TTS-mlx
8
9trendyol-tts \
10 --text "Merhaba, Trendyol TTS modelinden Türkçe bir ses örneği dinliyorsunuz." \
11 --out out.wav \
12 --device mps \
13 --backend mlx \
14 --cfg 2.0 \
15 --steps 16 \
16 --max-len 4096