MyNiuuu / MOFA-Video

Official Pytorch implementation for MOFA-Video: Controllable Image Animation via Generative Motion Field Adaptions in Frozen Image-to-Video Diffusion Model.
https://myniuuu.github.io/MOFA_Video
Other
359 stars 22 forks source link

requirements.txt: Add torchaudio==2.0.2 in to requirements.txt #20

Open T-bagwell opened 4 days ago

T-bagwell commented 4 days ago

fix error message

Installing collected packages: torch ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. torchaudio 2.3.1 requires torch==2.3.1, but you have torch 2.0.1 which is incompatible.

when use pip install -r requirements.txt