So-VITS-SVC / diffusion /how to export onnx.md
None1145's picture
add
56e5a69

A newer version of the Gradio SDK is available: 5.12.0

Upgrade
  • Open onnx_export
  • project_name = "dddsp" change "project_name" to your project name
  • model_path = f'{project_name}/model_500000.pt' change "model_path" to your model path
  • Run