Commit 16c274b
committed
Fix fuse_qkv only applying to BFL-format LoKR
fuse_qkv=True with LyCORIS or diffusers-native checkpoints would fuse
the model QKV then fail injection (adapter targets separate Q/K/V modules
that no longer exist). Now only set fuse_qkv metadata for BFL format.1 parent 0920939 commit 16c274b
2 files changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
| 167 | + | |
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5691 | 5691 | | |
5692 | 5692 | | |
5693 | 5693 | | |
5694 | | - | |
| 5694 | + | |
| 5695 | + | |
5695 | 5696 | | |
5696 | 5697 | | |
5697 | 5698 | | |
| |||
5700 | 5701 | | |
5701 | 5702 | | |
5702 | 5703 | | |
5703 | | - | |
| 5704 | + | |
| 5705 | + | |
5704 | 5706 | | |
5705 | 5707 | | |
5706 | 5708 | | |
| |||
0 commit comments