facebookresearch / audio2photoreal

Code and dataset for photorealistic Codec Avatars driven from audio
Other
2.7k stars 254 forks source link

run error : No module named 'diffusion.respace' #32

Closed zazaji closed 9 months ago

zazaji commented 9 months ago

I installed it as per the readme, but running python demo/demo.py report an error:

Here's the lib version diffusion 6.10.1 diffusion-core 0.0.40

the requirements.txt didnot give the exact version number, Ican't check the version. Or someone provide a requirements.txt with version numer?

Thanks.

evonneng commented 9 months ago

Hi! The diffusion package here shouldn't be a pip package. Instead, it is a module that is included in the repo (https://github.com/facebookresearch/audio2photoreal/blob/main/diffusion/respace.py) Could you please try pip uninstalling your diffusion package and rerunning please?

evonneng commented 9 months ago

Going to close this for now due to inactivity, but please feel free to reopen if the problem persists!