Skip to content

Commit

Permalink
Remove tmp code
Browse files Browse the repository at this point in the history
  • Loading branch information
StAlKeR7779 authored and hipsterusername committed Aug 8, 2024
1 parent 68f9939 commit 17ff819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions invokeai/backend/lora.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ def __init__(

self.w1 = values.get("lokr_w1", None)
if self.w1 is None:
self.w1_a = values.get("lokr_w1_a", None)
self.w1_b = values.get("lokr_w1_b", None)
self.w1_a = values["lokr_w1_a"]
self.w1_b = values["lokr_w1_b"]
else:
self.w1_b = None
self.w1_a = None
Expand Down

0 comments on commit 17ff819

Please sign in to comment.