Skip to content

Commit 774998c

Browse files
1. add huggingface SVS; 2. add inference logic from raw inputs; 3. update readme.
1 parent 202ef7c commit 774998c

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

docs/README-SVS.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## DiffSinger (SVS version)
1+
# DiffSinger: Singing Voice Synthesis via Shallow Diffusion Mechanism
2+
[![arXiv](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](https://arxiv.org/abs/2105.02446)
3+
[![GitHub Stars](https://img.shields.io/github/stars/MoonInTheRiver/DiffSinger?style=social)](https://github.com/MoonInTheRiver/DiffSinger)
4+
[![downloads](https://img.shields.io/github/downloads/MoonInTheRiver/DiffSinger/total.svg)](https://github.com/MoonInTheRiver/DiffSinger/releases)
5+
| [Interactive🤗 SVS](https://huggingface.co/spaces/Silentlin/DiffSinger)
6+
7+
## DiffSinger (SVS)
28

39
### PART1. [Run DiffSinger on PopCS](README-SVS-popcs.md)
410
In PART1, we only focus on spectrum modeling (acoustic model) and assume the ground-truth (GT) F0 to be given as the pitch information following these papers [1][2][3]. If you want to conduct experiments on F0 prediction, please move to PART2.

docs/README-TTS.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## DiffSpeech (TTS version)
1+
# DiffSinger: Singing Voice Synthesis via Shallow Diffusion Mechanism
2+
[![arXiv](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](https://arxiv.org/abs/2105.02446)
3+
[![GitHub Stars](https://img.shields.io/github/stars/MoonInTheRiver/DiffSinger?style=social)](https://github.com/MoonInTheRiver/DiffSinger)
4+
[![downloads](https://img.shields.io/github/downloads/MoonInTheRiver/DiffSinger/total.svg)](https://github.com/MoonInTheRiver/DiffSinger/releases)
5+
| [Interactive🤗 TTS](https://huggingface.co/spaces/NATSpeech/DiffSpeech)
6+
7+
## DiffSpeech (TTS)
28
### 1. Preparation
39

410
#### Data Preparation

0 commit comments

Comments
 (0)