cannot import name 'StableAudioPipeline' from 'diffusers'

#40
by gcurtis95 - opened

I'm getting error cannot import name 'StableAudioPipeline' from 'diffusers' (c:\Users\Garin\anaconda3\envs\DiffusersEdit1.1\lib\site-packages\diffusers_init_.py). Have only just installed diffusers so should be up to date.
I checked in the init.py and it's not listed there so tried to add it but it didn't work.

same problem here.

good I'm not the only one.

check your version
import diffusers
diffusers.version

'0.25.0'

if its not new enough upgrade.

https://github.com/huggingface/diffusers/releases/tag/v0.30.0
image.png

Sign up or log in to comment