Skip to content

v20.8.1

Compare
Choose a tag to compare
@bmaltais bmaltais released this 24 Feb 00:26
· 2741 commits to master since this release
c7e99eb
  • 2023/02/23 (v20.8.1):
    • Fix instability training issue in train_network.py.
      • fp16 training is probably not affected by this issue.
      • Training with float for SD2.x models will work now. Also training with bf16 might be improved.
      • This issue seems to have occurred in PR#190.
    • Add some metadata to LoRA model. Thanks to space-nuko!
    • Raise an error if optimizer options conflict (e.g. --optimizer_type and --use_8bit_adam.)
    • Support ControlNet in gen_img_diffusers.py (no documentation yet.)