Files
ViGent2/run_qwen_tts.sh
Kevin Wong e33dfc3031 更新
2026-02-10 13:31:29 +08:00

12 lines
315 B
Bash

#!/bin/bash
# Qwen3-TTS 声音克隆服务启动脚本
# 端口: 8009
# GPU: 0
cd /home/rongye/ProgramFiles/ViGent2/models/Qwen3-TTS
# 确保 conda env 的 bin 目录在 PATH 中,让 sox 等工具可被找到
export PATH="/home/rongye/ProgramFiles/miniconda3/envs/qwen-tts/bin:$PATH"
python qwen_tts_server.py