Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 609 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 609 Bytes

DiffSinger-ONNX-Inference

ENG | 简体中文

Download model.zip from release page and unzip to the model folder.

Run these codes on your jupyter notebook:

%pip install -r requirements.txt

import yaml
from ipy import IPyWidgetInfer

ipy_config = yaml.safe_load(open('settings.yaml'))
ipy_infer = IPyWidgetInfer(**ipy_config)

ipy_infer.run()

main.ipynb is a jupter notebook project backup to run on Baidu AI Studio.