Adding FFMPEG_PATH to PATH
Traceback (most recent call last):
File "/opt/anaconda3/envs/echomimic/lib/python3.8/site-packages/diffusers/models/modeling_utils.py", line 111, in load_state_dict
return safetensors.torch.load_file(checkpoint_file, device="cpu")
File "/opt/anaconda3/envs/echomimic/lib/python3.8/site-packages/safetensors/torch.py", line 311, in load_file
with safe_open(filename, framework="pt", device=device) as f:
safetensors_rust.SafetensorError: Error while deserializing header: HeaderTooLarge
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "infer_audio2vid.py", line 257, in <module>
main()
File "infer_audio2vid.py", line 111, in main
vae = AutoencoderKL.from_pretrained(
File "/opt/anaconda3/envs/echomimic/lib/python3.8/site-packages/diffusers/models/modeling_utils.py", line 800, in from_pretrained
state_dict = load_state_dict(model_file, variant=variant)
File "/opt/anaconda3/envs/echomimic/lib/python3.8/site-packages/diffusers/models/modeling_utils.py", line 116, in load_state_dict
raise OSError(
OSError: You seem to have cloned a repository without having git-lfs installed. Please install git-lfs and run `git lfs install` followed by `git lfs pull` in the folder you cloned.