Skip to content

Files

Latest commit

 

History

History
66 lines (47 loc) · 1.94 KB

README.md

File metadata and controls

66 lines (47 loc) · 1.94 KB

TTS

Related Projects

fishaudio/fish-speech-1.5ChatTTS 繁體中文效果都不太好,需要 Fine-Tuning 或尋找更適合的替代方案。或是先翻譯成簡體中文或英文。

Fish Speech

Please refer to Docs for installation instructions on various platforms (e.g., Linux, macOS, Windows) and Inference for usage.

Installation

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

Inference Examples

# # Launch the Web UI
./examples/fishspeech_webui.sh

ChatTTS

Installation

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

Inference Examples

# Launch the Web UI
./example/chattts_webui.sh