Views
No views yet
1git clone https://github.com/gafiatulin/tada-mlx && cd tada-mlx
2uv sync
3
4# Encode a voice
5uv run tada-mlx --encode-voice ref.wav --voice-text "transcript" --save-voice voice.safetensors
6
7# Synthesize
8uv run tada-mlx --text "Hello!" --prompt voice.safetensors --model gafiatulin/tada-1b-mlxfrom tada_mlx import load_model, generate, InferenceOptions