Replies: 1 comment 1 reply
-
Any luck on a solution?? Im sitting with the same problem now.... |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
this is driving me nuts everything was workingreat i sit down Saturday and anytime i go to generate i get this below. had did nvidia driver update which rolled back after seeing some comments. it goes like it's going to generate, then stops and spits that out. I even tried reinstalling auto but it continues. any ideas anyone. even tried reinstalling cuda toolkit since its akways same message with memmon.py
File "E:\Auto111\stable-diffusion-webui\modules\memmon.py", line 53, in run
free, total = self.cuda_mem_get_info()
File "E:\Auto111\stable-diffusion-webui\modules\memmon.py", line 34, in cuda_mem_get_info
return torch.cuda.mem_get_info(index)
File "E:\Auto111\stable-diffusion-webui\venv\lib\site-packages\torch\cuda\memory.py", line 618, in mem_get_info
return torch.cuda.cudart().cudaMemGetInfo(device)
RuntimeError: CUDA error: misaligned address
CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.
For debugging consider passing CUDA_LAUNCH_BLOCKING=1.
Compile with
TORCH_USE_CUDA_DSA
to enable device-side assertions.Beta Was this translation helpful? Give feedback.
All reactions