gafiatulin/tada-3b-ml-mlx
111
TADA 3b-ml — MLX
MLX-converted weights for HumeAI/tada-3b-ml. Part of tada-mlx.
Built with Llama. See LICENSE for the Llama 3.2 Community License Agreement.
Usage
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-3b-ml-mlxOr as a library:
from tada_mlx import load_model, generate, InferenceOptionsRequires gafiatulin/tada-codec-mlx for the decoder/encoder (downloaded automatically).
