From d648eca262b0b6d4a42cda5f633fca6879c16fea Mon Sep 17 00:00:00 2001 From: wok Date: Tue, 27 Aug 2024 09:30:21 +0900 Subject: [PATCH] update --- README.md | 5 +++++ README_en.md | 5 +++++ README_ko.md | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/README.md b/README.md index 11260405..5180216b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ - Beatrice V2 トレーニングコード公開!!! - [トレーニングコードリポジトリ](https://huggingface.co/fierce-cats/beatrice-trainer) - [コラボ版](https://github.com/w-okada/beatrice-trainer-colab) +- v.2.0.61-alpha + - feature: + - クロスフェードの時間を指定できるようになりました。 + - bugfix: + - モデルマージの際に、使用しないモデルの要素を0にしても動くようになりました。 - v.2.0.58-alpha - feature: - SIO ブロードキャスティング diff --git a/README_en.md b/README_en.md index b4c6f3e6..febabff1 100644 --- a/README_en.md +++ b/README_en.md @@ -6,6 +6,11 @@ - 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.61-alpha + - feature: + - You can now specify the crossfade duration. + - bugfix: + - Fixed an issue where the non-used elements of a model would still affect performance during model merging by setting their values to zero. - v.2.0.58-alpha - feature: - SIO Broadcasting diff --git a/README_ko.md b/README_ko.md index 82de3c33..79be6296 100644 --- a/README_ko.md +++ b/README_ko.md @@ -6,6 +6,11 @@ - Beatrice V2 훈련 코드 공개!!! - [훈련 코드 리포지토리](https://huggingface.co/fierce-cats/beatrice-trainer) - [Colab 버전](https://github.com/w-okada/beatrice-trainer-colab) +- v.2.0.61-alpha + - 기능: + - 크로스페이드 시간을 지정할 수 있게 되었습니다. + - 버그 수정: + - 모델 병합 시 사용하지 않는 모델의 요소를 0으로 설정해도 동작하도록 수정되었습니다. - v.2.0.58-alpha - 기능: - SIO 브로드캐스팅