Skip to content

Commit

Permalink
chore: black
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Aug 4, 2023
1 parent 2f8b928 commit 7d0cc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invokeai/backend/model_management/lora.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def to(
):
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):
Expand Down

0 comments on commit 7d0cc6e

Please sign in to comment.