How to install huggingface/speech-to-speech. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
huggingface/speech-to-speech Installation Guide
How to install huggingface/speech-to-speech. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for huggingface/speech-to-speech. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i huggingface/speech-to-speechor
Install via npx
npx @hexmos/ipm i huggingface/speech-to-speechPrerequisites
Python
languageVersion: >=3.10
Docker
applicationVersion: if using Docker
NVIDIA Container Toolkit
applicationVersion: if using Docker with GPU
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install with Pip (Default)
pip install speech-to-speechInstall with Pip (CUDA 13.x for Qwen3-TTS)
pip install "qwentts-cpp-python==0.3.1+cu130" -f https://huggingface.co/datasets/andito/qwentts-cpp-python-wheels/tree/main/whl/cu130
pip install speech-to-speechInstall with Pip (CUDA 12.4 for Qwen3-TTS)
pip install "qwentts-cpp-python==0.3.1+cu124" -f https://huggingface.co/datasets/andito/qwentts-cpp-python-wheels/tree/main/whl/cu124
pip install speech-to-speechInstall with Pip (CPU-only for Qwen3-TTS)
pip install "qwentts-cpp-python==0.3.1+cpu" -f https://huggingface.co/datasets/andito/qwentts-cpp-python-wheels/tree/main/whl/cpu
pip install speech-to-speechInstall with Pip (Kokoro TTS)
pip install "speech-to-speech[kokoro]"Install with Pip (Pocket TTS)
pip install "speech-to-speech[pocket]"Install with Pip (ChatTTS)
pip install "speech-to-speech[chattts]"Install with Pip (Facebook MMS TTS)
pip install "speech-to-speech[facebook-mms]"Install with Pip (Faster Whisper STT)
pip install "speech-to-speech[faster-whisper]"Install with Pip (Whisper MLX STT on macOS)
pip install "speech-to-speech[whisper-mlx]"Install with Pip (Paraformer STT)
pip install "speech-to-speech[paraformer]"Install with Pip (MLX LM on macOS)
pip install "speech-to-speech[mlx-lm]"Install from Source
git clone https://github.com/huggingface/speech-to-speech.git
cd speech-to-speech
uv syncInstall using Docker
docker compose up