Stability-AI / stable-audio-tools

Generative models for conditional audio generation
MIT License
2.73k stars 259 forks source link

ModuleNotFoundError: No module named 'dac.nn' #90

Open Abhijitjimmi opened 5 months ago

Abhijitjimmi commented 5 months ago

stable-audio-tools\stable_audio_tools\models\blocks.py", line 11, in from dac.nn.layers import Snake1d ModuleNotFoundError: No module named 'dac.nn'

fret-t commented 5 months ago

I am getting this error as well.

martinperreault commented 5 months ago

Same error here

geekyabhijit commented 5 months ago

Found solution dac is descript-audio-codec So we need to do this pip install descript-audio-codec

martinperreault commented 5 months ago

@geekyabhijit thanks, this solution worked for me for the dac.nn error.

I then got other dependencies errors, but I installed them one by one and eventually it all worked out.

Barishhier commented 5 months ago

@martinperreault Not for me, still getting the same error.