diff --git a/invokeai/backend/model_management/lora.py b/invokeai/backend/model_management/lora.py index 14a78693ea..9f196d659d 100644 --- a/invokeai/backend/model_management/lora.py +++ b/invokeai/backend/model_management/lora.py @@ -359,7 +359,7 @@ class FullLayer(LoRALayerBase): ): super().to(device=device, dtype=dtype) - self.weight = self.weight.to(device=device, dtype=dtype) + self.weight = self.weight.to(device=device, dtype=dtype) class LoRAModel: # (torch.nn.Module):