1 Star 0 Fork 0

双笙子佯谬 / babbling

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
get_models.sh 1.75 KB
一键复制 编辑 原始数据 按行查看 历史
双笙子佯谬 提交于 2024-02-23 22:45 . finis
#!/bin/bash
set -e
cd "$(dirname "$0")"
mkdir -p autotts/models
test -f autotts/models/en_US-hfc_female-medium.onnx || curl -L https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/en/en_US/hfc_female/medium/en_US-hfc_female-medium.onnx -o autotts/models/en_US-hfc_female-medium.onnx
test -f autotts/models/en_US-hfc_female-medium.onnx.json || curl -L https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/en/en_US/hfc_female/medium/en_US-hfc_female-medium.onnx.json -o autotts/models/en_US-hfc_female-medium.onnx.json
test -f autotts/models/zh_CN-huayan-medium.onnx || curl -L https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/zh/zh_CN/huayan/medium/zh_CN-huayan-medium.onnx -o autotts/models/zh_CN-huayan-medium.onnx
test -f autotts/models/zh_CN-huayan-medium.onnx.json || curl -L https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/zh/zh_CN/huayan/medium/zh_CN-huayan-medium.onnx.json -o autotts/models/zh_CN-huayan-medium.onnx.json
test -f autotts/models/en_US-danny-low.onnx || curl -L https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/en/en_US/danny/low/en_US-danny-low.onnx -o autotts/models/en_US-danny-low.onnx
test -f autotts/models/en_US-danny-low.onnx.json || curl -L https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/en/en_US/danny/low/en_US-danny-low.onnx.json -o autotts/models/en_US-danny-low.onnx.json
test -f autotts/models/zh_CN-huayan-x_low.onnx || curl -L https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/zh/zh_CN/huayan/x_low/zh_CN-huayan-x_low.onnx -o autotts/models/zh_CN-huayan-x_low.onnx
test -f autotts/models/zh_CN-huayan-x_low.onnx.json || curl -L https://huggingface.co/rhasspy/piper-voices/resolve/v1.0.0/zh/zh_CN/huayan/x_low/zh_CN-huayan-x_low.onnx.json -o autotts/models/zh_CN-huayan-x_low.onnx.json
1
https://gitee.com/archibate/babbling.git
git@gitee.com:archibate/babbling.git
archibate
babbling
babbling
master

搜索帮助