This commit is contained in:
wok 2024-10-08 14:50:49 +09:00
parent 505ba4a5c3
commit 5e180f76e9
3 changed files with 23 additions and 1 deletions

View File

@ -6,6 +6,8 @@
- Beatrice V2 トレーニングコード公開!!!
- [トレーニングコードリポジトリ](https://huggingface.co/fierce-cats/beatrice-trainer)
- [コラボ版](https://github.com/w-okada/beatrice-trainer-colab)
- v.2.0.65-beta
- new feature: Beatrice v2 beta.2をサポートしました。さらなる高品質な音声変換が可能になります。
- v.2.0.61-alpha
- feature:
- クロスフェードの時間を指定できるようになりました。
@ -48,6 +50,11 @@
- ユーザが.bat等でREST APIをたたく処理をショートカットとして登録する。
- リモートから操作する簡易クライアントを作成する。
- など。
-
## 関連ソフトウェア
- [リアルタイムボイスチェンジャ VCClient](https://github.com/w-okada/voice-changer)
- [読み上げソフトウェア TTSClient](https://github.com/w-okada/ttsclient)
- [リアルタイム音声認識ソフトウェア ASRClient](https://github.com/w-okada/asrclient)
# ダウンロード
[Hugging Face](https://huggingface.co/wok000/vcclient000/tree/main)からダウンロードしてください。

View File

@ -6,7 +6,10 @@
- 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
- v.2.0.65-beta
- new feature: We have supported Beatrice v2 beta.2, enabling even higher quality voice conversion.
- v.2.0.6-alpha
- feature:
- You can now specify the crossfade duration.
- bugfix:
@ -49,6 +52,11 @@
- Create simple clients to operate remotely.
- And more.
## Related Software
- [Real-time Voice Changer VCClient](https://github.com/w-okada/voice-changer)
- [Text-to-Speech Software TTSClient](https://github.com/w-okada/ttsclient)
- [Real-Time Speech Recognition Software ASRClient](https://github.com/w-okada/asrclient)
# Download
Please download it from [Hugging Face](https://huggingface.co/wok000/vcclient000/tree/main).

View File

@ -6,6 +6,8 @@
- Beatrice V2 훈련 코드 공개!!!
- [훈련 코드 리포지토리](https://huggingface.co/fierce-cats/beatrice-trainer)
- [Colab 버전](https://github.com/w-okada/beatrice-trainer-colab)
- v.2.0.65-beta
- new feature: Beatrice v2 beta.2를 지원하여 더 높은 품질의 음성 변환이 가능해졌습니다
- v.2.0.61-alpha
- 기능:
- 크로스페이드 시간을 지정할 수 있게 되었습니다.
@ -49,6 +51,11 @@
- 원격에서 조작할 수 있는 간이 클라이언트를 작성한다.
- 등등.
## 관련 소프트웨어
- [실시간 음성 변조기 VCClient](https://github.com/w-okada/voice-changer)
- [텍스트 읽기 소프트웨어 TTSClient](https://github.com/w-okada/ttsclient)
- [실시간 음성 인식 소프트웨어 ASRClient](https://github.com/w-okada/asrclient)
-
# 다운로드
[Hugging Face](https://huggingface.co/wok000/vcclient000/tree/main)에서 다운로드하세요.