Skip to content

v1.2 - EMA for LoRA/Lycoris training

Compare
Choose a tag to compare
@bghira bghira released this 25 Nov 13:51
· 216 commits to release since this release
2f8fc6e

Features

  • EMA is reworked. Previous training runs using EMA should not update to this release. Your checkpoints will not load the EMA weights correctly.
  • EMA now works fully for PEFT Standard LoRA and Lycoris adapters (tested LoKr only)
  • When EMA is enabled, side-by-side comparisons are now done by default (can be disabled with --ema_validation=ema_only or none)

Example; the starting model benchmark is on the left as before, the centre is the training Lycoris adapter, and the right side is the EMA weights. (SD3.5 Medium)
image

Bugfixes

  • Text encoders are now properly quantised if the parameter is given, they were in bf16 before
  • Updated doc reference link to caption filter example

What's Changed

New Contributors

Full Changelog: v1.1.5...v1.2