Retrieval-based-Voice-Conversion-WebUI icon indicating copy to clipboard operation
Retrieval-based-Voice-Conversion-WebUI copied to clipboard

Crash on inference with longer file

Open Acrivec opened this issue 2 years ago • 6 comments

obraz Short files were converting correctly. I've tried to use a longer song and this keeps happening.

G:\Downloads\RVC0813>runtime\python.exe infer-web.py --pycmd runtime\python.exe --port 7897 --dml
No supported Nvidia GPU found
use DirectML instead
Use Language: en_US
Running on local URL:  http://0.0.0.0:7897
loading weights/ilutest6.pth
gin_channels: 256 self.spk_embed_dim: 109
<All keys matched successfully>
loading rmvpe model
2023-08-28 18:40:20.7873460 [W:onnxruntime:, session_state.cc:1169 onnxruntime::VerifyEachNodeIsAssignedToAnEp] Some nodes were not assigned to the preferred execution providers which may or may not have an negative impact on performance. e.g. ORT explicitly assigns shape related ops to CPU to improve perf.
2023-08-28 18:40:20.7920688 [W:onnxruntime:, session_state.cc:1171 onnxruntime::VerifyEachNodeIsAssignedToAnEp] Rerunning with verbose output on a non-minimal build will show node assignments.

G:\Downloads\RVC0813>pause
Press any key to continue . . .

Acrivec avatar Aug 28 '23 16:08 Acrivec

Happens only with rmvpe selected.

Acrivec avatar Aug 28 '23 17:08 Acrivec

https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/issues/1026

Acrivec avatar Aug 28 '23 17:08 Acrivec

obraz Short files were converting correctly. I've tried to use a longer song and this keeps happening.

G:\Downloads\RVC0813>runtime\python.exe infer-web.py --pycmd runtime\python.exe --port 7897 --dml
No supported Nvidia GPU found
use DirectML instead
Use Language: en_US
Running on local URL:  http://0.0.0.0:7897
loading weights/ilutest6.pth
gin_channels: 256 self.spk_embed_dim: 109
<All keys matched successfully>
loading rmvpe model
2023-08-28 18:40:20.7873460 [W:onnxruntime:, session_state.cc:1169 onnxruntime::VerifyEachNodeIsAssignedToAnEp] Some nodes were not assigned to the preferred execution providers which may or may not have an negative impact on performance. e.g. ORT explicitly assigns shape related ops to CPU to improve perf.
2023-08-28 18:40:20.7920688 [W:onnxruntime:, session_state.cc:1171 onnxruntime::VerifyEachNodeIsAssignedToAnEp] Rerunning with verbose output on a non-minimal build will show node assignments.

G:\Downloads\RVC0813>pause
Press any key to continue . . .

Qesse75 avatar Aug 30 '23 07:08 Qesse75

我也是遇到同样的情况, 同样的音频 同样的模型 在pm可以正常运行 但在rmvpe会崩溃

ChenEd0 avatar Dec 24 '23 05:12 ChenEd0

Getting the same issue here, pm works fine, rmvpe crashes with this issue

KittyKite avatar Mar 23 '24 22:03 KittyKite