Skip to content

1.0.11 - Rock and roll

Compare
Choose a tag to compare
@d8ahazard d8ahazard released this 01 Mar 03:04
· 550 commits to main since this release
d4e2f7d

Feb 28, 2023 Patch Notes

  • 🌱 Seeding | repeat training should produce exact^ model outputs (^similar, if using xformers and/or 8bit adam).

  • 🦁 New optimizer | to use, set Optimizer to Lion on the Settings tab. recommended to reduce LR to 1/10 of Adam's LRs with Lion.

  • πŸ”Š Offset noise | recommended value: 0.05-0.1, may improve high/low lighting output pictures.

  • πŸ“ˆ Improved graphs

  • ⏱️ DEIS Scheduler | new and improved schedule. To use for class pic generation uncheck Generate Classification Images Using txt2img on the Settings tab. To use as training scheduler, check Use DEIS for noise scheduler on the Testing tab

  • πŸ™†β€β™€οΈ New Lora features | added Lora Dropout & Conv2d support and custom scaling of ranks for high quality. See cloneofsimo/lora#133 for more info.

  • πŸ₯Ό Quality of Life improvements | Add version check notifications to the UI, along with changelogs.

  • πŸ”¦ Removed Flash Attention | In preparation for the release of torch 2, Flash attention has been removed as it's no longer supported by diffusers. When Torch2 is officially released, xformers will be removed as well, as it is supported natively in Torch2!

  • πŸ› Bug fixes