
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
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
docker search 限制
站内搜不到镜像
离线 save/load
插件要用 plugin install
WSL 拉取慢
安全与 digest
新手拉取配置
镜像合规机制
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
域名连通性排查
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务