Text-to-Speech
OuteTTS
Safetensors
MLX
How to use from the
Use from the
OuteTTS library

  import outetts

  enum = outetts.Models("mlx-community/Llama-OuteTTS-1.0-1B-4bit".split("/", 1)[1])       # VERSION_1_0_SIZE_1B
  cfg  = outetts.ModelConfig.auto_config(enum, outetts.Backend.HF)
  tts  = outetts.Interface(cfg)

  speaker = tts.load_default_speaker("EN-FEMALE-1-NEUTRAL")
  tts.generate(
	  outetts.GenerationConfig(
		  text="Hello there, how are you doing?",
		  speaker=speaker,
	  )
  ).save("output.wav")
  

mlx-community/Llama-OuteTTS-1.0-1B-4bit

This model was converted to MLX format from OuteAI/Llama-OuteTTS-1.0-1B using mlx-audio version 0.2.2. Refer to the original model card for more details on the model.

Use with mlx

pip install -U mlx-audio
python -m mlx_audio.tts.generate --model mlx-community/Llama-OuteTTS-1.0-1B-4bit --text "Describe this image."
Downloads last month
105
Safetensors
Model size
0.2B params
Tensor type
F16
ยท
U32
ยท
MLX
Hardware compatibility
Log In to add your hardware

Quantized

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Spaces using mlx-community/Llama-OuteTTS-1.0-1B-4bit 3

Collection including mlx-community/Llama-OuteTTS-1.0-1B-4bit