This commit is contained in:
wok 2024-08-06 23:45:22 +09:00
parent 0875f42eba
commit 9966540b68
3 changed files with 18 additions and 3 deletions

View File

@ -6,6 +6,12 @@
- Beatrice V2 トレーニングコード公開!!! - Beatrice V2 トレーニングコード公開!!!
- [トレーニングコードリポジトリ](https://huggingface.co/fierce-cats/beatrice-trainer) - [トレーニングコードリポジトリ](https://huggingface.co/fierce-cats/beatrice-trainer)
- [コラボ版](https://github.com/w-okada/beatrice-trainer-colab) - [コラボ版](https://github.com/w-okada/beatrice-trainer-colab)
- v.2.0.55-alpha
- improve:
- RVCのCPU負荷を削減
- WebSocket対応
- change
- 起動バッチでno_cuiオプションを有効化
- v.2.0.50-alpha - v.2.0.50-alpha
- improve: - improve:
- クライアントモードの性能改善 - クライアントモードの性能改善

View File

@ -6,6 +6,12 @@
- Beatrice V2 Training Code Released!!! - Beatrice V2 Training Code Released!!!
- [Training Code Repository](https://huggingface.co/fierce-cats/beatrice-trainer) - [Training Code Repository](https://huggingface.co/fierce-cats/beatrice-trainer)
- [Colab Version](https://github.com/w-okada/beatrice-trainer-colab) - [Colab Version](https://github.com/w-okada/beatrice-trainer-colab)
- v.2.0.55-alpha
- improve:
- Reduced CPU load of RVC
- WebSocket support
- change:
- Enable no_cui option in startup batch
- v.2.0.50-alpha - v.2.0.50-alpha
- improve: - improve:
- Improved performance in client mode - Improved performance in client mode
@ -20,9 +26,6 @@
- Changed the default speaker ID for Beatrice - Changed the default speaker ID for Beatrice
- Fixed errors when model file names are too long - Fixed errors when model file names are too long
- Handled situation when monitor device is set to none. - Handled situation when monitor device is set to none.
- v.2.0.45-alpha
- bugfix
- volume control
# What is VC Client # What is VC Client

View File

@ -6,6 +6,12 @@
- Beatrice V2 훈련 코드 공개!!! - Beatrice V2 훈련 코드 공개!!!
- [훈련 코드 리포지토리](https://huggingface.co/fierce-cats/beatrice-trainer) - [훈련 코드 리포지토리](https://huggingface.co/fierce-cats/beatrice-trainer)
- [Colab 버전](https://github.com/w-okada/beatrice-trainer-colab) - [Colab 버전](https://github.com/w-okada/beatrice-trainer-colab)
- v.2.0.55-alpha
- 개선:
- RVC의 CPU 부하 감소
- WebSocket 지원
- 변경:
- 시작 배치에서 no_cui 옵션 활성화
- v.2.0.50-alpha - v.2.0.50-alpha
- 개선사항: - 개선사항:
- 클라이언트 모드의 성능 개선 - 클라이언트 모드의 성능 개선