Skip to content

Releases: LykosAI/StabilityMatrix

v1.1.2

Choose a tag to compare

@ionite34 ionite34 released this 03 Jul 03:14
f520787

New Features

  • Portable Mode is here! Take Stability Matrix with you across different drives or computers
  • Choose your own data directory, for those of you who don't need portability, but want to customize the installation
  • Migration helper for converting older versions to the new format (including conversion to portable mode)
  • New toggle to import CivitAI metadata and image preview on drag & drop import
  • Automatic updates! This is (hopefully) the last version you will need to manually update!
  • Remember previous window position & size on startup
  • Model Browser will remember your previous search settings
  • Show size of file in Model Browser (thanks @NuarkNoir)

Bug Fixes

  • Fix python "_pth" not found errors when username included spaces or special characters
  • Increased Model Browser timeout from 8s to 15s
  • Console progress bar during image generation should be less spammy
  • Fixed some crashes when an unhandled exception was thrown before MainWindow was shown
data_directory screen_select auto_updater

Full Changelog: v1.0.3...v1.1.2

v1.0.3

Choose a tag to compare

@mohnjiles mohnjiles released this 27 Jun 02:58
0e6b5bd

Bug Fixes

  • Fixed issue where "results hidden by filters" was shown incorrectly in the Model Browser

v1.0.2

Choose a tag to compare

@mohnjiles mohnjiles released this 27 Jun 02:31
a218e07

New Features

  • Model Browser search now supports #tags and @usernames
  • Show "No results found" message instead of blank page if no results were found on the model browser

Bug Fixes

  • Handle errors from unknown CivitAI model types
  • Reset Model Browser's current page when searching a new term (thanks @nx for the report!)
  • Reduce GitHub API calls to help prevent rate limiting
  • Install Python if its missing before doing Python things

v1.0.0

Choose a tag to compare

@ionite34 ionite34 released this 26 Jun 01:48
b97a2d8

Initial Release

Supports Windows 10 or 11, 64 bit

Features

  • One-click Installation
  • Model/Checkpoint Browser & Manager
  • Install multiple different web UIs
  • Shared models folder between all web UI packages, saving space

v1.0.1

Choose a tag to compare

@ionite34 ionite34 released this 26 Jun 01:52
5c4cc85

Fixes

  • Fixed settings menu crash if one-click install screen skipped before accessing without packages installed
  • Version number display in settings menu
  • Fixed a crash on displaying notifications from upstream Windows API issue CommunityToolkit/WindowsCommunityToolkit#4858

Internal

  • Streamlined CI for releases