Add support for LoRA-GGPO

pull/3174/head
bmaltais 2025-03-30 14:41:40 -04:00
parent f2efdcf207
commit 1c7ab4d4f3
4 changed files with 527 additions and 493 deletions

View File

@ -68,7 +68,7 @@ The GUI allows you to set the training parameters and generate and run the requi
## ToDo ## 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 ## 🦒 Colab

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@
"cache_latents_to_disk": false, "cache_latents_to_disk": false,
"caption_dropout_every_n_epochs": 0, "caption_dropout_every_n_epochs": 0,
"caption_dropout_rate": 0.05, "caption_dropout_rate": 0.05,
"caption_extension": "", "caption_extension": ".txt",
"clip_g": "", "clip_g": "",
"clip_l": "", "clip_l": "",
"clip_skip": 2, "clip_skip": 2,

View File

@ -748,7 +748,7 @@ wheels = [
[[package]] [[package]]
name = "kohya-ss" name = "kohya-ss"
version = "0.1.0" version = "25.0.4"
source = { virtual = "." } source = { virtual = "." }
dependencies = [ dependencies = [
{ name = "accelerate" }, { name = "accelerate" },