mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-01-26 16:39:47 +00:00
Added LoKr instructions to the readme
This commit is contained in:
14
README.md
14
README.md
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user