-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Description
sd-scripts/networks/lora_flux.py
Line 908 in 5e366ac
(split_dims,) = self.get_qkv_mlp_split_dims()[:3] # qkv only |
This is syntactically incorrect.
Maybe just
split_dims = self.get_qkv_mlp_split_dims()[:3]
?Metadata
Metadata
Assignees
Labels
No labels