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
HyVideoTextEncode - All input tensors need to be on the same GPU, but found some tensors to not be on a GPU: [(torch.Size([1, 8388608]), device(type='cpu')), (torch.Size([262144]), device(type='cpu')), (torch.Size([4096, 4096]), device(type='cpu'))]
#130
Open
chaoscode opened this issue
Dec 13, 2024
· 3 comments
I don't know why this is an issue but it's detecting the cpu instead of the GPU on docker. The GPU is attached to the docker fine as I have mochi working on the same docker. Can anyone provide any guidance on how to fix this error?
The text was updated successfully, but these errors were encountered:
Possibly had a connected error see Issue 80, In my case the problem was that the --lowvram flag on launch was causing issues with memory allocation and forcing some tensors onto the CPU.
Are you using the --lowvram on the launch of comfyUI? If so you could try to remove it?
I don't know why this is an issue but it's detecting the cpu instead of the GPU on docker. The GPU is attached to the docker fine as I have mochi working on the same docker. Can anyone provide any guidance on how to fix this error?
The text was updated successfully, but these errors were encountered: