fishaudio/fish-speech-1.5 與 ChatTTS 繁體中文效果都不太好,需要 Fine-Tuning 或尋找更適合的替代方案。或是先翻譯成簡體中文或英文。
- Fish Speech [Docs]
- ChatTTS
- For the extended end-user products, please refer to the index repo Awesome-ChatTTS maintained by the community.
Please refer to Docs for installation instructions on various platforms (e.g., Linux, macOS, Windows) and Inference for usage.
conda activate fish-speech
# In local-inference/applications/tts/
# Download the model
huggingface-cli download fishaudio/fish-speech-1.5 --local-dir checkpoints/fish-speech-1.5
# # Launch the Web UI
./examples/fishspeech_webui.sh
Please refer to Get Started | ChatTTS for the latest installation instructions.
git clone https://github.com/2noise/ChatTTS
cd ChatTTS
# Install from conda
conda create -n chattts python=3.11
conda activate chattts
pip install -r requirements.txt
# Optional: Install vLLM (Linux only)
pip install safetensors vllm==0.2.7 torchaudio
# Launch the Web UI
./example/chattts_webui.sh