mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-09 03:37:51 +03:00
v.2.0.23-alpha
This commit is contained in:
parent
a14a62dfde
commit
a4e027a291
12
README.md
12
README.md
@ -3,6 +3,18 @@
|
|||||||
[English](/README_en.md) [Korean](/README_ko.md)
|
[English](/README_en.md) [Korean](/README_ko.md)
|
||||||
|
|
||||||
## What's New!
|
## What's New!
|
||||||
|
- v.2.0.23-alpha
|
||||||
|
- エディションを再整理
|
||||||
|
- win_std: 一般的なwinユーザ向け。onnxモデル, torchモデルともに、DirectMLによりGPUのハードウェアアクセラレーションが可能です。
|
||||||
|
- win_cuda:NvidiaのGPU所有者向け。onnxモデル, torchモデルともに、cudaによりNvidiaのGPUのハードウェアアクセラレーションが可能です。要cuda12.4~。
|
||||||
|
- mac: AppleSilicon(M1等)ユーザ向け。
|
||||||
|
- feature
|
||||||
|
- クライアントモードでの動作時のアウトプットバッファの調整機能を追加
|
||||||
|
- bugfix:
|
||||||
|
- RVCのtorchモデルをonnxモデルにエクスポートする際にindex, iconを引き継ぐように修正
|
||||||
|
- その他:
|
||||||
|
- loggerの強化
|
||||||
|
|
||||||
- v.2.0.20-alpha
|
- v.2.0.20-alpha
|
||||||
- torch-cudaに対応。エディションの説明は[こちら](docs/01_basic_v2.0.z.md)。
|
- torch-cudaに対応。エディションの説明は[こちら](docs/01_basic_v2.0.z.md)。
|
||||||
- bugfix:
|
- bugfix:
|
||||||
|
12
README_en.md
12
README_en.md
@ -3,6 +3,18 @@
|
|||||||
[Japanese](/README.md) [Korean](/README_ko.md)
|
[Japanese](/README.md) [Korean](/README_ko.md)
|
||||||
|
|
||||||
## What's New!
|
## What's New!
|
||||||
|
- v.2.0.23-alpha
|
||||||
|
- Reorganizing Editions
|
||||||
|
- win_std: For typical Windows users. Hardware acceleration via DirectML is available for both ONNX and torch models.
|
||||||
|
- win_cuda: For Nvidia GPU owners. Hardware acceleration via CUDA is available for both ONNX and torch models. Requires CUDA 12.4 or later.
|
||||||
|
- mac: For Apple Silicon (e.g., M1) users.
|
||||||
|
- feature
|
||||||
|
- Added the capability to adjust the output buffer when operating in client mode
|
||||||
|
- bugfix:
|
||||||
|
- Fixed the issue of retaining index and icon when exporting RVC's torch model to onnx model
|
||||||
|
- Other:
|
||||||
|
- Enhanced logger
|
||||||
|
|
||||||
- v.2.0.20-alpha
|
- v.2.0.20-alpha
|
||||||
- Support for torch-cuda. See the edition description [here](docs/01_basic_v2.0.z.md).
|
- Support for torch-cuda. See the edition description [here](docs/01_basic_v2.0.z.md).
|
||||||
- Bugfix:
|
- Bugfix:
|
||||||
|
12
README_ko.md
12
README_ko.md
@ -3,6 +3,18 @@
|
|||||||
[English](/README_en.md) [Japanese](/README.md)
|
[English](/README_en.md) [Japanese](/README.md)
|
||||||
|
|
||||||
## What's New!
|
## What's New!
|
||||||
|
- v.2.0.23-alpha
|
||||||
|
- 에디션 재정리
|
||||||
|
- win_std: 일반적인 윈도우 사용자 대상. DirectML을 통한 하드웨어 가속이 ONNX 모델과 torch 모델 모두에서 가능합니다.
|
||||||
|
- win_cuda: Nvidia GPU 소유자 대상. CUDA를 통한 하드웨어 가속이 ONNX 모델과 torch 모델 모두에서 가능합니다. CUDA 12.4 이상 필요.
|
||||||
|
- mac: AppleSilicon(M1 등) 사용자 대상.
|
||||||
|
- 기능
|
||||||
|
- 클라이언트 모드에서 동작 시 출력 버퍼를 조정하는 기능 추가
|
||||||
|
- 버그 수정:
|
||||||
|
- RVC의 torch 모델을 onnx 모델로 내보낼 때 index와 icon을 유지하는 문제 수정
|
||||||
|
- 기타:
|
||||||
|
- 로거 강화
|
||||||
|
|
||||||
- v.2.0.20-alpha
|
- v.2.0.20-alpha
|
||||||
- Support for torch-cuda. See the edition description [here](docs/01_basic_v2.0.z.md).
|
- Support for torch-cuda. See the edition description [here](docs/01_basic_v2.0.z.md).
|
||||||
- Bugfix:
|
- Bugfix:
|
||||||
|
@ -14,13 +14,11 @@
|
|||||||
|
|
||||||
## edition
|
## edition
|
||||||
|
|
||||||
| edition | os | 内容 |
|
| edition | os | 内容 |
|
||||||
| ------------------- | --- | -------------------------------------------------------------------------------------- |
|
| -------- | --- | ---------------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| win_std | win | 一般的なwinユーザ向け。AMD, NvidiaのGPU所有者。CPUのみのユーザ |
|
| win_std | win | 一般的なwinユーザ向け。onnxモデル, torchモデルともに、DirectMLによりGPUのハードウェアアクセラレーションが可能です。 |
|
||||||
| win_cuda | win | NvidiaのGPU所有者向け。cuda, cudnnのセットアップが可能なユーザ |
|
| win_cuda | win | NvidiaのGPU所有者向け。onnxモデル, torchモデルともに、cudaによりNvidiaのGPUのハードウェアアクセラレーションが可能です。要cuda12.4~ |
|
||||||
| win_std_torch_dml | win | pytorchのモデルを使用する場合。AMDのGPU所有者向け。 |
|
| mac | mac | AppleSilicon(M1等)ユーザ向け。 |
|
||||||
| win_cuda_torch_cuda | win | pytorchのモデルを使用する場合。NvidiaのGPU所有者向け。cudaのセットアップが可能なユーザ |
|
|
||||||
| mac | mac | AppleSilicon(M1等)ユーザ向け。 |
|
|
||||||
|
|
||||||
## サポート Voice Changer Type
|
## サポート Voice Changer Type
|
||||||
| Voice Chanager Type | サポートエディション | |
|
| Voice Chanager Type | サポートエディション | |
|
||||||
@ -52,8 +50,8 @@ vcclient_<edition>_<version>.zip
|
|||||||
| ------------------- | -------------------- | ---------------------------------------------- |
|
| ------------------- | -------------------- | ---------------------------------------------- |
|
||||||
| start_http.bat | win_* | 一般的な起動方法 |
|
| start_http.bat | win_* | 一般的な起動方法 |
|
||||||
| start_https.bat | win_* | リモートからブラウザアクセスする場合の起動方法 |
|
| start_https.bat | win_* | リモートからブラウザアクセスする場合の起動方法 |
|
||||||
| start_http.command | mac_* | 一般的な起動方法 |
|
| start_http.command | mac | 一般的な起動方法 |
|
||||||
| start_https.command | mac_* | リモートからブラウザアクセスする場合の起動方法 |
|
| start_https.command | mac | リモートからブラウザアクセスする場合の起動方法 |
|
||||||
|
|
||||||
初回起動時のみ、必要なデータのダウンロードが行われます。しばらくお待ちください。
|
初回起動時のみ、必要なデータのダウンロードが行われます。しばらくお待ちください。
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user