Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kohya-ss committed Aug 24, 2024
1 parent cf689e7 commit 5639c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion networks/lora_flux.py
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ def load_weights(self, file):
return info

def load_state_dict(self, state_dict, strict=True):
# override to convert original weight to splitted qkv weight
# override to convert original weight to split qkv
if not self.split_qkv:
return super().load_state_dict(state_dict, strict)

Expand Down

0 comments on commit 5639c2a

Please sign in to comment.