Releases: Spr-Aachen/Easy-Voice-Toolkit
Releases · Spr-Aachen/Easy-Voice-Toolkit
Version 1.2.4
New Features
- Add ability to show notification dialog when version is up to date in updater
添加在updater检查到当前已是最新版本时弹出提示框的功能
Changes
- Main program startup will be avoided when running updater independently
单独执行updater不会导致主程序启动
Bug Fixes
- Resolve error when calling updater through main program
修复通过主程序调用updater会发生报错的问题 - Resolve dataset tool error caused by incorrect value conversion
修复数据集制作工具由于错误的数值转换导致报错的问题 - Fix issue where clearButtons remain visible after loosing focus
修复文本清除按钮在失去焦点后依旧可见的问题
Download Ready-to-use Portable Package
Version 1.2.3
由于本次更新涉及大量的底层改动,建议删除以前的版本然后重新下载这个新版本
It's highly recommanded to uninstall/remove the previous version and download the new version instead since extensive changes to the core system have involved during this update.
New Features
- “高级设置”区域添加hover效果
Add hover effect to "Advanced Settings" area
Bug Fixes
- 修复历史遗留的更新检测问题
Resolve legacy update detection issue - 修复由参数缺失导致的GPT-SoVITS-v2模型训练报错问题
Fix parameter missing error in GPT-SoVITS-v2 model training - 修复由版本冲突导致的tensorboard启动报错问题(整合包版本)
Resolve version conflict issue when launching tensorboard (for Ready-to-use Portable Package)
Download Ready-to-use Portable Package
Version 1.2.2
New Features
- 添加更新内容预览功能
Add feature to display update content when querying updates - 性能优化(更快的响应速度和更小的资源占用)
Performance optimization (faster response speed and smaller resource usage)
Changes
- 改进所有弹窗中错误报告的展现形式且支持直接复制
Improve error reporting in popups and add copy functionality - 新的控件视觉效果
Improve visual effects of several controls
Bug Fixes
- 修复由路径获取问题导致的GPT-SoVITS训练报错的问题
Fix path retrieval issue for GPT-SoVITS model training - 修复程序退出后异常占用的问题
Resolve resource leak after program exit - 修复部分图标/文字在黑色主题下消失的问题
Resolve icon/text visibility issues in dark theme
Download Ready-to-use Portable Package
Version 1.2.1
Changes
- 变更原‘ASR’为‘VPR’
Rename 'ASR' to 'VPR' for semantic clarity - 变更原‘STT’为‘ASR’
Rename 'STT' to 'ASR' for semantic clarity
Bug Fixes
- 修复GPT-SoVITS训练报错的问题
Fix ModuleNotFoundError for GPT-SoVITS model training - 修复所有子窗口的表格显示异常
Fix index column display bug for all childWindows' tables - 修复部分输入栏图标丢失的问题
Fix icon missing issue for several LineEdits
Download Ready-to-use Portable Package
Version 1.2.0
New Features
- 添加选用webui还是gui进行GPT-SoVITS推理的选项
Add option to choose whether to use the webui or gui for GPT-SoVITS infer - 性能优化(更快的响应速度和更小的资源占用)
Performance optimization (faster response speed and smaller resource usage)
Changes
- 移除客户端重启按钮
Remove client reboot function
Bug Fixes
- 修复程序无法正常退出的问题
Fix issue where applications failed to exit properly - 修复语音识别的表格显示异常
Fix index column display bug for asr edit table
Download Ready-to-use Portable Package
Version 1.1.9
New Features
- 添加对GPT-SoVITS v2模型的推理支持
Add TTS support for GPT-SoVITS v2 models - 性能优化(更快的响应速度和更小的资源占用)
Performance optimization (faster response speed and smaller resource usage)
Changes
- 改用静默的方式检查更新
Implement silent update check on application startup - 使用git子模块替代核心文件
Replace direct core files inclusion with Git submodules
Bug Fixes
- 修复Python依赖安装bug
Fix python requirements installation bug - 修复音频降噪报错问题
Fix exception handling failure issue for audio denoiser
Download Ready-to-use Portable Package
Version 1.1.5
New Features
- 支持鼠标拖拽控制台的边框
Support page splitting (by dragging the console's border)
Changes
- 简化数据集制作工具创建临时文件夹的流程
Simplify the function to create temp folders for DatasetCreator
Bug Fixes
- 修复数据集制作工具由于未能成功转换字符类型而导致执行加法操作时报错的问题
Solve the problem that errors occurred due to the failure of DataFrame to convert character types - 修复语音识别界面表格的文件选择按钮无响应的问题
Fix the no response issue of the file dialog button in the table of ASR interface
Download Ready-to-use Portable Package
Link: https://huggingface.co/SprAachen/Easy-Voice-Toolkit-Package/resolve/main/EVT_windows_x64.7z?download=true
Backup: https://pan.baidu.com/s/1TbzsT_asSOy9JIx72WJP_g?pwd=1xap
Version 1.1.4
Changes
- 非N卡用户启动客户端时不再报错
Disable the error report while no NVIDIA GPU is available - 重构VITS2代码
Reconstruct VITS2
Bug Fixes
- 修复无法正常保存GPT-SoVITS的数据集编辑结果的问题
Resolve the issue where the dataset creator of GPT-SoVITS fails to save edit results successfully - 修复VITS(2)的数据集制作工具在创建临时文件夹时报错的问题
Address the problem where the dataset creator of VITS encounters errors while creating temporary folders
Download Ready-to-use Portable Package
Link:
Backup: https://pan.baidu.com/s/1TbzsT_asSOy9JIx72WJP_g?pwd=1xap
Version 1.1.3
New Features
- 将使用向导设置为常驻( 位于工具页面右上角)以便随时查看
Make the guidance feature permanent (in the upper-right corner of the Tools page) so that it can be viewed at any time. - 添加对PyQt5库的支持
Add support for PyQt5
Changes
- 简化TTS参数设置(包括GPT-SoVITS与VITS2)
Simplify TTS param options (including GPT-SoVITS&VITS2) - 合并最新版本的GPT-SoVITS代码
Merge source code from the latest version of GPT-SoVITS
Bug Fixes
- 彻底修复配置文件的编码报错问题
Fix the complete encoding failure issue for ConfigParser - 解决GPT-SoVITS每次推理都需要重新加载模型的问题
Fix the issue that GPT-SoVITS had to reload models for each inference
Download Ready-to-use Portable Package
Link:
Backup: https://pan.baidu.com/s/1TbzsT_asSOy9JIx72WJP_g?pwd=1xap
Version 1.1.2
New Features
- 在环境配置页面加入了pytorch版本管理功能(尚在测试中,不建议使用)
Support torch version management (beta version, not safe to use) - 添加对jieba_fast库的支持
Add support for jieba_fast
Changes
- 合并最新版本的GPT-SoVITS代码
Merge source code from the latest version of GPT-SoVITS
Bug Fixes
- 修复配置文件的编码问题
Fix encoding failure issue for ini files - 修复语音合成页面输入框的所做更改无法被保存至配置文件的问题
Fix the issue that the text input section in TTS pages can't be saved to config successfully
Download Ready-to-use Portable Package
Link:
Backup: https://pan.baidu.com/s/1TbzsT_asSOy9JIx72WJP_g?pwd=1xap