Skip to content

Commit aaa26bb

Browse files
committed
docs: update README to include LoRA-GGPO details for FLUX.1 training
1 parent d0b5c0e commit aaa26bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ The command to install PyTorch is as follows:
1515
### Recent Updates
1616

1717
Mar 30, 2025:
18+
- LoRA-GGPO is added for FLUX.1 LoRA training. Thank you to rockerBOO for PR [#1974](https://github.com/kohya-ss/sd-scripts/pull/1974).
19+
- Specify `--network_args ggpo_sigma=0.03 ggpo_beta=0.01` in the command line or `network_args = ["ggpo_sigma=0.03", "ggpo_beta=0.01"]` in .toml file. See PR for details.
1820
- The interpolation method for resizing the original image to the training size can now be specified. Thank you to rockerBOO for PR [#1939](https://github.com/kohya-ss/sd-scripts/pull/1939).
1921

2022
Mar 20, 2025:

0 commit comments

Comments
 (0)