Skip to content
Discussion options

You must be logged in to vote

ok I solved the rubiks cube of RTX 2080 ti on linux..
It's super important you have your nvcc bin in your path in my case it was /usr/locall/cuda-11.8/bin
so:
cd to your stable-diffusion-webui base directory
source venv/bin/activate // this is important to make sure you're using the right version of python => 3.10.6 and your pip will install correctly
export PATH=$PATH: /usr/locall/cuda-11.8/bin
((Cribbed from #3525 I found the answer. ))
export FORCE_CUDA="1"
export TORCH_CUDA_ARCH_LIST=7.5
CUDA_VISIBLE_DEVICES=0

Then follow the directions:
for xformers
add the --xformers command option to webui-user.sh
and use ./webui.sh to start
Everything worked beautifully

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@tonetechnician
Comment options

@c0yotte
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Remowylliams
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants