ModuleNotFoundError: No module named 'diffusers.loaders'
(animatediff) u27863@AI-02-09:/ai/u27863/AnimateDiff$ python -m scripts.animate --config configs/prompts/v2/5-RealisticVision.yaml
Traceback (most recent call last):
File "/home/u27863/.conda/envs/animatediff/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/u27863/.conda/envs/animatediff/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/ai/u27863/AnimateDiff/scripts/animate.py", line 15, in
diffusers had been installed
(animatediff) u27863@AI-02-09:/ai/u27863/AnimateDiff$ pip list |grep diffuser diffusers 0.11.1
I have this issue too, any luck?