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

请问是否支持Tesla T4显卡呢

在推理2.A模型的时候 [https://github.com/MoonInTheRiver/DiffSinger/blob/master/docs/README-SVS-opencpop-cascade.md#4-inference-from-raw-inputs](url)得到的wav文件大小只有几百B,检查了一下图片中的out,如图所示,请问是怎么回事呢? ![QQ截图20220810163944](https://user-images.githubusercontent.com/67619052/183856563-7b72f680-2a88-427e-9975-018421089e6f.jpg)

Hi, I use the codes in diffsinger_task.py to calculate the spec_min and spec_max for popcs train set. But I got the different values from the usr/config/popcs_ds_beta6.yaml. Especially for spec_min, there...

Hello! Great job! I would like to know a few things. Interested in SVS (POPCS) 1) Can you tell me about inference? What files are used for inferencing? What's the...

请问在用fastspeech2推理时,修改了popcs_fs2.yaml中test_prefixes: [ 'popcs-说散就散', ‘popcs-北京欢迎你’,],推理生成的仍然是隐形的翅膀,是因为北京欢迎你不是测试集里面的吗?

Hello and thank you for your great work. However, I tried MIDI SVS of DiffSinger and found that there might be a conceptual mistake in the phoneme duration inference logic,...

enhancement
must-read

The Diffsinger demo code is great, but the pipeline demonstrated here is all 24k sample rate, is it possible to further improve the sound quality with a higher sampling rate?Does...

when we use the model to infer,why need the .wav files?

solved

Here are two commands: ``` export PYTHONPATH=. CUDA_VISIBLE_DEVICES=0 python data_gen/tts/bin/binarize.py --config configs/tts/lj/fs2.yaml ``` When I execute the first command, I will meet **ModuleNotFoundError: No module named 'numpy'** when I would...

enhancement

when I used binarize.py to generate datas, the erros had been occured . Traceback (most recent call last): File "/home/saxsax/svs/diff/utils/multiprocess_utils.py", line 13, in chunked_worker res = map_func(*arg) File "/home/saxsax/svs/diff/data_gen/singing/binarize.py", line...

solved