mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-01-23 13:35:12 +03:00
update
This commit is contained in:
parent
1132ba1ac0
commit
b96a996071
@ -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).
|
||||
|
@ -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)をご確認ください。
|
||||
|
Loading…
Reference in New Issue
Block a user