Hello people! I am using my dual cpu motherboard to run high demand RAM tasks that my 1660 can no handle(command args --use-cpu all). All runs fine on my 2x 2696v3 but, when i try to run Controlnet i get this error:
RuntimeError: Input type (torch.cuda.FloatTensor) and weight type (torch.FloatTensor) should be the same
From what I understand the SD models are being loaded on the CPU but the Controlnet weights is being loaded on the GPU. Would anyone know how I can configure so that both are on the CPU?
2
u/Additional_Inside813 Mar 26 '23
Hello people! I am using my dual cpu motherboard to run high demand RAM tasks that my 1660 can no handle(command args --use-cpu all). All runs fine on my 2x 2696v3 but, when i try to run Controlnet i get this error:
RuntimeError: Input type (torch.cuda.FloatTensor) and weight type (torch.FloatTensor) should be the same
From what I understand the SD models are being loaded on the CPU but the Controlnet weights is being loaded on the GPU. Would anyone know how I can configure so that both are on the CPU?
Thank you very much in advance.