Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xformers installs overwrites torch with 2.2.1 #363

Open
CerebralSeed opened this issue Mar 14, 2024 · 1 comment
Open

xformers installs overwrites torch with 2.2.1 #363

CerebralSeed opened this issue Mar 14, 2024 · 1 comment

Comments

@CerebralSeed
Copy link

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.

@joshkiller
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants