10 lines
257 B
Bash
10 lines
257 B
Bash
#!/bin/bash
|
|
# Qwen3-TTS 声音克隆服务启动脚本
|
|
# 端口: 8009
|
|
# GPU: 0
|
|
|
|
cd /home/rongye/ProgramFiles/ViGent2/models/Qwen3-TTS
|
|
|
|
# 使用 qwen-tts conda 环境的 Python
|
|
/home/rongye/ProgramFiles/miniconda3/envs/qwen-tts/bin/python qwen_tts_server.py
|