Views
No views yet
1git clone https://github.com/ShawnPi233/HQ-SVC.git
2cd HQ-SVCwget -c https://huggingface.co/shawnpi/HQ-SVC/resolve/main/environment.tar.gzwget -c https://hf-mirror.com/shawnpi/HQ-SVC/resolve/main/environment.tar.gz # Optional mirror1mkdir -p venv
2tar -xzf environment.tar.gz -C venvsource venv/bin/activate1export HF_ENDPOINT=https://hf-mirror.com # Optional mirror
2python gradio_app.py Caught signal 11 (Segmentation fault: address not mapped to object at address (nil)) (如果报错 Caught signal 11 (Segmentation fault: address not mapped to object at address (nil)))unset LD_LIBRARY_PATH
source audio
source audio and target audio1@inproceedings{bai2026hqsvc,
2 author = {Bingsong Bai and Yizhong Geng and Fengping Wang and Cong Wang and Puyuan Guo and Yingming Gao and Ya Li},
3 title = {HQ-SVC: Towards High-Quality Zero-Shot Singing Voice Conversion in Low-Resource Scenarios},
4 booktitle = {Proceedings of the AAAI Conference on Artificial Intelligence},
5 volume = {40},
6 number = {36},
7 pages = {30013--30021},
8 year = {2026},
9 doi = {10.1609/aaai.v40i36.40249},
10 url = {https://doi.org/10.1609/aaai.v40i36.40249}
11}