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