Fixed filepaths for model files in `configs/prompts/animation.yaml`
Problem:
The animation.yaml did not have the correct paths to the model files, hence one encountered an error message about an incorrect repo_id.
Solution: Prepend "magicanimate/" to the paths to reflect the correct folder structure.
followed the instruction as you told, but still get error messages as:
Traceback (most recent call last):
File "C:\Users\xiohu.conda\envs\python310\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\xiohu.conda\envs\python310\lib\runpy.py", line 86, in _run_code
exec(code, run_globals)
File "D:\magicanimate\demo\gradio_animate.py", line 19, in repo_type argument if needed.
I'm not sure the fix was necessary for everyone as the pr never got merged and they still have the original version in their repo. It was necessary for me on W11/WSL. Did you encounter the same error before changing the filepaths? What system?