Nightmare-n / DepthAnyVideo

Depth Any Video with Scalable Synthetic Data
https://depthanyvideo.github.io
Apache License 2.0
408 stars 27 forks source link

Missing file: diffusion_pytorch_model.bin #17

Closed pyonkti closed 3 weeks ago

pyonkti commented 1 month ago

Hi

I have installed all the packages listed in requirements.txt, but somehow the diffusers is always giving error about missing model file: diffusion_pytorch_model.bin while looking for it in huggingface. Is .safetensors supported by the version of diffusers you nominated? Or how can I solve this compatibility issue?

Nightmare-n commented 1 month ago

Hi, try to use use_safetensors=True when using from_pretrained function. Or try to install diffusers==0.30.3.