python 3.11.9 + SD1.10.1 +Xformers 0.0.31.post1 is OK #17095
pongleader
started this conversation in
General
Replies: 1 comment 2 replies
-
you could just use the dev branch if you don't want to use the dev branch then you still don't have to edit the code |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
laptop: ASUS(R9-8940HX + RTX5070Ti ) windows 11
(1)python 3.11.9 + git + https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
(2)edit \modules\lanch_ultil.py
....
torch_index_url = os.environ.get('TORCH_INDEX_URL', "https://download.pytorch.org/whl/cu121") fix -->cu128
torch_command = os.environ.get('TORCH_COMMAND', f"pip install torch==2.1.2 torchvision==0.16.0 --extra-index-url {torch_index_url}")
fix -->torch==2.7.1 torchvision==0.22.1
.....
xformers_package = os.environ.get('XFORMERS_PACKAGE', 'xformers==0.0.23.post1' FIX-->xformers==0.0.31.post1
(3) webui-user.bat
set COMMANDLINE_ARGS=--xformers
Running is ok !
Beta Was this translation helpful? Give feedback.
All reactions