DiffSinger icon indicating copy to clipboard operation
DiffSinger copied to clipboard

DiffSinger: Singing Voice Synthesis via Shallow Diffusion Mechanism (SVS & TTS); AAAI 2022; Official code

Results 68 DiffSinger issues
Sort by recently updated
recently updated
newest added

I'm following the instructions to train a model for DiffSinger, but there seem to be some issues with vocoders/hifigan.py: "# first run fs2 infer;" ``` $ CUDA_VISIBLE_DEVICES=0 python tasks/run.py --config...

solved

Hello! Thank you for this great repo. I saw that there is a new midi version tutorial with the opencpop, but you also mentioned the vocoder need to be fine-tuned...

When I'm trying to run train task and use parameters in pre trained optimizer This error occurs in pl_utils.py at: # restore the optimizers optimizer_states = checkpoint['optimizer_states'] for optimizer, opt_state...

Hi, Thank you for sharing the pre-trained model of HiFiGAN Singing! I would like to use only the vocoder part for another research, so I extracted the "hifigan.py" file and...

想在移动设备上使用,请问能否增加java版本?

I find that there are some bad cases in F0 prediction. I recommend people to increase 'predictor_layers' or decrease 'predictor_dropout' to enhance the ability of pitch predictor for the part...

In your paper, we can get the predicted boundary as follows: ![image](https://user-images.githubusercontent.com/34522972/151909029-3b7c6bc7-aef4-4fde-a6c2-15aa91365bcf.png) then I implemented 'An Easier Trick for Boundary Prediction' in my repo following the trick: https://github.com/keonlee9420/DiffSinger/blob/f849f8def5abb38ad272a384e8bec838ea1957a4/boundary_predictor.py#L14-L45 and there...

Looking forward for the midi data of POPCS~!

![image](https://user-images.githubusercontent.com/7260590/158944968-89d8fbc3-6035-4b47-8289-1deb15d58a00.png) I train diffsing with private dataset but i got some results not clear. Can you tell me the reason of this picture?