Skip to content

Releases: LykosAI/StabilityMatrix

v1.1.4

04 Jul 18:37
b514b2d
Compare
Choose a tag to compare

Bug Fixes

  • Fix "Could not find library after setting path" error on Select Install directory dialog when directory entered does not exist
  • Extended timeout for application restart on new updates

Supports Win 10 - 11, 64 bit

Download either the exe or zip, the zip is just the exe file compressed

v1.1.3

04 Jul 00:26
ceab3e8
Compare
Choose a tag to compare

Fixes

  • Fix crash when CivitAI requests fail or time out
  • Fix error when stopping WebUI

Full Changelog: v1.1.2...v1.1.3

v1.1.2

03 Jul 03:14
f520787
Compare
Choose a tag to compare

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

27 Jun 02:58
0e6b5bd
Compare
Choose a tag to compare

Bug Fixes

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

v1.0.2

27 Jun 02:31
a218e07
Compare
Choose a tag to compare

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

26 Jun 01:48
b97a2d8
Compare
Choose a tag to compare

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

26 Jun 01:52
5c4cc85
Compare
Choose a tag to compare

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