jianzongwu / MotionBooth

[NeurIPS 2024 Spotlight] The official implement of research paper "MotionBooth: Motion-Aware Customized Text-to-Video Generation"
93 stars 7 forks source link

Compatibility between 'xforemers' and 'torch' #3

Closed Junoh-Kang closed 3 months ago

Junoh-Kang commented 3 months ago
  1. pip3 install -U xformers --index-url https://download.pytorch.org/whl/cu121 requires pytorch 2.3.0 as in https://github.com/facebookresearch/xformers#installing-xformers. For me pip install xformers==0.0.23.post1 works.
  2. There are some typos
    • pip intall -r requirements.txt -> install
    • first line of requirements should be 'matplotlib'

Thank you for sharing codes!

jianzongwu commented 3 months ago

Thanks for your suggestion! I have edited them into README.md

I'm glad to make it easier for people to use our repo.