mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-03 00:33:57 +03:00
update
This commit is contained in:
parent
a3845aa311
commit
d9dfe9461a
@ -3,6 +3,10 @@
|
||||
[English](/README_en.md) [Korean](/README_ko.md)
|
||||
|
||||
## What's New!
|
||||
- v.2.0.16-alpha
|
||||
- torch-dmlに対応(実験的なバージョン)。エディションの説明は[こちら](docs/01_basic_v2.0.z.md)。
|
||||
- bugfix:
|
||||
- rvc file uploadの際、pthとindexの両方をアップできない不具合の対策。
|
||||
|
||||
- v.2.0.13-alpha
|
||||
- onnxruntime-gpuに対応。cudaエディションのリリース。エディションの説明は[こちら](docs/01_basic_v2.0.z.md)。
|
||||
|
@ -3,6 +3,11 @@
|
||||
[Japanese](/README.md) [Korean](/README_ko.md)
|
||||
|
||||
## What's New!
|
||||
- v.2.0.16-alpha
|
||||
- Added support for experimental version of torch-dml. For a description of the edition, refer to [here](docs/01_basic_v2.0.z.md).
|
||||
- Bugfix:
|
||||
- Fixed the issue where both pth and index files could not be uploaded simultaneously during rvc file upload.
|
||||
-
|
||||
- v.2.0.13-alpha
|
||||
- Added support for onnxruntime-gpu. Release of the CUDA edition.
|
||||
- Bugfix:
|
||||
|
@ -3,6 +3,11 @@
|
||||
[English](/README_en.md) [Japanese](/README.md)
|
||||
|
||||
## What's New!
|
||||
- v.2.0.16-alpha
|
||||
- torch-dml 실험적 버전을 지원. 에디션에 대한 설명은 [여기](docs/01_basic_v2.0.z.md)를 참조.
|
||||
- 버그 수정:
|
||||
- rvc 파일 업로드 시 pth와 index 파일을 동시에 업로드할 수 없는 문제를 해결.
|
||||
|
||||
- v.2.0.13-alpha
|
||||
- onnxruntime-gpu 지원 추가. CUDA 에디션 릴리스.
|
||||
- 버그 수정:
|
||||
|
@ -14,12 +14,13 @@
|
||||
|
||||
## edition
|
||||
|
||||
| edition | os | 内容 |
|
||||
| --------- | --- | -------------------------------------------------------------------------------------- |
|
||||
| win_std | win | 一般的なwinユーザ向け。AMD, NvidiaのGPU所有者。CPUのみのユーザ |
|
||||
| win_cuda | win | NvidiaのGPU所有者向け。cudaのセットアップが可能なユーザ |
|
||||
| win_torch | win | pytorchのモデルを使用する場合。NvidiaのGPU所有者向け。cudaのセットアップが可能なユーザ |
|
||||
| mac | mac | AppleSilicon(M1等)ユーザ向け。 |
|
||||
| edition | os | 内容 |
|
||||
| ------------------- | --- | -------------------------------------------------------------------------------------- |
|
||||
| win_std | win | 一般的なwinユーザ向け。AMD, NvidiaのGPU所有者。CPUのみのユーザ |
|
||||
| win_cuda | win | NvidiaのGPU所有者向け。cudaのセットアップが可能なユーザ |
|
||||
| win_std_torch_dml | win | pytorchのモデルを使用する場合。AMDのGPU所有者向け。 |
|
||||
| win_cuda_torch_cuda | win | pytorchのモデルを使用する場合。NvidiaのGPU所有者向け。cudaのセットアップが可能なユーザ |
|
||||
| mac | mac | AppleSilicon(M1等)ユーザ向け。 |
|
||||
|
||||
## サポート Voice Changer Type
|
||||
| Voice Chanager Type | サポートエディション | |
|
||||
@ -47,10 +48,12 @@ vcclient_<edition>_<version>.zip
|
||||
|
||||
## 操作
|
||||
### 起動方法
|
||||
| 起動ファイル | サポートエディション | 説明 |
|
||||
| --------------- | -------------------- | ---------------------------------------------- |
|
||||
| start_http.bat | win_std, win_cuda | 一般的な起動方法 |
|
||||
| start_https.bat | win_std, win_cuda | リモートからブラウザアクセスする場合の起動方法 |
|
||||
| 起動ファイル | サポートエディション | 説明 |
|
||||
| ------------------- | -------------------- | ---------------------------------------------- |
|
||||
| start_http.bat | win_* | 一般的な起動方法 |
|
||||
| start_https.bat | win_* | リモートからブラウザアクセスする場合の起動方法 |
|
||||
| start_http.command | mac | 一般的な起動方法 |
|
||||
| start_https.command | mac | リモートからブラウザアクセスする場合の起動方法 |
|
||||
|
||||
初回起動時のみ、必要なデータのダウンロードが行われます。しばらくお待ちください。
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user