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
-63Lines changed: 0 additions & 63 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,68 +5,6 @@ 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
-
<<<<<<< HEAD
9
-
## v2.13.3
10
-
=======
11
-
## v2.14.0-dev.3
12
-
### Changed
13
-
- Upgraded ComfyUI CUDA torch to 12.6
14
-
### Fixed
15
-
- Fixed [#1128](https://github.com/LykosAI/StabilityMatrix/issues/1128) - overwriting models when downloading multiple with the same name
16
-
- Fixed ROCm torch indexes for ComfyUI & Forge
17
-
18
-
## v2.14.0-dev.2
19
-
>>>>>>> 894c1abe (Merge pull request #980 from ionite34/fix-model-overwrite)
20
-
### Added
21
-
- Added Safetensor Metadata viewer to the Checkpoint Manager context menu - thanks to @genteure!
22
-
### Changed
23
-
<<<<<<< HEAD
24
-
=======
25
-
- Updated the Civitai Model Browser base model selector to match the new Checkpoint Manager filter UI
26
-
- FaceDetailers in Inference will now inherit the primary sampler/scheduler/etc. by default. You can still manually set these by enabling the options via the ⚙️ button on the FaceDetailer card
27
-
- Slightly rearranged the FaceDetailer card layout due to the above change
28
-
- "Remove symbolic links on shutdown" option now also removes links from Output Sharing
29
-
- Inference "Extra Networks" selector now filters extra networks based on the selected base model
30
-
- Updated Japanese, Brazilian Portuguese, Chinese, and Russian translations
31
-
### Fixed
32
-
- Fixed crash when dragging & dropping images in Inference (hopefully)
33
-
- Fixed HiresFix Inference addon not inheriting sampler/scheduler properly
34
-
- Fixed some plus (+) buttons getting cut off in the Inference UI
35
-
- Fixed CFG Rescale addon interfering with refiner model in Inference
36
-
- Fixed [#1083](https://github.com/LykosAI/StabilityMatrix/issues/1083) - "Show Nested Models" incorrectly displaying models from some non-nested folders
37
-
- Fixed issue with InvokeAI model sharing when the host address is set to 0.0.0.0
38
-
- Fixed issue when parsing index URLs in Python Dependencies Override menu
39
-
- Fixed ComfyUI-Zluda not respecting pip user overrides
40
-
- Fixed issue with Checkpoint Manager not displaying any models
41
-
- (dev.2 re-release) Fixed autocomplete not showing in certain cases when using wildcards
42
-
- (dev.2 re-release) Fixed package restart button not working
43
-
- (dev.2 re-release) Fixed [#1120](https://github.com/LykosAI/StabilityMatrix/issues/1120) - crash when right clicking in the console after restarting a package
44
-
### Supporters
45
-
#### Visionaries
46
-
- A huge thank you to our incredible Visionary-tier Patreon supporters, **Waterclouds**, **TheTekknician**, and our newest Visionary, **Corey**! Your generous support is greatly appreciated!
47
-
48
-
## v2.14.0-dev.1
49
-
### Added
50
-
- Added Rescale CFG addon to Inference
51
-
- Added Swap Dimensions button between the width/height input in Inference
52
-
- Added Ctrl+Tab/Ctrl+Shift+Tab shortcuts for navigating between Inference tabs
53
-
- Added OpenModelDB tab to the Model Browser
54
-
### Changed
55
-
- Improved the quality of Inference inpainting by upgrading the workflow behind the scenes. The workflow remains the same for you — just better results!
56
-
- Redesigned the Checkpoint Manager Filter flyout to include more options and improve the layout
57
-
- "Clear All" button will now remain at the top of the Downloads list regardless of scroll position - thanks to @Genteure!
58
-
- Improved image metadata parsing - thanks to @Genteure!
59
-
### Fixed
60
-
- Fixed Inference image selector card buttons taking up the whole height of the card
61
-
- Fixed Inference mask editor failing to paint to the right-most edge on large images
62
-
- Fixed Inference mask editor not showing the entire image in certain circumstances
63
-
- Fixed an issue where certain sampler/scheduler combos would not get saved in image metadata - thanks to @yansigit!
64
-
- Fixed [#1078](https://github.com/LykosAI/StabilityMatrix/issues/1078) - "Call from invalid thread" error after one-click install finishes
65
-
- Fixed [#1080](https://github.com/LykosAI/StabilityMatrix/issues/1080) - Some models not displayed in Checkpoint Manager
66
-
### Supporters
67
-
#### Visionaries
68
-
- Many thanks to our incredible Visionary-tier Patreon supporters, **Waterclouds** and **TheTekknician**! Your support helps us continue to improve Stability Matrix!
69
-
70
8
## v2.13.4
71
9
### Changed
72
10
- Upgraded ComfyUI CUDA torch to 12.6
@@ -76,7 +14,6 @@ and this project adheres to [Semantic Versioning 2.0](https://semver.org/spec/v2
76
14
77
15
## v2.13.3
78
16
### Changed
79
-
>>>>>>> 894c1abe (Merge pull request #980 from ionite34/fix-model-overwrite)
80
17
- "Remove symbolic links on shutdown" option now also removes links from Output Sharing
81
18
### Fixed
82
19
- Fixed [#1083](https://github.com/LykosAI/StabilityMatrix/issues/1083) - "Show Nested Models" incorrectly displaying models from some non-nested folders
0 commit comments