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
+10
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,16 @@ 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.7.4
9
+
### Changed
10
+
- Improved low disk space handling
11
+
### Fixed
12
+
- Fixed denoise strength in Inference Text to Image
13
+
- Fixed PathTooLongException for IPAdapter folders when using ComfyUI in Symlink mode
14
+
- Fixed configs and symlinks not being cleaned up when switched to the opposite mode
15
+
- Fixed model indexing stopping when encountering paths longer than 1021 bytes in length
16
+
- Fixed repeated nested folders being created in `Models/ControlNet` when using ComfyUI in Symlink mode. Existing folders will be repaired to their original structure on launch.
17
+
8
18
## v2.7.3
9
19
### Added
10
20
- Added missing IPAdapter and CLIP Vision folder links for ComfyUI
?$"Free space after download: {Size.FormatBytes(Convert.ToUInt64(freeSizeBytes-fileSizeBytes))}"
114
+
:$"Not enough space on disk. Need {Size.FormatBytes(Convert.ToUInt64(fileSizeBytes))} but only have {Size.FormatBytes(Convert.ToUInt64(freeSizeBytes))}";
115
+
}
116
+
else
117
+
{
118
+
ImportTooltip="Please set the library directory in settings";
0 commit comments