-
Notifications
You must be signed in to change notification settings - Fork 649
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
CUDA_SETUP: WARNING! #486
Comments
I used the 'nvcc -- version' and 'set cuda' instructions to check the version of cuda
|
Did you get it working? |
Check, if your 'CUDA_HOME' environment variable is set correctly. If not, do so. |
This issue might be resolved by upgrading via |
Bitsandbytes was not supported windows before, but my method can support windows.(yuhuang) 3 J:\StableDiffusion\sdwebui\py310\python.exe -m pip uninstall bitsandbytes-windows 4 J:\StableDiffusion\sdwebui\py310\python.exe -m pip install https://github.com/jllllll/bitsandbytes-windows-webui/releases/download/wheels/bitsandbytes-0.41.1-py3-none-win_amd64.whl Replace your SD venv directory file(python.exe Folder) here(J:\StableDiffusion\sdwebui\py310) |
The following error occurred when using the 'Python - m bitsandbytes' instruction:
If you could help me, thank you very much!
The text was updated successfully, but these errors were encountered: