Official Repository of Paper: "Towards High-Quality Zero-Shot Singing Voice Conversion in Low-Resource Scenarios"(AAAI 2026)
119
stars
31
commits
Python
primary language
Jun 17, 2026
updated
Official Repository of Paper: "Towards High-Quality Zero-Shot Singing Voice Conversion in Low-Resource Scenarios"(AAAI 2026)
HQ-SVC is an efficient framework for high-quality zero-shot singing voice conversion (SVC) in low-resource scenarios. It achieves disentanglement of content and speaker features via a unified decoupled codec, and enhances synthesis quality through multi-feature fusion and progressive optimization.
Unlike existing methods that demand large datasets or heavy computational resources, HQ-SVC unifies:
Tested only on Linux platforms with CUDA >= 11.8 (仅在 Linux 平台、CUDA >= 11.8 的环境上测试通过)
Windows users can use WSL (Ubuntu) for deployment and execution (Windows 用户可以使用 WSL (Ubuntu) 进行部署运行)
git clone https://github.com/ShawnPi233/HQ-SVC.git
cd HQ-SVC
wget -c https://huggingface.co/shawnpi/HQ-SVC/resolve/main/environment.tar.gz
wget -c https://hf-mirror.com/shawnpi/HQ-SVC/resolve/main/environment.tar.gz # Optional mirror
mkdir -p venv
tar -xzf environment.tar.gz -C venv
source venv/bin/activate
export HF_ENDPOINT=https://hf-mirror.com # Optional mirror
python 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
Access at http://127.0.0.1:7860/
Zero-shot Super-Resolution (16 kHz to 44.1 kHz): Input only source audio
Zero-shot Singing Voice Conversion: Input both source audio and target audio
If you use HQ-SVC in your research, please cite our work:
@inproceedings{bai2026hqsvc,
author = {Bingsong Bai and Yizhong Geng and Fengping Wang and Cong Wang and Puyuan Guo and Yingming Gao and Ya Li},
title = {HQ-SVC: Towards High-Quality Zero-Shot Singing Voice Conversion in Low-Resource Scenarios},
booktitle = {Proceedings of the AAAI Conference on Artificial Intelligence},
volume = {40},
number = {36},
pages = {30013--30021},
year = {2026},
doi = {10.1609/aaai.v40i36.40249},
url = {https://doi.org/10.1609/aaai.v40i36.40249}
}
We thank the open-source communities behind:
31 commits
Python
94.3%
Shell
3.0%
JavaScript
2.1%
Official Repository of Paper: "Towards High-Quality Zero-Shot Singing Voice Conversion in Low-Resource Scenarios"(AAAI 2026)
119
stars
31
commits
Python
primary language
Jun 17, 2026
updated
Official Repository of Paper: "Towards High-Quality Zero-Shot Singing Voice Conversion in Low-Resource Scenarios"(AAAI 2026)
HQ-SVC is an efficient framework for high-quality zero-shot singing voice conversion (SVC) in low-resource scenarios. It achieves disentanglement of content and speaker features via a unified decoupled codec, and enhances synthesis quality through multi-feature fusion and progressive optimization.
Unlike existing methods that demand large datasets or heavy computational resources, HQ-SVC unifies:
Tested only on Linux platforms with CUDA >= 11.8 (仅在 Linux 平台、CUDA >= 11.8 的环境上测试通过)
Windows users can use WSL (Ubuntu) for deployment and execution (Windows 用户可以使用 WSL (Ubuntu) 进行部署运行)
git clone https://github.com/ShawnPi233/HQ-SVC.git
cd HQ-SVC
wget -c https://huggingface.co/shawnpi/HQ-SVC/resolve/main/environment.tar.gz
wget -c https://hf-mirror.com/shawnpi/HQ-SVC/resolve/main/environment.tar.gz # Optional mirror
mkdir -p venv
tar -xzf environment.tar.gz -C venv
source venv/bin/activate
export HF_ENDPOINT=https://hf-mirror.com # Optional mirror
python 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
Access at http://127.0.0.1:7860/
Zero-shot Super-Resolution (16 kHz to 44.1 kHz): Input only source audio
Zero-shot Singing Voice Conversion: Input both source audio and target audio
If you use HQ-SVC in your research, please cite our work:
@inproceedings{bai2026hqsvc,
author = {Bingsong Bai and Yizhong Geng and Fengping Wang and Cong Wang and Puyuan Guo and Yingming Gao and Ya Li},
title = {HQ-SVC: Towards High-Quality Zero-Shot Singing Voice Conversion in Low-Resource Scenarios},
booktitle = {Proceedings of the AAAI Conference on Artificial Intelligence},
volume = {40},
number = {36},
pages = {30013--30021},
year = {2026},
doi = {10.1609/aaai.v40i36.40249},
url = {https://doi.org/10.1609/aaai.v40i36.40249}
}
We thank the open-source communities behind:
31 commits
Python
94.3%
Shell
3.0%
JavaScript
2.1%