fix pipeline compatibility with diffusers>=0.29
#7
by
katuni4ka
- opened
fix pipeline compatibility with the latest diffusers.
transformer_2d was moved into models.transformers several releases ago. in 0.29.0, backward compatibility imports like models.transformer_2d were removed
katuni4ka
changed pull request title from
Update pipeline.py
to fix pipeline compatibility with diffusers>=0.29