RVC-Project/Retrieval-based-Voice-Conversion-WebUI

Unable to use RMVPE model on DirectML versiopn

Open

#1,026 opened on Aug 16, 2023

View on GitHub
 (2 comments) (3 reactions) (0 assignees)Python (2,849 forks)batch import
help wanted

Repository metrics

Stars
 (18,427 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hello. I've been trying to use rmvpe, but everytime I try to, it just kinda crashes. An error pops up on the WebUI saying that "Connection errored out" and the cmd log looks like this:

gin_channels: 256 self.spk_embed_dim: 109 loading rmvpe model 2023-08-16 14:01:45.7221459 [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-16 14:01:45.7246562 [W:onnxruntime:, session_state.cc:1171 onnxruntime::VerifyEachNodeIsAssignedToAnEp] Rerunning with verbose output on a non-minimal build will show node assignments.

D:\RVC0813AMD_Intel>pause Press any key to continue . . .

How can I fix this? I'm using an AMD GPU (7900XT to be precise)

Contributor guide