ModuleNotFoundError: No module named 'diffusers.pipeline_utils'
Author: tpcdazCreated Dec 9, 2023Updated Apr 10, 2025
Having an issue here when I try to run it I get this error "ModuleNotFoundError: No module named 'diffusers.pipeline_utils'"
So I try pip install diffusers.pipeline_utils and get this error
D:\AI\MagicAnimate>pip install diffusers.pipeline_utils Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com ERROR: Could not find a version that satisfies the requirement diffusers.pipeline_utils (from versions: none) ERROR: No matching distribution found for diffusers.pipeline_utils
And it just stops. Any ideas?
Source: magic-research/magic-animate