Skip to content

Commit 2e54294

Browse files
authored
chagenlog
1 parent 7cd72cf commit 2e54294

File tree

1 file changed

+85
-0
lines changed

1 file changed

+85
-0
lines changed

CHANGELOG.md

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,91 @@ All notable changes to Stability Matrix will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning 2.0](https://semver.org/spec/v2.0.0.html).
77

8+
## v2.13.0-pre.2
9+
### Added
10+
- Added new package - [ComfyUI-Zluda](https://github.com/patientx/ComfyUI-Zluda) - for AMD GPU users on Windows
11+
- Added OpenModelDB tab to the Model Browser
12+
13+
## v2.13.0-pre.1
14+
### Added
15+
- Added new package - [CogVideo](https://github.com/THUDM/CogVideo) - many thanks to @NullDev for the contribution!
16+
- Added file sizes to the Checkpoint Manager tab
17+
- Added more formatting options for Inference output filenames - thanks to @yansigit!
18+
- Added the Discrete Model Sampling addon for Inference samplers, allows selecting different sampling methods, such as v_prediction, lcm, or x0, and optionally adjusts the model’s noise reduction strategy with the zero-shot noise ratio (ZSNR) toggle.
19+
- Added Default GPU override in Settings -> System Settings -> Default GPU
20+
- Added the ability to copy more generation parameters from the Inference gallery context menu
21+
### Changed
22+
- Improved Packages Page grid layout to dynamically stretch to fill available space
23+
- New file format and key derivation for protecting locally encrypted secrets (i.e. Civit / Lykos accounts) that is no longer dependent on the OS Version. This should prevent system updates from clearing account logins.
24+
- (Internal) Updated to .NET 9 Runtime and Avalonia 11.2.2 for performance improvements, lower memory usage, and bug fixes
25+
### Fixed
26+
- Improved startup performance and resource usage with optimizations to hardware lookups. Moved reflection usages in dependency injection to source generation.
27+
- Fixed a typo in the Japanese translation - thanks to @mattyatea!
28+
- Fixed missing package thumbnails due to moved or inaccessible urls
29+
- Fixed an issue with ComfyUI-Impact-Subpack not being installed when using FaceDetailer in Inference
30+
- Fixed GGUF models not showing in Inference without the GGUF extension installed (this means it will now properly prompt you to install the extension as well)
31+
### Supporters
32+
#### Visionaries
33+
- Huge thank you to our incredible Visionary-tier Patreon supporter, **Waterclouds**! Your unwavering support is very much appreciated!
34+
35+
## v2.13.0-dev.3
36+
### Added
37+
- Added support for SD3.5 in Inference
38+
- Added CLIP_G to HuggingFace model browser
39+
- Added search bar to the Installed Workflows tab
40+
- Added "Search with Google" and "Search with ChatGPT" to the package console output & install progress console output context menus
41+
- Added "Date Created" and "Date Last Modified" sorting options to the Checkpoints tab
42+
### Changed
43+
- Text Encoder / CLIP selection in Inference is now enabled via the cogwheel ⚙️ button next to the model selector
44+
- Added more base model types to the CivitAI Model Browser & Checkpoint Manager
45+
- Model browser base model types are now loaded dynamically from CivitAI, reducing the need for updates to add new types
46+
- Updated Civitai model descriptions to properly render the interactive elements
47+
- Updated Russian translations thanks to @vanja-san
48+
- Updated Simplified Chinese translations thanks to @QL-boy
49+
- (Internal) Updated to Avalonia 11.2.0
50+
### Fixed
51+
- Fixed some instances of Civitai model browser not loading new results
52+
- Fixed "Unsupported Torch Version: Cuda" errors when installing a1111
53+
- Fixed crash when clicking "Remind me Later" on the update dialog
54+
- Fixed some cases of crashing when GitHub API rate limits are exceeded
55+
- Fixed Git missing from env vars when running SwarmUI
56+
### Supporters
57+
#### Visionaries
58+
- Big shoutout to our amazing Visionary-tier Patreon supporter, **Waterclouds**! We are very grateful for your continued support!
59+
60+
## v2.13.0-dev.2
61+
### Added
62+
- Added new package - [SimpleSDXL](https://github.com/metercai/SimpleSDXL) - many thanks to @NullDev for the contribution!
63+
- Added new package - [FluxGym](https://github.com/cocktailpeanut/fluxgym) - many thanks to @NullDev for the contribution!
64+
- Added a new "Extension Packs" section to the extension manager, allowing you to create packs for easier installation of multiple extensions at once
65+
- Added "Search by Creator" command to Civitai browser context menu
66+
- Added Beta scheduler to the scheduler selector in Inference
67+
- Added zipping of log files and "Show Log in Explorer" button on exceptions dialog for easier support
68+
- Added max concurrent downloads option & download queueing for most downloads
69+
### Changed
70+
- (Internal) Updated to Avalonia 11.1.4
71+
- Adjusted the Branch/Release toggle during package install flow to be a little more obvious
72+
- Updated the Dock library used for Inference - fixes some weirdness with resizing / rearranging panels
73+
### Fixed
74+
- Fixed ComfyUI NF4 extension not installing properly when prompted in Inference
75+
- Fixed [#932](https://github.com/LykosAI/StabilityMatrix/issues/932), [#935](https://github.com/LykosAI/StabilityMatrix/issues/935), [#939](https://github.com/LykosAI/StabilityMatrix/issues/939) - InvokeAI failing to update
76+
- Fixed repeated nested folders being created in `Models/StableDiffusion` when using Forge in Symlink mode in certain conditions. Existing folders will be repaired to their original structure on launch.
77+
- Fixed minimize button not working on macOS
78+
- Fixed InvokeAI model sharing spamming the console with "This may take awhile" in certain conditions
79+
- Fixed text alignment issues in the Downloads tab for certain long names / progress infos
80+
### Supporters
81+
#### Visionaries
82+
- A big thank you to our amazing Visionary-tier Patreon supporter, **Waterclouds**! Your continued support is invaluable!
83+
84+
## v2.13.0-dev.1
85+
### Added
86+
- Added the ability to change the Models directory separately from the rest of the Data directory. This can be set in `Settings > Select new Models Folder`
87+
- Added "Copy" menu to the Inference gallery context menu, allowing you to copy the image or the seed (other params coming soon™️)
88+
- Added InvokeAI model sharing option
89+
### Supporters
90+
#### Visionaries
91+
- A heartfelt thank you to our incredible Visionary-tier Patreon supporter, **Waterclouds**! Your ongoing support means a lot to us, and we’re grateful to have you with us on this journey!
92+
893
## v2.12.5
994
### Fixed
1095
- Fixed an issue with ComfyUI-Impact-Subpack not being installed when using FaceDetailer in Inference

0 commit comments

Comments
 (0)