mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 13:35:12 +03:00
v.2.0.6-alpha
This commit is contained in:
parent
6228bfb541
commit
af834afd2e
14
README.md
14
README.md
@ -3,7 +3,19 @@
|
||||
[English](/README_en.md) [Korean](/README_ko.md)
|
||||
|
||||
## What's New!
|
||||
- VCClientがセカンドバージョンとしてリブートしました。
|
||||
|
||||
- v.2.0.6-alpha
|
||||
- 新規
|
||||
- M1系 Macに対応しました。
|
||||
- M1 MBA(monterey), M2 Pro MBP(venture)での動作実績あります。
|
||||
- sonomaでのレポートお待ちしております。
|
||||
- bugfix:
|
||||
- beatriceのスピーカー選択でpitchが元に戻ってしまうバグに対応。
|
||||
- その他:
|
||||
- 不具合解析用の情報取得強化
|
||||
|
||||
- v.2.0.5-alpha
|
||||
- VCClientがセカンドバージョンとしてリブートしました。
|
||||
- 大幅なソフトウェア構造変更により拡張容易性を高めました。
|
||||
- REST APIを提供することでサードパーティによるクライアント開発を容易化しました。
|
||||
- エディション体系を刷新しました。
|
||||
|
29
README_en.md
29
README_en.md
@ -3,15 +3,26 @@
|
||||
[Japanese](/README.md) [Korean](/README_ko.md)
|
||||
|
||||
## What's New!
|
||||
- VCClient has rebooted as the second version.
|
||||
- Significant software structural changes have enhanced extensibility.
|
||||
- By providing REST API, it has become easier for third parties to develop clients.
|
||||
- The edition system has been revamped.
|
||||
- The Standard Edition (win) runs on onnx models by default, regardless of the presence of a GPU. Please convert torch models to onnx models before use. If you have a GPU, hardware acceleration is only effective with onnx models.
|
||||
- CUDA Edition (Windows) enables hardware acceleration for the torch model if you have an Nvidia GPU. Additionally, ONNX models may also see a slight performance improvement compared to the Standard Edition.
|
||||
- The mac Edition is aimed at users with Macs equipped with Apple Silicon.
|
||||
- Users with Linux and Python knowledge can clone the repository and run it.
|
||||
- Currently, only the Standard Edition is available in the alpha version.
|
||||
- v.2.0.6-alpha
|
||||
- New
|
||||
- Now compatible with M1 series Macs.
|
||||
- Confirmed to work on M1 MBA (Monterey) and M2 Pro MBP (Ventura).
|
||||
- Looking for reports on performance with Sonoma.
|
||||
- Bugfix:
|
||||
- Fixed a bug where the pitch would revert when selecting a speaker in Beatrice.
|
||||
- Others:
|
||||
- Enhanced information gathering for debugging purposes.
|
||||
|
||||
- v.2.0.5-alpha
|
||||
- VCClient has rebooted as the second version.
|
||||
- Significant software structural changes have enhanced extensibility.
|
||||
- By providing REST API, it has become easier for third parties to develop clients.
|
||||
- The edition system has been revamped.
|
||||
- The Standard Edition (win) runs on onnx models by default, regardless of the presence of a GPU. Please convert torch models to onnx models before use. If you have a GPU, hardware acceleration is only effective with onnx models.
|
||||
- CUDA Edition (Windows) enables hardware acceleration for the torch model if you have an Nvidia GPU. Additionally, ONNX models may also see a slight performance improvement compared to the Standard Edition.
|
||||
- The mac Edition is aimed at users with Macs equipped with Apple Silicon.
|
||||
- Users with Linux and Python knowledge can clone the repository and run it.
|
||||
- Currently, only the Standard Edition is available in the alpha version.
|
||||
|
||||
# What is VC Client
|
||||
|
||||
|
30
README_ko.md
30
README_ko.md
@ -3,15 +3,27 @@
|
||||
[English](/README_en.md) [Japanese](/README.md)
|
||||
|
||||
## What's New!
|
||||
- VCClient가 세컨드 버전으로 리부트되었습니다.
|
||||
- 대대적인 소프트웨어 구조 변경으로 확장 용이성을 높였습니다.
|
||||
- REST API를 제공하여 서드파티 클라이언트 개발을 용이하게 하였습니다.
|
||||
- 에디션 체계를 새롭게 구성하였습니다.
|
||||
- 스탠다드 에디션(win)은 GPU의 유무에 관계없이 onnx 모델로 실행하는 것을 기본으로 합니다. torch 모델은 onnx 모델로 변환한 후 사용하십시오. GPU를 보유한 경우 onnx 모델에서만 하드웨어 가속이 활성화됩니다.
|
||||
- CUDA 에디션(윈도우)은 Nvidia GPU를 보유한 경우에 torch 모델도 하드웨어 가속이 활성화됩니다. 또한, onnx 모델도 스탠다드 에디션과 비교하여 약간 성능이 향상될 가능성이 있습니다.
|
||||
- mac 에디션은 Apple Silicon을 탑재한 Mac 사용자용입니다.
|
||||
- 리눅스 사용자 및 파이썬 지식이 있는 분은 리포지토리를 클론하여 실행할 수도 있습니다.
|
||||
- 현재의 알파 버전에서는 스탠다드 에디션만 제공하고 있습니다.
|
||||
|
||||
- v. 2.0.6-alpha
|
||||
- 신규:
|
||||
- M1 계열 Mac에 대응했습니다.
|
||||
- M1 MBA(monterey), M2 Pro MBP(venture)에서의 동작 실적이 있습니다.
|
||||
- sonoma에서의 보고를 기다리고 있습니다.
|
||||
- 버그 수정:
|
||||
- Beatrice의 스피커 선택 시 pitch가 원래대로 돌아가는 버그를 수정했습니다.
|
||||
- 기타:
|
||||
- 오류 분석을 위한 정보 획득 강화
|
||||
|
||||
- v.2.0.5-alpha
|
||||
- VCClient가 세컨드 버전으로 리부트되었습니다.
|
||||
- 대대적인 소프트웨어 구조 변경으로 확장 용이성을 높였습니다.
|
||||
- REST API를 제공하여 서드파티 클라이언트 개발을 용이하게 하였습니다.
|
||||
- 에디션 체계를 새롭게 구성하였습니다.
|
||||
- 스탠다드 에디션(win)은 GPU의 유무에 관계없이 onnx 모델로 실행하는 것을 기본으로 합니다. torch 모델은 onnx 모델로 변환한 후 사용하십시오. GPU를 보유한 경우 onnx 모델에서만 하드웨어 가속이 활성화됩니다.
|
||||
- CUDA 에디션(윈도우)은 Nvidia GPU를 보유한 경우에 torch 모델도 하드웨어 가속이 활성화됩니다. 또한, onnx 모델도 스탠다드 에디션과 비교하여 약간 성능이 향상될 가능성이 있습니다.
|
||||
- mac 에디션은 Apple Silicon을 탑재한 Mac 사용자용입니다.
|
||||
- 리눅스 사용자 및 파이썬 지식이 있는 분은 리포지토리를 클론하여 실행할 수도 있습니다.
|
||||
- 현재의 알파 버전에서는 스탠다드 에디션만 제공하고 있습니다.
|
||||
|
||||
# VC Client란
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user