cannot import name 'AnimateDiffSDXLPipeline' from 'diffusers'

#1
by discolata - opened

Whenever i try to import AnimateDiffSDXLPipeline I get an error. I have the diffuser version=0.27.2.
Do you might know why it is not working?
Thank you!

The AnimateDiffSDXLPipeline is not present in the diffusers library version 0.27.2, despite being available on their GitHub repository. It is unclear why this discrepancy exists between the released version and the GitHub codebase.

!pip install git+https://github.com/huggingface/diffusers.git

use this to install diffusers and it will resolve your issue with AnimateDiffSDXLPipeline

Sign up or log in to comment