RuntimeError: Input type (torch.FloatTensor) and weight type (torch.HalfTensor) should be the same or input should be a MKLDNN tensor and weight is a dense tensor

I am currently attempting to create a hypernetwork for my local SD model (using Anything V3). I’m am quite new to the usage of Stable Diffusion, and I have zero knowledge of coding. Can someone help me fix this problem so I can create a hypernetwork?