CoolFace
Modelpublic

gafiatulin/tada-3b-ml-mlx

sourceHugging Facellama3.2updated 6mo agoView on Hugging Face
1likes11downloads
Model Card

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

bash
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-mlx

Or as a library:

python
from tada_mlx import load_model, generate, InferenceOptions

Requires gafiatulin/tada-codec-mlx for the decoder/encoder (downloaded automatically).