Rongjiehuang / FastDiff

PyTorch Implementation of FastDiff (IJCAI'22)
402 stars 64 forks source link

No module named 'modules.tts #16

Open yijingshihenxiule opened 2 years ago

yijingshihenxiule commented 2 years ago

Hello,than you for for awesome work. When I run your script of

Inference for text-to-speech synthesis

in ReadMe, but got an error:

Traceback (most recent call last): File "inference/tts/ds.py", line 5, in from modules.tts.diffspeech.shallow_diffusion_tts import GaussianDiffusion ModuleNotFoundError: No module named 'modules.tts'

I didn't find

modules.tts.diffspeech.shallow_diffusion_tts

in the repo, could you help me solve it? Thank you.

Rongjiehuang commented 2 years ago

I have never met with this issue, please re-clone this repo and try again.