Giter VIP home page Giter VIP logo

Comments (4)

kyakuno avatar kyakuno commented on September 26, 2024

If you want to use rvc v2, please use ‘—version 2’ option for onnx inference.
You can use official onnx converter of rvc webui.
We are supporing with/without f0, and rvc v1/v2.
You can get onnx2prototxt.py from ailia SDK pacakage.
ailia SDK 1.2.16 supports opset <=17.

from ailia-models.

kyakuno avatar kyakuno commented on September 26, 2024

Also you can omit prototxt file by set None instead “xxx.onnx.prototxt” to ailia.Net constructor.

from ailia-models.

kyakuno avatar kyakuno commented on September 26, 2024

RVC version : 58370b048c580a34d33be4fde402bf847a9e3622 2023年7月26日 19:53:31

Training settings:
train1
train2

ONNX conversion:
onnx

Generate prototxt:

python3 onnx2prototxt.py input.onnx

Inference :

python3 rvc.py -m input.onnx --f0_method crepe_tiny --f0 1 --tgt_sr 48000 --version 2 

from ailia-models.

codename0og avatar codename0og commented on September 26, 2024

If you want to use rvc v2, please use ‘—version 2’ option for onnx inference. You can use official onnx converter of rvc webui. We are supporing with/without f0, and rvc v1/v2. You can get onnx2prototxt.py from ailia SDK pacakage. ailia SDK 1.2.16 supports opset <=17.

Well tbf, it's pointless, moving over onnx anyway. The current exporting method isn't dynamic, it's static and honestly, for that little of speed boost, losing accuracy / quality is def for a minus. For true potential of pytorch -> onnx in terms of rvc, we'd need dynamo exporting, sadly devs don't really care much about further rvc development, so it seems recently. Tho, thanks for info anyway, might come in handy in future, maybe.

from ailia-models.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.