so-vits-svc-Sora / diffusion /how to export onnx.md
KasugaiSakura's picture
Upload folder using huggingface_hub
58fbdee verified
|
raw
history blame contribute delete
No virus
198 Bytes

A newer version of the Gradio SDK is available: 4.42.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