From eef83952050c8e4e1c15964cc55bd29785f532e2 Mon Sep 17 00:00:00 2001 From: wok Date: Sat, 27 Jul 2024 18:14:50 +0900 Subject: [PATCH] update --- README.md | 81 ++++++++----------------------------------------- README_en.md | 83 ++++++++------------------------------------------ README_ko.md | 86 ++++++++-------------------------------------------- 3 files changed, 36 insertions(+), 214 deletions(-) diff --git a/README.md b/README.md index a21ef912..7ecc6959 100644 --- a/README.md +++ b/README.md @@ -3,78 +3,21 @@ [English](/README_en.md) [Korean](/README_ko.md) ## What's New! +- Beatrice V2 トレーニングコード公開!!! + - [トレーニングコードリポジトリ](https://huggingface.co/fierce-cats/beatrice-trainer) + - [コラボ版](https://github.com/w-okada/beatrice-trainer-colab) +- v.2.0.47-alpha + - [こちらを参照](https://github.com/w-okada/voice-changer/tree/v.2) + - feature: + - extra frameを拡大 + - bugfix: + - beatrice のデフォルト話者IDの変更 + - モデルファイル名が長いときのエラー対策 + - モニターデバイスをnoneにしたときの対応。 - v2.0.45-alpha - [こちらを参照](https://github.com/w-okada/voice-changer/tree/v.2) - bugfix - 音量調整 -- v2.0.44-alpha - - [こちらを参照](https://github.com/w-okada/voice-changer/tree/v.2) - - bugfix - - モデル削除後の不安定動作の改善 -- v.2.0.42-alpha - - [こちらを参照](https://github.com/w-okada/voice-changer/tree/v.2) - - Feature - - Beatrice v2 カスタムモデルのアップロード - - Improvement - - RVC音質向上 - - RVC変換速度向上 - - Bugfix - - パススルー - - オーディオデバイスリロード -- v.2.0.40-alpha - - [こちらを参照](https://github.com/w-okada/voice-changer/tree/v.2) - - 改善 - - 音量対応 - - ASIO対応 - - webフォルダ公開 - - `web_front\assets\i18n\\translation.json`を作成し、`web_front\assets\gui_settings\GUI.json`の`lang`に追加すれば言語対応を拡張できます。 -- v.2.0.32-alpha Colab版 リリース。⇒[こちら](https://github.com/w-okada/voice-changer/tree/v.2/w_okada's_Voice_Changer_version_2_x.ipynb) - - ngrokフリーになりました。ngrokのアカウントなしで利用可能です。 -- v.2.0.27-alpha -> [こちらを参照](https://github.com/w-okada/voice-changer/tree/v.2) - -- VCClientは version.2として開発が進められています. [こちらを参照](https://github.com/w-okada/voice-changer/tree/v.2) - 一応Mac版もリリースしました。 - -- v.1.5.3.18a - - Bugfix: FCPE - -- v.1.5.3.18 (removed.) - - New Feature: FCPE - - Easy-VC (experimental) -- v.1.5.3.17b - - bugfix: - - clear setting - - improve - - file sanitizer - - chage: - - default input chunk size: 192. - - decided by this chart.(https://rentry.co/VoiceChangerGuide#gpu-chart-for-known-working-chunkextra) - -- v.1.5.3.17a - - Bug Fixes: - - Server mode error - - RVC Model merger - - Misc - - Add RVC Sample Chihaya-Jinja (https://chihaya369.booth.pm/items/4701666) - -- v.1.5.3.17 - - New Features: - - Added similarity graph for Beatrice speaker selection - - Bug Fixes: - - Fixed crossfade issue with Beatrice speaker - -- v.1.5.3.16a - - Bug fix: - - Lazy load Beatrice. - -- v.1.5.3.16 (Only for Windows, CPU dependent) - - New Feature: - - Beatrice is supported(experimental) - -- v.1.5.3.15 - - Improve: - - new rmvpe checkpoint for rvc (torch, onnx) - - Mac: upgrade torch version 2.1.0 @@ -88,7 +31,7 @@ - [so-vits-svc](https://github.com/svc-develop-team/so-vits-svc) - [RVC(Retrieval-based-Voice-Conversion)](https://github.com/liujing04/Retrieval-based-Voice-Conversion-WebUI) - [DDSP-SVC](https://github.com/yxlllc/DDSP-SVC) - - [Beatrice JVS Corpus Edition](https://prj-beatrice.com/) * experimental, (***NOT MIT Licnsence*** see [readme](https://github.com/w-okada/voice-changer/blob/master/server/voice_changer/Beatrice/)) * Only for Windows, CPU dependent + - [Beatrice JVS Corpus Edition](https://prj-beatrice.com/) * experimental, (***NOT MIT License*** see [readme](https://github.com/w-okada/voice-changer/blob/master/server/voice_changer/Beatrice/)) * Only for Windows, CPU dependent 1. 本ソフトウェアは、ネットワークを介した利用も可能であり、ゲームなどの高負荷なアプリケーションと同時に使用する場合などに音声変換処理の負荷を外部にオフロードすることができます。 ![image](https://user-images.githubusercontent.com/48346627/206640768-53f6052d-0a96-403b-a06c-6714a0b7471d.png) diff --git a/README_en.md b/README_en.md index a54797ef..87e88e75 100644 --- a/README_en.md +++ b/README_en.md @@ -3,80 +3,21 @@ [Japanese](/README_ja.md) [Korean](/README_ko.md) ## What's New! +- Beatrice V2 Training Code Released!!! + - [Training Code Repository](https://huggingface.co/fierce-cats/beatrice-trainer) + - [Colab Version](https://github.com/w-okada/beatrice-trainer-colab) +- v.2.0.47-alpha + - [HERE](https://github.com/w-okada/voice-changer/tree/v.2) + - feature: + - Expanded extra frame + - bugfix: + - Changed the default speaker ID for Beatrice + - Fixed errors when model file names are too long + - Handled situation when monitor device is set to none. - v2.0.45-alpha - [HERE](https://github.com/w-okada/voice-changer/tree/v.2) - bugfix - volume control -- v2.0.44-alpha - - [HERE](https://github.com/w-okada/voice-changer/tree/v.2) - - bugfix - - Improvements for Unstable Behavior After Model Deletion -- v2.0.42-alpha - - [HERE](https://github.com/w-okada/voice-changer/tree/v.2) - - Feature - - Upload of Beatrice v2 custom model - - Improvement - - Improved RVC sound quality - - Enhanced RVC conversion speed - - Bugfix - - Pass-through - - Audio device reload -- v.2.0.40-alpha - - [HERE](https://github.com/w-okada/voice-changer/tree/v.2) - - Improvements - - Volume support - - ASIO support - - Web folder publishing - - You can extend language support by creating `web_front\assets\i18n\\translation.json` and adding it to `lang` in `web_front\assets\gui_settings\GUI.json`. -- v.2.0.32-alpha Colab version released. ⇒ [Here](./w_okada's_Voice_Changer_version_2_x.ipynb) - - ngrok is no longer needed. You can use it without a ngrok account. -- v.2.0.27-alpha -> [HERE](https://github.com/w-okada/voice-changer/tree/v.2) -- v.2.0.24-alpha Colab version released. ⇒ [Here](https://github.com/w-okada/voice-changer/tree/v.2/w_okada's_Voice_Changer_version_2_x.ipynb) - -- VCClient has rebooted as the second version. see [HERE](https://github.com/w-okada/voice-changer/tree/v.2) - - The Mac(Apple silicon) version has also been released. - -- v.1.5.3.18a - - Bugfix: FCPE - -- v.1.5.3.18 (removed.) - - New Feature: FCPE - - Easy-VC (experimental) -- v.1.5.3.17b - - bugfix: - - clear setting - - improve - - file sanitizer - - chage: - - default input chunk size: 192. - - decided by this chart.(https://rentry.co/VoiceChangerGuide#gpu-chart-for-known-working-chunkextra) - -- v.1.5.3.17a - - Bug Fixes: - - Server mode error - - RVC Model merger - - Misc - - Add RVC Sample Chihaya-Jinja (https://chihaya369.booth.pm/items/4701666) - -- v.1.5.3.17 - - New Features: - - Added similarity graph for Beatrice speaker selection - - Bug Fixes: - - Fixed crossfade issue with Beatrice speaker - -- v.1.5.3.16a - - Bug fix: - - Lazy load Beatrice. - - -- v.1.5.3.16 (Only for Windows, CPU dependent) - - New Feature: - - Beatrice is supported(experimental) - -- v.1.5.3.15 - - Improve: - - new rmvpe checkpoint for rvc (torch, onnx) - - Mac: upgrade torch version 2.1.0 # What is VC Client @@ -87,7 +28,7 @@ - [so-vits-svc](https://github.com/svc-develop-team/so-vits-svc) - [RVC(Retrieval-based-Voice-Conversion)](https://github.com/liujing04/Retrieval-based-Voice-Conversion-WebUI) - [DDSP-SVC](https://github.com/yxlllc/DDSP-SVC) -- [Beatrice JVS Corpus Edition](https://prj-beatrice.com/) * experimental, (***NOT MIT Licnsence*** see [readme](https://github.com/w-okada/voice-changer/blob/master/server/voice_changer/Beatrice/)) * Only for Windows, CPU dependent +- [Beatrice JVS Corpus Edition](https://prj-beatrice.com/) * experimental, (***NOT MIT License*** see [readme](https://github.com/w-okada/voice-changer/blob/master/server/voice_changer/Beatrice/)) * Only for Windows, CPU dependent 1. Distribute the load by running Voice Changer on a different PC The real-time voice changer of this application works on a server-client configuration. By running the MMVC server on a separate PC, you can run it while minimizing the impact on other resource-intensive processes such as gaming commentary. diff --git a/README_ko.md b/README_ko.md index 60b6ae41..2a2e1cec 100644 --- a/README_ko.md +++ b/README_ko.md @@ -3,83 +3,21 @@ [English](/README_en.md) [Korean](/README_ko.md) ## 새로운 기능! +- Beatrice V2 훈련 코드 공개!!! + - [훈련 코드 리포지토리](https://huggingface.co/fierce-cats/beatrice-trainer) + - [Colab 버전](https://github.com/w-okada/beatrice-trainer-colab) +- v.2.0.47-alpha + - [여기를 참조하십시오](https://github.com/w-okada/voice-changer/tree/v.2) + - 기능: + - 추가 프레임 확장 + - 버그 수정: + - Beatrice의 기본 화자 ID 변경 + - 모델 파일 이름이 너무 길 때의 오류 수정 + - 모니터 장치를 none으로 설정했을 때의 처리. - v2.0.45-alpha - [여기를 참조하십시오](https://github.com/w-okada/voice-changer/tree/v.2) - bugfix - 음량 조절 -- v2.0.44-alpha - - [여기를 참조하십시오](https://github.com/w-okada/voice-changer/tree/v.2) - - bugfix - - 모델 삭제 후 불안정한 동작 개선 -- v2.0.42-alpha - - [여기를 참조하십시오](https://github.com/w-okada/voice-changer/tree/v.2) - - 기능 - - Beatrice v2 커스텀 모델 업로드 - - 개선 - - RVC 음질 향상 - - RVC 변환 속도 향상 - - 버그 수정 - - 패스스루 - - 오디오 장치 다시 로드 -- v.2.0.40-alpha - - [여기를 참조하십시오](https://github.com/w-okada/voice-changer/tree/v.2) - - 개선 사항 - - 볼륨 지원 - - ASIO 지원 - - 웹 폴더 공개 - - `web_front\assets\i18n\\translation.json` 파일을 생성하고 `web_front\assets\gui_settings\GUI.json`의 `lang`에 추가하면 언어 지원을 확장할 수 있습니다. -- v.2.0.32-alpha Colab 버전 출시. ⇒ [여기](./w_okada's_Voice_Changer_version_2_x.ipynb) - - ngrok 없이도 사용 가능합니다. ngrok 계정이 없어도 이용할 수 있습니다. -- v.2.0.27-alpha -> [여기를 참조하십시오](https://github.com/w-okada/voice-changer/tree/v.2) -- v.2.0.24-alpha Colab 버전 릴리스. ⇒ [여기](https://github.com/w-okada/voice-changer/tree/v.2/w_okada's_Voice_Changer_version_2_x.ipynb) - -- VCClient는 version.2로 개발이 진행 중입니다. [여기를 참조하십시오](https://github.com/w-okada/voice-changer/tree/v.2) - - Mac 버전도 출시했습니다. - - -- v.1.5.3.18a - - Bugfix: FCPE - -- v.1.5.3.18 (removed.) - - New Feature: FCPE - - Easy-VC (experimental) -- v.1.5.3.17b - - bugfix: - - clear setting - - improve - - file sanitizer - - chage: - - default input chunk size: 192. - - decided by this chart.(https://rentry.co/VoiceChangerGuide#gpu-chart-for-known-working-chunkextra) - -- v.1.5.3.17a - - Bug Fixes: - - Server mode error - - RVC Model merger - - Misc - - Add RVC Sample Chihaya-Jinja (https://chihaya369.booth.pm/items/4701666) - -- v.1.5.3.17 - - New Features: - - Added similarity graph for Beatrice speaker selection - - Bug Fixes: - - Fixed crossfade issue with Beatrice speaker - -- v.1.5.3.16a - - Bug fix: - - Lazy load Beatrice. - - -- v.1.5.3.16 (Only for Windows, CPU dependent) - - New Feature: - - Beatrice is supported(experimental) - -- v.1.5.3.15 - - Improve: - - new rmvpe checkpoint for rvc (torch, onnx) - - Mac: upgrade torch version 2.1.0 - - - # VC Client란 @@ -90,7 +28,7 @@ - [so-vits-svc](https://github.com/svc-develop-team/so-vits-svc) - [RVC(Retrieval-based-Voice-Conversion)](https://github.com/liujing04/Retrieval-based-Voice-Conversion-WebUI) - [DDSP-SVC](https://github.com/yxlllc/DDSP-SVC) - - [Beatrice JVS Corpus Edition](https://prj-beatrice.com/) * experimental, (***NOT MIT Licnsence*** see [readme](https://github.com/w-okada/voice-changer/blob/master/server/voice_changer/Beatrice/)) * Only for Windows, CPU dependent + - [Beatrice JVS Corpus Edition](https://prj-beatrice.com/) * experimental, (***NOT MIT License*** see [readme](https://github.com/w-okada/voice-changer/blob/master/server/voice_changer/Beatrice/)) * Only for Windows, CPU dependent - 1. 이 소프트웨어는 네트워크를 통한 사용도 가능하며, 게임 등 부하가 큰 애플리케이션과 동시에 사용할 경우 음성 변화 처리의 부하를 외부로 돌릴 수도 있습니다.