Skip to content

Releases: LykosAI/StabilityMatrix

v2.0.2

25 Jul 23:47
fa8ac43
Compare
Choose a tag to compare

Fixes

  • (Linux) Updater now sets correct execute permissions
  • Image loading (i.e. Checkpoints File preview thumbnail) now has a notification for unsupported local image formats instead of crashing
  • Fix unable to start app issues on some machines and dropdowns showing wrong categories - disabled assembly trimming

Windows 10 - 11 (64 bit)
StabilityMatrix.exe or StabilityMatrix-win-x64.zip

Linux (64 bit)
StabilityMatrix.AppImage or StabilityMatrix-linux-x64.zip

v2.0.1

25 Jul 03:15
c3d7aef
Compare
Choose a tag to compare

Bug Fixes

  • Fixed updating from versions prior to 2.x.x
  • Fixed crash on exit

Known Issues

  • Linux updates may not properly set permissions on the new appImage

Supports Win 10 - 11, 64 bit and 64-bit Linux
Download either the exe/appimage or zip, the zip is just the exe/appimage file compressed

v2.0.0

25 Jul 01:02
de59a79
Compare
Choose a tag to compare

New Features

  • Fully rewritten using Avalonia for improved UI and cross-platform support, our biggest update so far, with over 18,000 lines of code.
  • Release support for Windows and Linux, with macOS coming soon
  • Model Browser now indicates models that are already downloaded / need updates
  • Checkpoints Manager now supports filtering/searching
  • One-click installer now suggests all 3 WebUI packages for selection
  • Hardware compatibility and GPU detection is now more accurate
  • Download Indicator on the nav menu for ongoing downloads and progress; supports multiple concurrent model downloads
  • Improved console with syntax highlighting, and provisional ANSI rendering for progress bars and advanced graphics
  • Input can now be sent to the running package process using the top-right keyboard button on the Launch page. Package input requests for a (y/n) response will now have an interactive popup.

Bug Fixes

  • Fixed page duplication memory leak that caused increased memory usage when switching between pages
  • Package page launch button will now navigate and launch the package, instead of just navigating to launch page

Supports Win 10 - 11, 64 bit and 64-bit Linux
Download either the exe/appimage or zip, the zip is just the exe/appimage file compressed

v1.2.0

07 Jul 03:20
20413f4
Compare
Choose a tag to compare

New Features

  • Model Browser now allows for importing specific versions/files
  • Model Browser now allows for empty search queries for browsing the "front page"
  • Right-click a category in the Checkpoint Manager to open it in file explorer
  • Added "Open Models Folder" button to Checkpoint Manager

Bug Fixes

  • Fix duplicate --cpu flag on ComfyUI
  • Checkpoint Manager now includes subdirectories

Supports Win 10 - 11, 64 bit

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

v1.1.5

05 Jul 07:18
68964d7
Compare
Choose a tag to compare

New Features

  • Added more launch arguments for SD.Next
  • New SD.Next installations will use DirectML if an AMD GPU is detected

Bug Fixes

  • Fix crash when updating SD.Next
  • Rework junction/reparse points to improve stability

Supports Win 10 - 11, 64 bit

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

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