sdbds / magic-animate-for-windows

MagicAnimate: Temporally Consistent Human Image Animation using Diffusion Model
https://showlab.github.io/magicanimate/
BSD 3-Clause "New" or "Revised" License
313 stars 26 forks source link

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

Open Augus202312 opened 7 months ago

Augus202312 commented 7 months ago

(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 commented 7 months ago

i have got windows auto installer that uses pip and venv : https://github.com/magic-research/magic-animate/issues/44

sdbds commented 7 months ago

(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