Skip to content

Commit e896539

Browse files
committed
update requirements.txt and README to include RAdamScheduleFree optimizer support
1 parent f2d38e6 commit e896539

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ The command to install PyTorch is as follows:
1414

1515
### Recent Updates
1616

17+
Dec 15, 2024:
18+
19+
- RAdamScheduleFree optimizer is supported. PR [#1830](https://github.com/kohya-ss/sd-scripts/pull/1830) Thanks to nhamanasu!
20+
- Update to `schedulefree==1.4` is required. Please update individually or with `pip install --use-pep517 --upgrade -r requirements.txt`.
21+
- Available with `--optimizer_type=RAdamScheduleFree`. No need to specify warm up steps as well as learning rate scheduler.
22+
1723
Dec 7, 2024:
1824

1925
- The option to specify the model name during ControlNet training was different in each script. It has been unified. Please specify `--controlnet_model_name_or_path`. PR [#1821](https://github.com/kohya-ss/sd-scripts/pull/1821) Thanks to sdbds!

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pytorch-lightning==1.9.0
99
bitsandbytes==0.44.0
1010
prodigyopt==1.0
1111
lion-pytorch==0.0.6
12-
schedulefree==1.2.7
12+
schedulefree==1.4
1313
tensorboard
1414
safetensors==0.4.4
1515
# gradio==3.16.2

0 commit comments

Comments
 (0)