Trying to create an rttensor for a lora, I got the error
ERROR:root:Expected all tensors to be on the same device, but found at least two devices, cpu and cuda:0! (when checking argument for argument mat1 in method wrapper_CUDA_addmm) Traceback (most recent call last):
Which when I got it on the main rttensor page making a profile there, meant that I'd installed the extension incorrectly. But I don't think that's the case here, as I've been making profiles and generating images with them just fine as long as I didn't care about lora's at all.
Not sure how to diagnose the problem, given the misleading error message I have to go on.
Trying to create an rttensor for a lora, I got the error
ERROR:root:Expected all tensors to be on the same device, but found at least two devices, cpu and cuda:0! (when checking argument for argument mat1 in method wrapper_CUDA_addmm) Traceback (most recent call last):
Which when I got it on the main rttensor page making a profile there, meant that I'd installed the extension incorrectly. But I don't think that's the case here, as I've been making profiles and generating images with them just fine as long as I didn't care about lora's at all.
Not sure how to diagnose the problem, given the misleading error message I have to go on.