guoqincode / Open-AnimateAnyone

Unofficial Implementation of Animate Anyone
2.89k stars 233 forks source link

No module named 'models.hack_poseguider' #53

Closed linxiang4200 closed 8 months ago

linxiang4200 commented 8 months ago

I tried to run demo.gradio_animate, but the following error was reported. Under the models folder, I did not find hack_poseguider

Traceback (most recent call last): File "/home/work/diffuser-env/python/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/home/work/diffuser-env/python/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/home/work/AnimateAnyone-unofficial/demo/gradio_animate.py", line 8, in from demo.animate import AnimateAnyone File "/home/work/AnimateAnyone-unofficial/demo/animate.py", line 21, in from models.hack_poseguider import Hack_PoseGuider as PoseGuider ModuleNotFoundError: No module named 'models.hack_poseguider'

guoqincode commented 8 months ago

I haven't fully disclosed the content of this section, you can have a good look at the readme. If you have a problem, look it over for yourself instead of raising a simple issue.