Skip to content

HighCWu/DiffSinger-ONNX-Infer

Repository files navigation

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.