Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'diffusers.pipeline_utils' #3

Open
Augus202312 opened this issue Dec 8, 2023 · 2 comments
Open

Comments

@Augus202312
Copy link

(animate) PS F:\code\magic-animate-for-windows> python -m demo.gradio_animate Traceback (most recent call last): File "D:\ProgramData\Anaconda3\envs\animate\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "D:\ProgramData\Anaconda3\envs\animate\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "F:\code\magic-animate-for-windows\demo\gradio_animate.py", line 17, in <module> from demo.animate import MagicAnimate File "F:\code\magic-animate-for-windows\demo\animate.py", line 33, in <module> from magicanimate.pipelines.pipeline_animation import AnimationPipeline File "F:\code\magic-animate-for-windows\magicanimate\pipelines\pipeline_animation.py", line 43, in <module> from diffusers.pipeline_utils import DiffusionPipeline ModuleNotFoundError: No module named 'diffusers.pipeline_utils'
image

@FurkanGozukara
Copy link

i have got windows auto installer that uses pip and venv : magic-research#44

@sdbds
Copy link
Owner

sdbds commented Dec 9, 2023

(animate) PS F:\code\magic-animate-for-windows> python -m demo.gradio_animate Traceback (most recent call last): File "D:\ProgramData\Anaconda3\envs\animate\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "D:\ProgramData\Anaconda3\envs\animate\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "F:\code\magic-animate-for-windows\demo\gradio_animate.py", line 17, in <module> from demo.animate import MagicAnimate File "F:\code\magic-animate-for-windows\demo\animate.py", line 33, in <module> from magicanimate.pipelines.pipeline_animation import AnimationPipeline File "F:\code\magic-animate-for-windows\magicanimate\pipelines\pipeline_animation.py", line 43, in <module> from diffusers.pipeline_utils import DiffusionPipeline ModuleNotFoundError: No module named 'diffusers.pipeline_utils' image

you model have not downloaded or lack of depends

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants