Closed Junoh-Kang closed 5 months ago
pip3 install -U xformers --index-url https://download.pytorch.org/whl/cu121
pip install xformers==0.0.23.post1
pip intall -r requirements.txt
Thank you for sharing codes!
Thanks for your suggestion! I have edited them into README.md
I'm glad to make it easier for people to use our repo.
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 mepip install xformers==0.0.23.post1
works.pip intall -r requirements.txt
-> installThank you for sharing codes!