Add pipeline tag and improve model card
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,16 +1,16 @@
|
|
| 1 |
---
|
| 2 |
-
tags:
|
| 3 |
-
- model_hub_mixin
|
| 4 |
-
- pytorch_model_hub_mixin
|
| 5 |
-
license: cc-by-4.0
|
| 6 |
datasets:
|
| 7 |
- ASLP-lab/LyricEditBench
|
| 8 |
language:
|
| 9 |
- zh
|
| 10 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
-
|
| 14 |
<div align="center">
|
| 15 |
|
| 16 |
<h1>π€ YingMusic-Singer: Controllable Singing Voice Synthesis with Flexible Lyric Manipulation and Annotation-free Melody Guidance</h1>
|
|
@@ -52,6 +52,10 @@ language:
|
|
| 52 |
|
| 53 |
-----
|
| 54 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
## π About This Repository
|
| 56 |
|
| 57 |
The root directory contains the packaged model weights saved via `ModelHubMixin` in safetensor format. The `ckpts/` folder holds individual component checkpoints for downstream development and custom integration.
|
|
@@ -61,4 +65,20 @@ The root directory contains the packaged model weights saved via `ModelHubMixin`
|
|
| 61 |
Full documentation and deployment guides are available at our GitHub repository:
|
| 62 |
π [https://github.com/ASLP-lab/YingMusic-Singer](https://github.com/ASLP-lab/YingMusic-Singer)
|
| 63 |
|
| 64 |
-
We support multiple deployment options to fit your workflow.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
datasets:
|
| 3 |
- ASLP-lab/LyricEditBench
|
| 4 |
language:
|
| 5 |
- zh
|
| 6 |
- en
|
| 7 |
+
license: cc-by-4.0
|
| 8 |
+
pipeline_tag: text-to-audio
|
| 9 |
+
tags:
|
| 10 |
+
- model_hub_mixin
|
| 11 |
+
- pytorch_model_hub_mixin
|
| 12 |
---
|
| 13 |
|
|
|
|
| 14 |
<div align="center">
|
| 15 |
|
| 16 |
<h1>π€ YingMusic-Singer: Controllable Singing Voice Synthesis with Flexible Lyric Manipulation and Annotation-free Melody Guidance</h1>
|
|
|
|
| 52 |
|
| 53 |
-----
|
| 54 |
|
| 55 |
+
**YingMusic-Singer** is a fully diffusion-based model enabling melody-controllable singing voice synthesis with flexible lyric manipulation. The model takes three inputs: an optional timbre reference, a melody-providing singing clip, and modified lyrics, achieving strong melody preservation and lyric adherence without requiring manual alignment.
|
| 56 |
+
|
| 57 |
+
For more details, please refer to the paper: [YingMusic-Singer: Controllable Singing Voice Synthesis with Flexible Lyric Manipulation and Annotation-free Melody Guidance](https://arxiv.org/abs/2603.24589).
|
| 58 |
+
|
| 59 |
## π About This Repository
|
| 60 |
|
| 61 |
The root directory contains the packaged model weights saved via `ModelHubMixin` in safetensor format. The `ckpts/` folder holds individual component checkpoints for downstream development and custom integration.
|
|
|
|
| 65 |
Full documentation and deployment guides are available at our GitHub repository:
|
| 66 |
π [https://github.com/ASLP-lab/YingMusic-Singer](https://github.com/ASLP-lab/YingMusic-Singer)
|
| 67 |
|
| 68 |
+
We support multiple deployment options to fit your workflow.
|
| 69 |
+
|
| 70 |
+
## π Citation
|
| 71 |
+
|
| 72 |
+
If you find our work useful, please cite:
|
| 73 |
+
|
| 74 |
+
```bibtex
|
| 75 |
+
@misc{hao2025yingmusicsinger,
|
| 76 |
+
title={YingMusic-Singer: Controllable Singing Voice Synthesis with Flexible Lyric Manipulation and Annotation-free Melody Guidance},
|
| 77 |
+
author={Chunbo Hao and Junjie Zheng and Guobin Ma and Yuepeng Jiang and Huakang Chen and Wenjie Tian and Gongyu Chen and Zihao Chen and Lei Xie},
|
| 78 |
+
year={2025},
|
| 79 |
+
eprint={2603.24589},
|
| 80 |
+
archivePrefix={arXiv},
|
| 81 |
+
primaryClass={cs.SD},
|
| 82 |
+
url={https://arxiv.org/abs/2603.24589},
|
| 83 |
+
}
|
| 84 |
+
```
|