Added LoKr instructions to the readme

This commit is contained in:
Jaret Burkett
2025-03-02 08:55:56 -07:00
parent 7ae31c9ae9
commit b001d77efb

View File

@@ -311,3 +311,17 @@ You can also exclude layers by their names by using `ignore_if_contains` network
`ignore_if_contains` takes priority over `only_if_contains`. So if a weight is covered by both,
if will be ignored.
## LoKr Training
To learn more about LoKr, read more about it at [KohakuBlueleaf/LyCORIS](https://github.com/KohakuBlueleaf/LyCORIS/blob/main/docs/Guidelines.md). To train a LoKr model, you can adjust the network type in the config file like so:
```yaml
network:
type: "lokr"
lokr_full_rank: true
lokr_factor: 8
```
Everything else should work the same including layer targeting.