codename0og / RVC_Onnx_Infer

RVC Onnx Infer- Upgraded and simplified-ish

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onnx probem

LopSdir opened this issue · comments

image
I have this problem, May I know how to solve this problem. THank you

Seems like the problem is your onnx model. The input shapes mismatch.
You can't use w-okada or newest rvc's exports or V1 based models ( Only V2 models are supported ).
Try my personal fork, I've fixed the onnx exporter in there ( essentially reverted it to the last properly working version ) and it's what I use to obtain my onnx models.

https://github.com/codename0og/hifi_testing_new

Sure thing man, no worries. If it still won't budge, let me know

It really works, thank you so much.

I'm glad, have fun