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
+151
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,157 @@ 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
+
#### Packages
11
+
- Added new package: [SDFX](https://github.com/sdfxai/sdfx/) by sdfxai
12
+
- Added ZLUDA option for SD.Next
13
+
- Added more launch options for Forge - [#618](https://github.com/LykosAI/StabilityMatrix/issues/618)
14
+
- Added search bar to the Python Packages dialog
15
+
#### Inference
16
+
- Added Inpainting support for Image To Image projects using the new image mask canvas editor
17
+
- Added alternate Lora / LyCORIS drop-down model selection, can be toggled via the model settings button. Allows choosing both CLIP and Model Weights. The existing prompt-based `<lora:model:1.0>` method is still available.
18
+
- Added optional Recycle Bin mode when deleting images in the Inference image browser, can be disabled in settings (Currently available on Windows and macOS)
19
+
#### Model Browsers
20
+
- Added PixArt, SDXL Hyper, and SD3 options to the CivitAI Model Browser
21
+
- Added XL ControlNets section to HuggingFace model browser
22
+
- Added download speed indicator to model downloads in the Downloads tab
23
+
#### Output Browser
24
+
- Added support for indexing and displaying jpg/jpeg & gif images (in additional to png and webp / animated webp), with metadata parsing and search for compatible formats
25
+
#### Settings
26
+
- Added setting for locale specific or invariant number formatting
27
+
- Added setting for toggling model browser auto-search on load
28
+
- Added option in Settings to choose whether to Copy or Move files when dragging and dropping files into the Checkpoint Manager
29
+
- Added folder shortcuts in Settings for opening common app and system folders, such as Data Directory and Logs
30
+
#### Translations
31
+
- Added Brazilian Portuguese language option, thanks to jbostroski for the translation!
32
+
### Changed
33
+
- Maximized state is now stored on exit and restored on launch
34
+
- Drag & drop imports now move files by default instead of copying
35
+
- Clicking outside the Select Model Version dialog will now close it
36
+
- Changed Package card buttons to better indicate that they are buttons
37
+
- Log file storage has been moved from `%AppData%/StabilityMatrix` to a subfolder: `%AppData%/StabilityMatrix/Logs`
38
+
- 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`.
39
+
- Updated image controls on Recommended Models dialog to match the rest of the app
40
+
- Improved app shutdown clean-up process reliability and speed
41
+
- Improved ProcessTracker speed and clean-up safety for faster subprocess and package launching performance
42
+
- Updated HuggingFace page so the command bar stays fixed at the top
43
+
- Revamped Checkpoints page now shows available model updates and has better drag & drop functionality
44
+
- Revamped file deletion confirmation dialog with affected file paths display and recycle bin / permanent delete options (Checkpoint and Output Browsers) (Currently available on Windows and macOS)
45
+
### Fixed
46
+
- 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
47
+
- Fixed missing progress text during package updates
48
+
- (Windows) Fixed "Open in Explorer" buttons across the app not opening the correct path on ReFS partitions
49
+
- (macOS, Linux) Fixed Subprocesses of packages sometimes not being closed when the app is closed
50
+
- Fixed Inference tabs sometimes not being restored from previous sessions
51
+
- Fixed multiple log files being archived in a single session, and losing some log entries
52
+
- Fixed error when installing certain packages with comments in the requirements file
53
+
- Fixed error when deleting Inference browser images in a nested project path with recycle bin mode
54
+
- Fixed extra text in positive prompt when loading image parameters in Inference with empty negative prompt value
55
+
- Fixed NullReferenceException that sometimes occurred when closing Inference tabs with images due to Avalonia.Bitmap.Size accessor issue
56
+
- 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
59
+
- Fixed model folders not being created on startup
60
+
61
+
### Supporters
62
+
#### Visionaries
63
+
- 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!
64
+
#### Pioneers
65
+
- A big thank you to our Pioneer-tier supporters on Patreon, **tankfox** and **tanangular**! Your support helps us continue to improve Stability Matrix!
66
+
67
+
## v2.11.0-pre.2
68
+
### Added
69
+
- Added folder shortcuts in Settings for opening common app and system folders, such as Data Directory and Logs.
70
+
### Changed
71
+
- Log file storage have been moved from `%AppData%/StabilityMatrix` to a subfolder: `%AppData%/StabilityMatrix/Logs`
72
+
- 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`.
73
+
- Updated image controls on Recommended Models dialog to match the rest of the app
74
+
- Improved app shutdown clean-up process reliability and speed
75
+
- Improved ProcessTracker speed and clean-up safety for faster subprocess and package launching performance
76
+
### Fixed
77
+
- 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
78
+
- Fixed issue where blue and red color channels were swapped in the mask editor dialog
79
+
- Fixed missing progress text during package updates
80
+
- Fixed "Git and Node.js are required" error during SDFX install
81
+
- (Windows) Fixed "Open in Explorer" buttons across the app not opening the correct path on ReFS partitions
82
+
- (Windows) Fixed Sdfx electron window not closing when stopping the package
83
+
- (macOS, Linux) Fixed Subprocesses of packages sometimes not being closed when the app is closed
84
+
- Fixed Inference tabs sometimes not being restored from previous sessions
85
+
- Fixed multiple log files being archived in a single session, and losing some log entries
86
+
- Fixed error when installing certain packages with comments in the requirements file
87
+
- Fixed some more missing progress texts during various activities
88
+
### Supporters
89
+
#### Visionaries
90
+
- A heartfelt thank you to our Visionary-tier Patreon supporters, **Scopp Mcdee** and **Waterclouds**! Your generous contributions enable us to keep enhancing Stability Matrix!
91
+
92
+
## v2.11.0-pre.1
93
+
### Added
94
+
- Added new package: [SDFX](https://github.com/sdfxai/sdfx/) by sdfxai
95
+
- Added "Show Nested Models" toggle for new Checkpoints page, allowing users to show or hide models in subfolders of the selected folder
96
+
- Added ZLUDA option for SD.Next
97
+
- Added PixArt & SDXL Hyper options to the Civitai model browser
98
+
- Added release date to model update notification card on the Checkpoints page
99
+
- Added option in Settings to choose whether to Copy or Move files when dragging and dropping files into the Checkpoint Manager
100
+
- Added more launch options for Forge - [#618](https://github.com/LykosAI/StabilityMatrix/issues/618)
101
+
#### Inference
102
+
- Added Inpainting support for Image To Image projects using the new image mask canvas editor
103
+
### Changed
104
+
- Maximized state is now stored on exit and restored on launch
105
+
- Clicking outside the Select Model Version dialog will now close it
106
+
- Changed Package card buttons to better indicate that they are buttons
107
+
### Fixed
108
+
- Fixed error when deleting Inference browser images in a nested project path with recycle bin mode
109
+
- Fixed extra text in positive prompt when loading image parameters in Inference with empty negative prompt value
110
+
- Fixed NullReferenceException that sometimes occured when closing Inference tabs with images due to Avalonia.Bitmap.Size accessor issue
111
+
- Fixed package installs not showing any progress messages
112
+
- Fixed crash when viewing model details for Unknown model types in the Checkpoint Manager
113
+
- Fixed [#598](https://github.com/LykosAI/StabilityMatrix/issues/598) - program not exiting after printing help or version text
- Many thanks to our Visionary-tier supporters on Patreon, **Scopp Mcdee** and **Waterclouds**! Your generous support helps us continue to improve Stability Matrix!
118
+
119
+
## v2.11.0-dev.3
120
+
### Added
121
+
- Added download speed indicator to model downloads in the Downloads tab
122
+
- Added XL ControlNets section to HuggingFace model browser
123
+
- Added toggle in Settings for model browser auto-search on load
124
+
- Added optional Recycle Bin mode when deleting images in the Inference image browser, can be disabled in settings (Currently on Windows only)
125
+
### Changed
126
+
- Revamped Checkpoints page now shows available model updates and has better drag & drop functionality
127
+
- Updated HuggingFace page so the command bar stays fixed at the top
128
+
- Revamped file deletion confirmation dialog with affected file paths display and recycle bin / permanent delete options (Checkpoint and Output Browsers) (Currently on Windows only)
129
+
### Fixed
130
+
- Fixed issue where the "installed" state on HuggingFace model browser was not always correct
131
+
### Supporters
132
+
#### Visionaries
133
+
- Special shoutout to our first two Visionaries on Patreon, **Scopp Mcdee** and **Waterclouds**! Thank you for your generous support!
134
+
135
+
## v2.11.0-dev.2
136
+
### Added
137
+
- Added Brazilian Portuguese language option, thanks to jbostroski for the translation!
138
+
- Added setting for locale specific or invariant number formatting
139
+
- Added support for jpg/jpeg & gif images in the Output Browser
140
+
### Changed
141
+
- Centered OpenArt browser cards
142
+
### Fixed
143
+
- Fixed MPS install on macOS for ComfyUI, A1111, SDWebUI Forge, and SDWebUI UX causing torch to be upgraded to dev nightly versions and causing incompatibilities with dependencies.
144
+
- Fixed "Auto Scroll to End" not working in some scenarios
145
+
- Fixed "Auto Scroll to End" toggle button not scrolling to the end when toggled on
146
+
- Fixed/reverted output folder name changes for Automatic1111
147
+
- Fixed xformers being uninstalled with every ComfyUI update
148
+
- Fixed Inference Lora menu strength resetting to default if out of slider range (0 to 1)
149
+
- Fixed missing progress text during package installs
150
+
151
+
## v2.11.0-dev.1
152
+
### Added
153
+
- Added search bar to the Python Packages dialog
154
+
#### Inference
155
+
- 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.
156
+
### Fixed
157
+
- Fixed crash when failing to parse Python package details
0 commit comments