Skip to content

Commit

Permalink
Add support for prodigyplus.ProdigyPlusScheduleFree
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaltais committed Dec 31, 2024
1 parent 7068c7d commit 730ed13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions kohya_gui/class_basic_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ def init_lr_and_optimizer_controls(self) -> None:
"PagedAdamW32bit",
"PagedLion8bit",
"Prodigy",
"prodigyplus.ProdigyPlusScheduleFree",
"RAdamScheduleFree",
"SGDNesterov",
"SGDNesterov8bit",
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ protobuf==3.20.3
open-clip-torch==2.20.0
opencv-python==4.10.0.84
prodigyopt==1.0
prodigy-plus-schedule-free==1.8.0
pytorch-lightning==1.9.0
rich>=13.7.1
safetensors==0.4.4
Expand Down

0 comments on commit 730ed13

Please sign in to comment.