w-okada / voice-changer

リアルタイムボイスチェンジャー Realtime Voice Changer
Other
15.27k stars 1.64k forks source link

[ISSUE]: VC v2 installing issue #1227

Closed KarinMiku closed 2 weeks ago

KarinMiku commented 3 weeks ago

Voice Changer Version

vcclient_win_cuda_2.0.16-alpha

Operational System

Windows 10

GPU

RTX 4070

Read carefully and check the options

Model Type

RVC

Issue Description

Was about to try the new v2 cuda of the program, but this error happens: image

after that, the cmd closes itself. Later, when trying to re-open the program again, it launches, but it shows an error message and it doesn't seem to work: image

Application Screenshot

No response

Logs on console

i already have shown the console log in the description ^ (cant copy / paste the letters cuz the cmd closes itself very fast)

w-okada commented 3 weeks ago

We are unable to replicate the issue in our environment, so we can't be certain if the measures have resolved the problem. However, a new version has been released. Could you please test it and let us know?

vcclient_win_cuda_2.0.18-alpha

KuukoShan commented 3 weeks ago

We are unable to replicate the issue in our environment, so we can't be certain if the measures have resolved the problem. However, a new version has been released. Could you please test it and let us know?

vcclient_win_cuda_2.0.18-alpha

Sorry for interrupting the subject but, where can I find info about the client cuda 2.0.x version in regards to changes, improvements, etc? I never heard of it before and would like to know in details what's new and better with older versions. Thank you 💛

KarinMiku commented 3 weeks ago

We are unable to replicate the issue in our environment, so we can't be certain if the measures have resolved the problem. However, a new version has been released. Could you please test it and let us know?

vcclient_win_cuda_2.0.18-alpha

thank you for the answer!, i just tried that version but the issue seems to be the same, this time however, the error is less bigger: image

when i try to open the start_http.bat again, the program looks exactly as before: image

EDIT: i also tried using the standard version but the result was the same.

just in case you need something else about my specs, here they are: CPU: i5-12400 RAM: 16GB GPU: RTX 4070

w-okada commented 3 weeks ago

@KarinMiku

I might have figured out the cause. I've placed a countermeasure, so please try using it.

2.0.20-alpha

KarinMiku commented 3 weeks ago

@KarinMiku

I might have figured out the cause. I've placed a countermeasure, so please try using it.

2.0.20-alpha

i just tried 2.0.20-alpha cuda version and everything was installed without issues, however, every time i press the "start" button, this error message appears at the cmd: image

i can hear my voice but it is very laggy / cuts off a lot (i guess due to the error, the program is trying to use my cpu instead of the gpu)

w-okada commented 3 weeks ago

you may not install cuda and cudnn correctly. If you can not install them because of some reaosen, try to use dml version. And if you install only cuda and not install cudnn, torch_cuda can be also avaliable

KarinMiku commented 3 weeks ago

you may not install cuda and cudnn correctly. If you can not install them because of some reaosen, try to use dml version. And if you install only cuda and not install cudnn, torch_cuda can be also avaliable

it seems i don't have cuda installed, tried to use the command "nvcc --version" on cmd and didn't get a result, do you know which cuda version do i need to have? and im kinda confused btw, cuz in the other hand, it seems that i do have torch_cuda (?) since i was able to use the vcclient_win_cuda_torch_cuda_2.0.20-alpha version without errors

w-okada commented 3 weeks ago

https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements currently 12.4 or 12.5.

you can check cuda version with nvidia-smi.exe

KarinMiku commented 2 weeks ago

sorry for the late reply, I think this issue is now resolved, I installed the latest version of cuda+cudnn and the program is running smoothly, however the voice quality seems to be worse than the previous v1 (in terms of performance, it is way better than before). I guess this is something to be expected due to the program being an alpha release 😅. Thanks btw!