Closed heitorrapela closed 7 months ago
If someone wants to use the run_xl.py, we need to install xformers, which is not on the requirements.txt, also the code does not work with python 3.8, so I had to upgrade to python 3.11.
run_xl.py
requirements.txt
If someone finds the same problem: pip install xformers
pip install xformers
Thank you! I've added former's to requirements.txt.
If someone wants to use the
run_xl.py
, we need to install xformers, which is not on therequirements.txt
, also the code does not work with python 3.8, so I had to upgrade to python 3.11.If someone finds the same problem:
pip install xformers