You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+54
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,60 @@ All notable changes to Stability Matrix will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning 2.0](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## v2.11.0
9
+
### Added
10
+
- Added new package: [SDFX](https://github.com/sdfxai/sdfx/) by sdfxai
11
+
- Added ZLUDA option for SD.Next
12
+
- Added PixArt, SDXL Hyper, and SD3 options to the Civitai model browser
13
+
- Added option in Settings to choose whether to Copy or Move files when dragging and dropping files into the Checkpoint Manager
14
+
- Added more launch options for Forge - [#618](https://github.com/LykosAI/StabilityMatrix/issues/618)
15
+
- Added folder shortcuts in Settings for opening common app and system folders, such as Data Directory and Logs
16
+
- Added download speed indicator to model downloads in the Downloads tab
17
+
- Added XL ControlNets section to HuggingFace model browser
18
+
- Added toggle in Settings for model browser auto-search on load
19
+
- Added optional Recycle Bin mode when deleting images in the Inference image browser, can be disabled in settings (Currently on Windows only)
20
+
- Added Brazilian Portuguese language option, thanks to jbostroski for the translation!
21
+
- Added setting for locale specific or invariant number formatting
22
+
- Added support for jpg/jpeg & gif images in the Output Browser
23
+
- Added search bar to the Python Packages dialog
24
+
#### Inference
25
+
- Added Inpainting support for Image To Image projects using the new image mask canvas editor
26
+
- Alternate Lora / LyCORIS drop-down model selection, can be toggled via the model settings button. The existing prompt-based Lora / LyCORIS method is still available.
27
+
### Changed
28
+
- Maximized state is now stored on exit and restored on launch
29
+
- Drag & drop imports now move files by default instead of copying
30
+
- Clicking outside the Select Model Version dialog will now close it
31
+
- Changed Package card buttons to better indicate that they are buttons
32
+
- Log file storage has been moved from `%AppData%/StabilityMatrix` to a subfolder: `%AppData%/StabilityMatrix/Logs`
33
+
- Archived log files now have an increased rolling limit of 9 files, from 2 files previously. Their file names will now be in the format `app.{yyyy-MM-dd HH_mm_ss}.log`. The current session log file remains named `app.log`.
34
+
- Updated image controls on Recommended Models dialog to match the rest of the app
35
+
- Improved app shutdown clean-up process reliability and speed
36
+
- Improved ProcessTracker speed and clean-up safety for faster subprocess and package launching performance
37
+
- Updated HuggingFace page so the command bar stays fixed at the top
38
+
- Revamped Checkpoints page now shows available model updates and has better drag & drop functionality
39
+
- Revamped file deletion confirmation dialog with affected file paths display and recycle bin / permanent delete options (Checkpoint and Output Browsers) (Currently on Windows only)
40
+
### Fixed
41
+
- Fixed crash when parsing invalid generated images in Output Browser and Inference image viewer, errors will be logged instead and the image will be skipped
42
+
- Fixed missing progress text during package updates
43
+
- (Windows) Fixed "Open in Explorer" buttons across the app not opening the correct path on ReFS partitions
44
+
- (macOS, Linux) Fixed Subprocesses of packages sometimes not being closed when the app is closed
45
+
- Fixed Inference tabs sometimes not being restored from previous sessions
46
+
- Fixed multiple log files being archived in a single session, and losing some log entries
47
+
- Fixed error when installing certain packages with comments in the requirements file
48
+
- Fixed error when deleting Inference browser images in a nested project path with recycle bin mode
49
+
- Fixed extra text in positive prompt when loading image parameters in Inference with empty negative prompt value
50
+
- Fixed NullReferenceException that sometimes occurred when closing Inference tabs with images due to Avalonia.Bitmap.Size accessor issue
51
+
- Fixed [#598](https://github.com/LykosAI/StabilityMatrix/issues/598) - program not exiting after printing help or version text
- Fixed issue where the "installed" state on HuggingFace model browser was not always correct
54
+
- Fixed model folders not being created on startup
55
+
56
+
### Supporters
57
+
#### Visionaries
58
+
- Shoutout to our Visionary-tier supporters on Patreon, **Scopp Mcdee** and **Waterclouds**! Your generous support is appreciated and helps us continue to make Stability Matrix better for everyone!
59
+
#### Pioneers
60
+
- A big thank you to our Pioneer-tier supporters on Patreon, **tankfox** and **tanangular**! Your support helps us continue to improve Stability Matrix!
61
+
8
62
## v2.11.0-pre.2
9
63
### Added
10
64
- Added folder shortcuts in Settings for opening common app and system folders, such as Data Directory and Logs.
0 commit comments