You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu! (when checking argument for argument mat2 in method wrapper_CUDA_mm)
#41
Open
bagelbig opened this issue
Nov 26, 2024
· 3 comments
Using the img2img workflow downloaded from here, no changes, got the error message:
RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu! (when checking argument for argument mat2 in method wrapper_CUDA_mm)
I am running on a system with:
1xGPU (20GB VRAM)
2xCPU
I could find no way to tell it to specifically stick in GPUs.
It did not look like it ran out of VRAM.
Any suggestions?
The text was updated successfully, but these errors were encountered:
Using the img2img workflow downloaded from here, no changes, got the error message:
RuntimeError: Expected all tensors to be on the same device, but found at least two devices, cuda:0 and cpu! (when checking argument for argument mat2 in method wrapper_CUDA_mm)
I am running on a system with:
1xGPU (20GB VRAM)
2xCPU
I could find no way to tell it to specifically stick in GPUs.
It did not look like it ran out of VRAM.
Any suggestions?
The text was updated successfully, but these errors were encountered: