Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using the audio_975 model with colab fails #21

Closed
timohear opened this issue Sep 25, 2022 · 2 comments
Closed

Using the audio_975 model with colab fails #21

timohear opened this issue Sep 25, 2022 · 2 comments

Comments

@timohear
Copy link

Hello,

I'm trying to get the colab to run with the new larger model available here:
https://huggingface.co/archinetai/audio-diffusion-pytorch/resolve/main/audio_975.pt

I've modified the colab to use the latest git code:
!pip install -e git+https://github.com/archinetai/audio-diffusion-pytorch@main#egg=audio-diffusion-pytorch

However loading the latest model fails with
Can't get attribute 'CrossEmbed1d' on <module 'audio_diffusion_pytorch.modules' from '/usr/local/lib/python3.7/dist-packages/audio_diffusion_pytorch/modules.py'>

Is there a way to get the new model to run?

@flavioschneider
Copy link
Member

That model is an upsampler (AudioDiffusionUpsampler), hence it works differently than the model in the colab (also it's an older version, 0.0.31). In a week or so I might publish a larger, much better unconditional model in a new notebook.

@timohear
Copy link
Author

Looking forward to it. Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants