mirror of https://github.com/bmaltais/kohya_ss
Add support for LoRA-GGPO
parent
f2efdcf207
commit
1c7ab4d4f3
|
|
@ -68,7 +68,7 @@ The GUI allows you to set the training parameters and generate and run the requi
|
|||
|
||||
## ToDo
|
||||
|
||||
- [ ] Add support for LoRA-GGPO introduced in sd-scripts merge of March 30, 2025
|
||||
- [X] Add support for LoRA-GGPO introduced in sd-scripts merge of March 30, 2025
|
||||
|
||||
## 🦒 Colab
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -12,7 +12,7 @@
|
|||
"cache_latents_to_disk": false,
|
||||
"caption_dropout_every_n_epochs": 0,
|
||||
"caption_dropout_rate": 0.05,
|
||||
"caption_extension": "",
|
||||
"caption_extension": ".txt",
|
||||
"clip_g": "",
|
||||
"clip_l": "",
|
||||
"clip_skip": 2,
|
||||
|
|
|
|||
Loading…
Reference in New Issue