-
-
Notifications
You must be signed in to change notification settings - Fork 283
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
[Bug]: CUDA Error #1369
Comments
this solved it for me
|
That didn't work for me :( |
I once updated Dreambooth to its latest version and after performing the commands that somdeepjana comments on, the CUDA errors have disappeared. --- LOG--- Already up to date. Initializing Dreambooth [!] xformers version 0.0.20 installed. To create a public link, set |
This does make the CUDA errors disappear, but Dreambooth training still fails with this: Steps: 0%| Traceback (most recent call last): | 0/4000 [00:00<?, ?it/s] Which is being tracked #1363 |
worked for me! |
Just fantastic, got the same issue but reinstalling bits and bytes did not help. It actually was already installed with the required version. But it seems some other things are broken too. |
I found that each time dreambooth startup , it will check the bitsandbytes and reinstall it. I don't know why it always install linux package on windows. I manually copy windows version to venv site-package path. It works. |
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) |
OR you are Linux distribution (Ubuntu, MacOS, etc.)system ,AND CUDA Version: 11.X. Bitsandbytes can support ubuntu.(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/TimDettmers/bitsandbytes/releases/download/0.41.0/bitsandbytes-0.41.0-py3-none-any.whl Replace your SD venv directory file(python.exe Folder) here(J:\StableDiffusion\sdwebui\py310) |
This should be fixed on the latest version of the release for windows. Please open a new issue if you're still encountering the error after a fresh install of the extension. |
Is there an existing issue for this?
What happened?
After the last update, errors related to CUDA appear
Steps to reproduce the problem
Update to the latest version from Stable Diffusion, then reboot
Commit and libraries
Starting at
Initializing Dreambooth
and ending several lines below at[+] bitsandbytes version 0.35.4 installed.
.Command Line Arguments
set COMMANDLINE_ARGS=--xformers --medvram-sdxl --no-half-vae
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: