update
This commit is contained in:
parent
39fa7910d1
commit
0c3f41d94a
@ -6,6 +6,14 @@
|
|||||||
- 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.69-beta
|
||||||
|
- bugfix:
|
||||||
|
- 一部の例外発生時にスタートボタンが表示されなくなるバグを修正
|
||||||
|
- サーバデバイスモードの出力バッファを調整
|
||||||
|
- サーバデバイスモード使用中に設定変更を行うとサンプリングレートが変化するバグを修正
|
||||||
|
- 日本語hubert使用時のバグ修正
|
||||||
|
- misc:
|
||||||
|
- サーバデバイスモードのホストAPIフィルタ追加(強調表示)
|
||||||
- v.2.0.65-beta
|
- v.2.0.65-beta
|
||||||
- new feature: Beatrice v2 beta.1をサポートしました。さらなる高品質な音声変換が可能になります。
|
- new feature: Beatrice v2 beta.1をサポートしました。さらなる高品質な音声変換が可能になります。
|
||||||
- v.2.0.61-alpha
|
- v.2.0.61-alpha
|
||||||
|
@ -6,6 +6,14 @@
|
|||||||
- 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.69-beta
|
||||||
|
- bugfix:
|
||||||
|
- Fixed a bug where the start button would not be displayed in case of some exceptions
|
||||||
|
- Adjusted the output buffer for server device mode
|
||||||
|
- Fixed a bug where the sampling rate would change when settings were modified while using server device mode
|
||||||
|
- Fixed a bug when using Japanese hubert
|
||||||
|
- misc:
|
||||||
|
- Added host API filter (highlighted) for server device mode
|
||||||
- v.2.0.65-beta
|
- v.2.0.65-beta
|
||||||
- new feature: We have supported Beatrice v2 beta.1, enabling even higher quality voice conversion.
|
- new feature: We have supported Beatrice v2 beta.1, enabling even higher quality voice conversion.
|
||||||
|
|
||||||
|
@ -6,6 +6,14 @@
|
|||||||
- 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.69-beta
|
||||||
|
- 버그 수정:
|
||||||
|
- 일부 예외 발생 시 시작 버튼이 표시되지 않는 버그를 수정
|
||||||
|
- 서버 디바이스 모드의 출력 버퍼 조정
|
||||||
|
- 서버 디바이스 모드 사용 중 설정 변경 시 샘플링 레이트가 변하는 버그 수정
|
||||||
|
- 일본어 hubert 사용 시 버그 수정
|
||||||
|
- 기타:
|
||||||
|
- 서버 디바이스 모드에 호스트 API 필터 추가 (강조 표시)
|
||||||
- v.2.0.65-beta
|
- v.2.0.65-beta
|
||||||
- new feature: Beatrice v2 beta.1를 지원하여 더 높은 품질의 음성 변환이 가능해졌습니다
|
- new feature: Beatrice v2 beta.1를 지원하여 더 높은 품질의 음성 변환이 가능해졌습니다
|
||||||
- v.2.0.61-alpha
|
- v.2.0.61-alpha
|
||||||
|
Loading…
x
Reference in New Issue
Block a user