stablediffusion icon indicating copy to clipboard operation
stablediffusion copied to clipboard

xformers installs overwrites torch with 2.2.1

Open CerebralSeed opened this issue 11 months ago • 1 comments

The current instructions may need to be updated. This particular set of code results in xformers replacing torch with the latest version:

cd ..
git clone https://github.com/facebookresearch/xformers.git
cd xformers
git submodule update --init --recursive
pip install -r requirements.txt
pip install -e .
cd ../stablediffusion

Perhaps could change the instructions to specify the release of xformers that was compatible.

CerebralSeed avatar Mar 14 '24 13:03 CerebralSeed

The current instructions may need to be updated. This particular set of code results in xformers replacing torch with the latest version:

cd ..
git clone https://github.com/facebookresearch/xformers.git
cd xformers
git submodule update --init --recursive
pip install -r requirements.txt
pip install -e .
cd ../stablediffusion

Perhaps could change the instructions to specify the release of xformers that was compatible.

i can't use the code right now but i pass that step. try pip install xformers==0.0.12

joshkiller avatar Apr 23 '24 21:04 joshkiller