DiffSinger
DiffSinger copied to clipboard
DiffSinger: Singing Voice Synthesis via Shallow Diffusion Mechanism (SVS & TTS); AAAI 2022; Official code
请问是否支持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,如图所示,请问是怎么回事呢? 
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,...
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...
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...
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...