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
+35-2
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,43 @@ 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.6.0
9
+
### Added
10
+
- Added **Output Sharing** option for all packages in the three-dots menu on the Packages page
11
+
- This will link the package's output folders to the relevant subfolders in the "Outputs" directory
12
+
- When a package only has a generic "outputs" folder, all generated images from that package will be linked to the "Outputs\Text2Img" folder when this option is enabled
13
+
- Added **Outputs page** for viewing generated images from any package, or the shared output folder
- Added GPU compatibility badges to the installers
19
+
- Added filtering of "incompatible" packages (ones that do not support your GPU) to all installers
20
+
- This can be overridden by checking the new "Show All Packages" checkbox
21
+
- Added more launch options for Fooocus, such as the `--preset` option
22
+
- Added Ctrl+ScrollWheel to change image size in the inference output gallery and new Outputs page
23
+
- Added "No Images Found" placeholder for non-connected models on the Checkpoints tab
24
+
- Added "Open on GitHub" option to the three-dots menu on the Packages page
25
+
### Changed
26
+
- If ComfyUI for Inference is chosen during the One-Click Installer, the Inference page will be opened after installation instead of the Launch page
27
+
- Changed all package installs & updates to use git commands instead of downloading zip files
28
+
- The One-Click Installer now uses the new progress dialog with console
29
+
- NVIDIA GPU users will be updated to use CUDA 12.1 for ComfyUI & Fooocus packages for a slight performance improvement
30
+
- Update will occur the next time the package is updated, or on a fresh install
31
+
- Note: CUDA 12.1 is only available on Maxwell (GTX 900 series) and newer GPUs
32
+
- Improved Model Browser download stability with automatic retries for download errors
33
+
- Optimized page navigation and syntax formatting configurations to improve startup time
34
+
### Fixed
35
+
- Fixed crash when clicking Inference gallery image after the image is deleted externally in file explorer
36
+
- Fixed Inference popup Install button not working on One-Click Installer
37
+
- Fixed Inference Prompt Completion window sometimes not showing while typing
38
+
- Fixed "Show Model Images" toggle on Checkpoints page sometimes displaying cut-off model images
39
+
- Fixed missing httpx package during Automatic1111 install
40
+
- Fixed some instances of localized text being cut off from controls being too small
41
+
8
42
## v2.5.7
9
43
### Fixed
10
-
- Fixed error `got an unexpected keyword argument 'socket_options'` on fresh installs of Automatic1111 Stable Diffusion WebUI
11
-
due to missing httpx dependency specification from gradio
44
+
- Fixed error `got an unexpected keyword argument 'socket_options'` on fresh installs of Automatic1111 Stable Diffusion WebUI due to missing httpx dependency specification from gradio
0 commit comments