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
+69Lines changed: 69 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,75 @@ 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.15.0
9
+
### Added
10
+
- Added new package - [AI Toolkit](https://github.com/ostris/ai-toolkit/)
11
+
- Added new package - [FramePack](https://github.com/lllyasviel/FramePack)
12
+
- Added new package - [FramePack Studio](https://github.com/colinurbs/FramePack-Studio)
13
+
- Added Python Version selector for all new package installs
14
+
- Added the ability to rename packages
15
+
- Added support for authenticated model downloads in the HuggingFace model browser. Visit Settings → Accounts to add your HuggingFace token.
16
+
- Added support for dragging-and-dropping Civitai-generated images into Inference to load metadata
17
+
- Added the ability to search by pasting an entire Civitai model URL into the search bar in the Civitai model browser
18
+
- Added "Clear Pip Cache" and "Clear uv Cache" commands to the Settings -> Embedded Python section
19
+
- Added settings to disable base models from appearing in the Checkpoint Manager and Civitai Model Browser base model selectors
20
+
- Added Inference "Favorite Dimensions" quick selector - editable in Settings → Inference, or click the 💾 button inside the dropdown
21
+
- Added setting for Inference dimension step change - the value the dimensions increase or decrease by when using the step buttons or scroll wheel in Inference
22
+
- Added "Install Nunchaku" option to the ComfyUI Package Commands menu
23
+
- Added "Select All" button to the Installed Extensions page
24
+
- Added experimental ROCm pytorch install for ComfyUI (non-Zluda) on Windows - requires a compatible AMD GPU
25
+
- Added base model type labels (SD1.5, SDXL, Flux, etc.) to Inference model selection boxes
26
+
- Added UNET shared folder link for SD.Next
27
+
- Added Manual Install button for installing Package extensions that aren't in the indexes
28
+
- Added Next and Previous buttons to the Civitai details page to navigate between results
29
+
- Added Negative Rejection Steering (NRS) by @reithan to Inference
30
+
- Added Wan 2.2 models to the HuggingFace tab of the model browser
31
+
- Added Tiled Encode/Decode options to FaceDetailer in Inference
32
+
- Added Ukrainian translation thanks to @r0ddty!
33
+
- Added Czech translation thanks to @PEKArt!
34
+
### Changed
35
+
🌟 Civitai Model Details: A Grand Reimagining! 🌟
36
+
- No more peering through a tiny window! Introducing a massive overhaul of the Civitai Model Details page, transforming it from a cramped dialog into a spacious, feature-rich hub for all your model exploration needs.
37
+
- We've listened to your howls for more, and now you can dive deep into every aspect of your favorite models with unprecedented clarity and control:
38
+
- Expansive View: The new full-page layout means all essential information, descriptions, and previews are laid out beautifully, banishing the old, restrictive dialog forever.
39
+
- Rich Details at a Glance: Author, base model, last updated, SHA hashes, file name overrides/patterns – everything you need, perfectly organized and always accessible.
40
+
- Overhauled Image Viewer: Enjoy a sleek, modern image viewer that includes Civitai metadata and supports zooming, panning, and full-screen viewing. No more squinting at tiny thumbnails!
41
+
- Integrated Inference Options: For supported models, adjust sampler, scheduler, steps, CFG Scale, width, and height directly from the details page, streamlining your workflow like never before!
42
+
----
43
+
- Updated all Python version management, virtual environment creation, and pip installs to use `uv` for improved reliability, compatibility, and speed
44
+
- You can now select release versions when installing ComfyUI
45
+
- You can no longer select branches when installing InvokeAI
46
+
- Updated InvokeAI install to use the intended install method (resolves [#1329](https://github.com/LykosAI/StabilityMatrix/issues/1329))
47
+
- Updated ComfyUI installs for AMD users on Linux to use the latest rocm6.3 torch index
48
+
- Updated ComfyUI-Zluda installs to use the newer install-n method (fixes [#1347](https://github.com/LykosAI/StabilityMatrix/issues/1347))
49
+
- Removed disclaimer from reForge since the author is now active again
50
+
- Updated git operations to better avoid conflicts
51
+
- Updated Japanese translation
52
+
- Civitai model browser image loading now uses dynamic resizing for better performance and a smoother scrolling experience
53
+
- Undo ComfyUI process tracking changes for now due to causing more issues than it solved
54
+
- Updated GPU parsing fallback on Linux systems to use the method provided by @irql-notlessorequal
55
+
- New installs of ComfyUI, SD.Next, and InvokeAI will now use Python 3.12, unless otherwise specified in the Advanced Options during installation
56
+
- New installs of all other packages will now use Python 3.10.18, unless otherwise specified in the Advanced Options during installation
57
+
- Updated ComfyUI installs for AMD users on Linux to use the latest rocm6.4 torch index
58
+
- Updated package delete confirmation dialog
59
+
### Fixed
60
+
- Fixed an error when packages and other processes exit before process tracking on windows can initialize
61
+
- Fixed "none" appearing in wildcard field when using Face Detailer in Inference
62
+
- Fixed [#1254](https://github.com/LykosAI/StabilityMatrix/issues/1254) - Unable to scroll samplers in Inference
63
+
- Fixed [#1294](https://github.com/LykosAI/StabilityMatrix/issues/1294) - Improper sorting of output folders in Output Browser
64
+
- Fixed [#1300](https://github.com/LykosAI/StabilityMatrix/issues/1300) - Git errors when installing Extension Packs
65
+
- Fixed [#1317](https://github.com/LykosAI/StabilityMatrix/issues/1317) - Inference missing GGUF text encoders
66
+
- Fixed [#1324](https://github.com/LykosAI/StabilityMatrix/issues/1324) - Window height slightly increasing every launch
67
+
- Fixed [#1357](https://github.com/LykosAI/StabilityMatrix/issues/1357) - Case insensitivity causing duplicate key exceptions on non-Windows systems
68
+
- Fixed [#1360](https://github.com/LykosAI/StabilityMatrix/issues/1360) - A1111 install not using correct torch for 5000-series GPUs
69
+
- Fixed [#1361](https://github.com/LykosAI/StabilityMatrix/issues/1361) - numpy and other Forge startup
70
+
- Fixed [#1365](https://github.com/LykosAI/StabilityMatrix/issues/1365) - Output folder list not updating when Refresh button clicked
71
+
### Supporters
72
+
#### 🌟 Visionaries
73
+
To our incredible Visionaries, the architects of our ambition: Your profound support is the powerhouse behind this massive v2.15.0 release. You don't just light the path; you fuel the entire journey, allowing us to build bigger, move faster, and turn bold ideas into reality. Our deepest gratitude to: **Waterclouds**, **Corey T**, **bluepopsicle**, **Bob S**, **Ibixat**, **whudunit**, and **TheTekknician**! We are immensely grateful for your trust and partnership in shaping the future of Stability Matrix. Thank you for everything!
74
+
#### 🚀 Pioneers
75
+
A heartfelt salute to our trailblazing Pioneers! Your consistent support helps us navigate the development landscape, ensuring we stay on the right track and can explore new frontiers. A huge thanks to: **tankfox**, **Mr. Unknown**, **Szir777**, **Tigon**, **Noah M**, **USATechDude**, **Thom**, **SeraphOfSalem**, and a special welcome to our newest Pioneers - **Desert Viber**, **Tundra Everquill**, **Adam**, and **Droolguy**! Thank you for being the vanguard of our community!
76
+
8
77
## v2.15.0-pre.2
9
78
### Added
10
79
- Added new package - [AI Toolkit](https://github.com/ostris/ai-toolkit/)
0 commit comments