hello world fails with Import Error

#6
by elbiot - opened

The hello world given fails for me with ImportError: cannot import name 'StableDiffusionDepth2ImgPipeline' from 'diffusers'

I updated via pip right before trying and have diffusers==0.9.0

Hi,

The depth2img pipeline was only released in version 0.10: https://github.com/huggingface/diffusers/releases/tag/v0.10.0

Sign up or log in to comment