Releases: Artrajz/vits-simple-api
v0.6.16
What's Changed
v0.6.15以后版本更新注意点:
- 从旧版配置文件迁移过来的用户需要注意,config.yaml中手动加载模型的配置参数有变动,
model_path
和sovits_path
改为vits_path
,gpt_path
改为t2s_path
。自动加载模型无影响。参考示例
如有bug欢迎提交issue
Full Changelog: v0.6.15...v0.6.16
Decompression
如遇解压出错问题,请尝试下载最新版的7-zip解压。
If encountering issues with decompression, please try downloading the latest version of 7-Zip for extraction.
解凍で問題が発生した場合は、最新バージョンの7-Zipをダウンロードして解凍してみてください。
https://7-zip.org/
国内网络下载问题
搜索关键词:github release 加速
用国内版必应可以搜索出来,然后找到任意可用的加速代理网站进行下载
v0.6.15
What's Changed
- Refactor config by @Artrajz in #185
- Update: GPT-SoVITS v2 by @Artrajz in #186
- VITS: lang_list is not defined & optional dynamic_loading by @const-volatile in #187
本次更新注意点:
- 从旧版配置文件迁移过来的用户需要注意,config.yaml中手动加载模型的配置参数有变动,
model_path
和sovits_path
改为vits_path
,gpt_path
改为t2s_path
。自动加载模型无影响。参考示例
如有bug欢迎提交issue
New Contributors
- @const-volatile made their first contribution in #187
Full Changelog: v0.6.14...v0.6.15
Decompression
如遇解压出错问题,请尝试下载最新版的7-zip解压。
If encountering issues with decompression, please try downloading the latest version of 7-Zip for extraction.
解凍で問題が発生した場合は、最新バージョンの7-Zipをダウンロードして解凍してみてください。
https://7-zip.org/
国内网络下载问题
搜索关键词:github release 加速
用国内版必应可以搜索出来,然后找到任意可用的加速代理网站进行下载
v0.6.14
What's Changed
- Fix the parsing error of the lang parameter in stream_bert_vits2_infer
- Remove the saving of abs_path in config.yaml
- Fix the torch_data_type reading error in Bert-VITS2
- Fix the download progress bar and add support for resuming downloads
Full Changelog: v0.6.13...v0.6.14
Decompression
如遇解压出错问题,请尝试下载最新版的7-zip解压。
If encountering issues with decompression, please try downloading the latest version of 7-Zip for extraction.
解凍で問題が発生した場合は、最新バージョンの7-Zipをダウンロードして解凍してみてください。
https://7-zip.org/
国内网络下载问题
搜索关键词:github release 加速
用国内版必应可以搜索出来,然后找到任意可用的加速代理网站进行下载
v0.6.13
What's Changed
- Fix streaming audio duplication by @Risenafis in #163
- Add CORS setting by @Risenafis in #164
- Update readme(Use double quotes) by @initialencounter in #168
- Update
requirements.txt
with prebuild-dependencies by @YaoSiQian in #177 - 修复GPT-SoVITS API中语言lang参数传入问题
- 支持在webui中搜索speaker以及参考音频预设
- 支持在VITS,Bert-VITS2和GPT-SoVITS的lang参数中传入多个语种标签,以限制文本语种识别的范围。例如一个支持中日英三语模型,可以传入lang="zh en",多个语种使用空格分开,表示待合成文本只会使用中文和英语语音合成。传入模型不支持的语种标签则会被过滤
- 支持修改文本分割的正则表达式(内置的语种识别逻辑是先将文本分割成多个小段,再分别进行识别得到对应语种),方法为在config.yaml中修改language_identification.split_pattern
- 修复docker部署方式缺失bert等模型配置文件的问题
New Contributors
- @Risenafis made their first contribution in #163
- @initialencounter made their first contribution in #168
- @YaoSiQian made their first contribution in #177
Full Changelog: v0.6.12...v0.6.13
Decompression
如遇解压出错问题,请尝试下载最新版的7-zip解压。
If encountering issues with decompression, please try downloading the latest version of 7-Zip for extraction.
解凍で問題が発生した場合は、最新バージョンの7-Zipをダウンロードして解凍してみてください。
https://7-zip.org/
v0.6.12
What's Changed
- 修复SSML中加载多个模型时,说话人id切换错误的问题
Full Changelog: v0.6.11...v0.6.12
Decompression
如遇解压出错问题,请尝试下载最新版的7-zip解压。
If encountering issues with decompression, please try downloading the latest version of 7-Zip for extraction.
解凍で問題が発生した場合は、最新バージョンの7-Zipをダウンロードして解凍してみてください。
https://7-zip.org/
v0.6.11
What's Changed
- 更新Bert-VITS2 日文特化版(Jpanese Extra)
- 此版本后Release下的windows部署包将会预先把nltk数据包打包进来
- 同步更新GPT-SoVITS并行推理,对于长文本推理有成倍速度提升
- phrases_dict.txt移动到data目录下,方便docker挂载
- 内置ngrok内网穿透,使用需要注册ngrok并填写autotoken
- 程序初始化时预先加载langid模型,提升首次推理的速度
- 同步更新GPT-SoVITS选择seed的功能
- 新增Colab Notebook和Autodl镜像
Full Changelog: v0.6.10...v0.6.11
Decompression
如遇解压出错问题,请尝试下载最新版的7-zip解压。
If encountering issues with decompression, please try downloading the latest version of 7-Zip for extraction.
解凍で問題が発生した場合は、最新バージョンの7-Zipをダウンロードして解凍してみてください。
https://7-zip.org/
v0.6.10
What's Changed
- 同步更新GPT-SoVITS英文字符修复,无文本模式
- 修复“泡一泡”等词组的推理问题
- 修复GPT-SoVITS模型加载问题
- 解决emotional的bug by @zwssunny in #148
- 增加一键执行脚本 by @zwssunny in #149
- 同步更新GPT-SoVITS推理加速,有20%~50%提升
- 新增阅读API,支持旁白对话设置不同的说话人,接口为
voice/reading
,参数见文档 - 修复若干的小毛病
New Contributors
Full Changelog: v0.6.9...v0.6.10
Decompression
如遇解压出错问题,请尝试下载最新版的7-zip解压。
If encountering issues with decompression, please try downloading the latest version of 7-Zip for extraction.
解凍で問題が発生した場合は、最新バージョンの7-Zipをダウンロードして解凍してみてください。
https://7-zip.org/
v0.6.9
What's Changed
- 同步更新GPT-SoVITS DPO,增加top_k,top_p,temperature参数
- 更新GPT-SoVITS中日英混合文本推理
- 自动在大写的英文缩写字母之间加入空格,朗读时将会一个字母一个字母念
Full Changelog: v0.6.8...v0.6.9
Decompression
如遇解压出错问题,请尝试下载最新版的7-zip解压。
If encountering issues with decompression, please try downloading the latest version of 7-Zip for extraction.
解凍で問題が発生した場合は、最新バージョンの7-Zipをダウンロードして解凍してみてください。
v0.6.8
What's Changed
- 更新对GPT-SoVITS的支持
- 增加参考音频预设字典 (GPT-SoVITS)
- 修复设置页面中复选框失效问题
- 过滤掉一些影响不大的警告
Full Changelog: v0.6.7...v0.6.8
Decompression
如遇解压出错问题,请尝试下载最新版的7-zip解压。
If encountering issues with decompression, please try downloading the latest version of 7-Zip for extraction.
解凍で問題が発生した場合は、最新バージョンの7-Zipをダウンロードして解凍してみてください。
祝大家除夕快乐!
v0.6.7
What's Changed
Full Changelog: v0.6.6...v0.6.7
Decompression
如遇解压出错问题,请尝试下载最新版的7-zip解压。
If encountering issues with decompression, please try downloading the latest version of 7-Zip for extraction.
解凍で問題が発生した場合は、最新バージョンの7-Zipをダウンロードして解凍してみてください。