Problem
Currently, installing and running the model from pip results in the error
ModuleNotFoundError: No module named 'diffusers.pipeline_utils'
Proposed changes
- Changing the import path of
pipeline_utils according to new library interface
- or, downgrading the requirement for the
diffusers library