
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
https://github.com/RVC-Boss/GPT-SoVITS allows you to to do zero-shot voice cloning and text to speech of multi languages such as English, Japanese, Korean, Cantonese and Chinese.
This microservice is validated on Xeon/CUDA. HPU support is under development.
bashdocker build -t opea/gpt-sovits:latest --build-arg http_proxy=$http_proxy --build-arg https_proxy=$https_proxy -f comps/third_parties/gpt-sovits/src/Dockerfile .
bashexport llm_download=True docker run -itd -p 9880:9880 -e http_proxy=$http_proxy -e https_proxy=$https_proxy -e llm_download=$llm_download opea/gpt-sovits:latest
To run the service in air gapped environment, please pre-download the model lj1995/GPT-SoVITS and set the environment variable llm_download to "False".
export llm_download="False" git clone https://huggingface.co/lj1995/GPT-SoVITS pretrained_models docker run -itd -p 9880:9880 -e llm_download=$llm_download -v ./pretrained_models/:/home/user/GPT-SoVITS/GPT_SoVITS/pretrained_models/ opea/gpt-sovits:latest
bashcurl localhost:9880/ -XPOST -d '{ "text": "先帝创业未半而中道崩殂,今天下三分,益州疲弊,此诚危急存亡之秋也。", "text_language": "zh" }' --output out.wav
bashcurl localhost:9880/ -XPOST -d '{ "text": "Discuss the evolution of text-to-speech (TTS) technology from its early beginnings to the present day. Highlight the advancements in natural language processing that have contributed to more realistic and human-like speech synthesis. Also, explore the various applications of TTS in education, accessibility, and customer service, and predict future trends in this field. Write a comprehensive overview of text-to-speech (TTS) technology.", "text_language": "en" }' --output out.wav
bashcurl localhost:9880/ -XPOST -d '{ "text": "Hi 你好,这里是一个 cross-lingual 的例子。", "text_language": "auto" }' --output out.wav
This microservice allows you to use the zero-shot voice cloning feature. For example, you can change the reference audio from the default female to a male voice:
bashwget https://github.com/OpenTalker/SadTalker/blob/main/examples/driven_audio/chinese_poem1.wav docker cp chinese_poem1.wav gpt-sovits-service:/home/user/chinese_poem1.wav curl localhost:9880/change_refer -d '{ "refer_wav_path": "/home/user/chinese_poem1.wav", "prompt_text": "窗前明月光,疑是地上霜,举头望明月,低头思故乡。", "prompt_language": "zh" }'
bashcurl localhost:9880/v1/audio/speech -XPOST -d '{"input":"你好呀,你是谁. Hello, who are you?"}' -H 'Content-Type: application/json' --output speech.mp3
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务
以下是 opea/gpt-sovits 相关的常用 Docker 镜像,适用于 不同场景 等不同场景: