git clone https :// github.com/SWivid/F5-TTS.git
/usr/local/anaconda3.10/bin/python -m venv venv
source venv/bin/activate
pip install torch torchvision torchaudio --extra-index-url https :// download.pytorch.org/whl/cu121
pip install -r requirements.txt
export HF_ENDPOINT=https :// hf-mirror.com
python gradio_app.py --host 0.0.0.0
阅读(111) | 评论(0) | 转发(0) |