w-okada / voice-changer

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

RVC Export Onnx Issue #241

Closed benc1221 closed 1 year ago

benc1221 commented 1 year ago

im having an issue exporting my pth to onnx its like everytime i click export onnx i get greeted with please wait (about 1 min) and it has been over 30 minutes with no directory save or anything.

w-okada commented 1 year ago

Can you chare the console output? Any error message?

If message shows out of memory, please use cpu export. Set gpu "-1" and exportOnnx.

benc1221 commented 1 year ago

Screenshot 2023-05-22 053139

w-okada commented 1 year ago

It seems export onnx successfully. How about dialog which says "please wait"?

benc1221 commented 1 year ago

Please wait (about 1 min) and it never exports

benc1221 commented 1 year ago

[18552:0522/102003.171:ERROR:gpu_init.cc(523)] Passthrough is not supported, GL is disabled, ANGLE is

what is causing this error because it is keeping me from exporting

grimoire-vc commented 1 year ago

[18552:0522/102003.171:ERROR:gpu_init.cc(523)] Passthrough is not supported, GL is disabled, ANGLE is

what is causing this error because it is keeping me from exporting

I don't think this is what is causing you to not be able to export. That error happens for me every time after a couple minutes of having voice-changer open. It's unrelated.

I've also experienced being unable to export to onnx on my laptop most of the time, though it works fine on my desktop. When I try to export to onnx on my laptop, all 8GB of VRAM is used up until I close voice-changer. It doesn't appear that my GPU or CPU are being used during that time either. I have been able to export to onnx once on my laptop, but I'm not sure why it worked that time. It was after accidentally trying to export an onnx model to onnx, and then switching to the PyTorch model I actually intended to export to onnx. That time it worked normally.

w-okada commented 1 year ago

no res close