From b96a9960712387694fb76a55dcf64664bbcc5041 Mon Sep 17 00:00:00 2001 From: w-okada Date: Thu, 10 Aug 2023 17:36:52 +0900 Subject: [PATCH] update --- tutorials/tutorial_rvc_en_latest.md | 12 ++++++++++++ tutorials/tutorial_rvc_ja_latest.md | 12 ++++++++++++ 2 files changed, 24 insertions(+) diff --git a/tutorials/tutorial_rvc_en_latest.md b/tutorials/tutorial_rvc_en_latest.md index fb5d44fd..f4d1f807 100644 --- a/tutorials/tutorial_rvc_en_latest.md +++ b/tutorials/tutorial_rvc_en_latest.md @@ -247,6 +247,18 @@ You can select the GPU to use in the onnxgpu version. In the onnxdirectML version, you can switch the GPU ON/OFF. +On DirectML Version, these buottns is displayed. + +![image](https://github.com/w-okada/voice-changer/assets/48346627/5a66f237-e5b5-4819-9409-ff5eebb6e514) + +- cpu: use cpu +- gpu0: use gpu0 +- gpu1: use gpu1 +- gpu2: use gpu2 +- gpu3: use gpu3 + +Even if a GPU is not detected, gpu0 - gpu3 will still be displayed. If you specify a GPU that doesn't exist, the CPU will be used instead.[reference](https://github.com/w-okada/voice-changer/issues/410) + #### AUDIO Choose the type of audio device you want to use. For more information, please refer to the [document](./tutorial_device_mode.md). diff --git a/tutorials/tutorial_rvc_ja_latest.md b/tutorials/tutorial_rvc_ja_latest.md index 4a954571..90f32c64 100644 --- a/tutorials/tutorial_rvc_ja_latest.md +++ b/tutorials/tutorial_rvc_ja_latest.md @@ -253,6 +253,18 @@ onnxgpu 版では使用する GPU を選択することができます。 onnxdirectML 版では GPU の ON/OFF を切り替えることができます。 +DirectML Version の場合は次のようなボタンが表示されます。 + +![image](https://github.com/w-okada/voice-changer/assets/48346627/5a66f237-e5b5-4819-9409-ff5eebb6e514) + +- cpu: cpu を使用します。 +- gpu0: gpu0 を使用します +- gpu1: gpu1 を使用します +- gpu2: gpu2 を使用します +- gpu3: gpu3 を使用します + +gpu0 - gpu3 は GPU が検出されなくても表示されます。存在しない GPU を指定した場合は CPU が使用されます。[詳細](https://github.com/w-okada/voice-changer/issues/410) + #### AUDIO 使用するオーディオデバイスのタイプを選びます。詳細は[こちらの文書](./tutorial_device_mode.md)をご確認ください。