ccds/vits_onnx
5
onnx inference server in docker container
Copy the demo web from link
Thanks a lot to @CjangCjengh Thanks a lot to wetts
*Only used for entertainment. Don't used for bussiness*
quick start
To use other model and config<br> please use -v /path/to/dir:/app/.model to mount your model and config
export name=vits_onnx
docker stop $name
docker rm $name
docker run -d \
--name $name \
-p 7860:7860 \
ccdesue/vits_demo:onnx
# -v /path/to/dir:/app/.modeldir structure
├── app # gradio code
├── build.sh
├── Dockerfile
├── export # some util for export model
├── LICENSE
├── poetry.lock
├── __pycache__
├── pyproject.toml
├── README.md
├── setup.sh
└── util # some posibile util
Helpful info
- please read the source code to better understand
- refer to the demo config.json to tail to your own model config
- refer the dockerfile
limitation
- only test on japanesecleaners and japanesecleaners2 in config.json with raw vits
Reference
license
GPLv2
