Releases: LykosAI/StabilityMatrix
v2.0.2
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
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
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
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
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
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
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
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
Full Changelog: v1.0.3...v1.1.2
v1.0.3
v1.0.2
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