Tada MLX
Collection
tada-{1b, 3b-ml} converted to MLX โข 3 items โข Updated โข 1
MLX-converted weights for HumeAI/tada-1b. Part of tada-mlx.
Built with Llama. See LICENSE for the Llama 3.2 Community License Agreement.
git clone https://github.com/gafiatulin/tada-mlx && cd tada-mlx
uv sync
# Encode a voice
uv run tada-mlx --encode-voice ref.wav --voice-text "transcript" --save-voice voice.safetensors
# Synthesize
uv run tada-mlx --text "Hello!" --prompt voice.safetensors --model gafiatulin/tada-1b-mlx
Or as a library:
from tada_mlx import load_model, generate, InferenceOptions
Requires gafiatulin/tada-codec-mlx for the decoder/encoder (downloaded automatically).
Quantized