Skip to content

v0.11.0 - Textual Inversion, Scheduler overrides, and bundled python dependencies

Compare
Choose a tag to compare
@Mystfit Mystfit released this 05 Jul 13:24
· 29 commits to master since this release
  • Added support for Textual Inversion models. Download them from the in-editor Civit.ai browser or import them with the Convert models page in the Model browser window.
  • Scheduler overrides now now be set in the plugin UI and the scheduler. The plugin UI will trigger a model load and then will show all supported schedulers available for that model.
  • Frozen python dependencies are now be distributed alongside plugin releases. Due to Github release file size limits the zip has been split into two parts using 7zip. Download both StableDiffusionTools-full-0.11.0.zip.001 and StableDiffusionTools-full-0.11.0.zip.002, right click on the 001 file and choose 7zip->Extract files and pick your project (or engine) plugins directory. You can still use the regular plugin in case you want to run the normal dependency installer to download the python dependencies.
  • OpenPose layer processor assets (and any BP layer processors in the future) are now loaded on editor startup which fixes them not being selectable in the plugin UI.

Full Changelog: v0.10.0...v0.11.0