Skip to content

Commit ae2aef6

Browse files
committed
mega chagenlog
1 parent fd010be commit ae2aef6

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed

CHANGELOG.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,85 @@ 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.14.0
9+
### Added
10+
- **New Packages:**
11+
- Added [Stable Diffusion WebUI Forge - Classic](https://github.com/Haoming02/sd-webui-forge-classic).
12+
- Added [Stable Diffusion WebUI AMDGPU Forge](https://github.com/lshqqytiger/stable-diffusion-webui-amdgpu-forge).
13+
- **Accelerated Model Discovery (Beta):**
14+
Added for Insider+ supporters (⚡ icon in Civitai Browser). Utilizes an optimized connection for dramatically faster browsing of online model repositories.
15+
- **Inference Enhancements:**
16+
- Added **Prompt Amplifier**: click the magic wand 🪄 in the prompt editor to expand and enrich your ideas with selectable “Feel”.
17+
- Added **HiDream** support (see [ComfyUI Examples](https://comfyanonymous.github.io/ComfyUI_examples/hidream/) for details).
18+
- Added toggle for filtering Extra Networks by base model.
19+
- Added Abstract Syntax Tree (AST) parsing for prompts for more robust internal structure understanding.
20+
- Added hotkey (`Ctrl+Up` / `Ctrl+Down`) in prompt editors to adjust token/selection weight emphasis.
21+
- Added **Plasma Noise** addon for text-to-image workflows.
22+
- Added **Wan 2.1** Text-to-Video and Text-to-Image project types.
23+
- Added **Align Your Steps** scheduler.
24+
- Added support for **wildcards** in prompts (e.g., `{blue|green|red}`).
25+
- Added **Rescale CFG** addon.
26+
- Added **Swap Dimensions** button between width/height inputs.
27+
- Added `Ctrl+Tab` / `Ctrl+Shift+Tab` shortcuts for navigating between Inference tabs.
28+
- **Model Management & Browsing:**
29+
- Added **Safetensor Metadata viewer** to the Checkpoint Manager context menu (thanks @genteure!).
30+
- Added Wan 2.1 files to the HuggingFace model browser.
31+
- Added **OpenModelDB** tab to the Model Browser.
32+
- Added new autocomplete tag source: [Danbooru/e621 merged tags](https://civitai.com/models/950325?modelVersionId=1419692).
33+
- **Package & System:**
34+
- Added new Package Command for installing **Triton & SageAttention** in ComfyUI.
35+
- **UI & UX:**
36+
- Added Undo/Redo commands to text editor context menus.
37+
38+
### Changed
39+
- **Inference:**
40+
- Merged Inference GGUF workflows into the UNet model loader option (no longer a separate choice).
41+
- FaceDetailers now inherit the primary sampler/scheduler/etc. by default (can be manually overridden via ⚙️ button).
42+
- Slightly rearranged the FaceDetailer card layout.
43+
- Inference "Extra Networks" selector now filters extra networks based on the selected base model.
44+
- Improved the quality of Inference inpainting via underlying workflow upgrades.
45+
- **Model Management & Browsing:**
46+
- Updated the Civitai Model Browser base model selector to match the new Checkpoint Manager filter UI.
47+
- Renamed some shared model folders to better reflect their contents.
48+
- Performance optimizations for Checkpoint Manager (progress indicators now fully use Compiled Bindings).
49+
- Improved Checkpoint Manager memory usage (thanks @FireGeek!).
50+
- **System & Packages:**
51+
- Updated install for kohya_ss to support RTX 5000-series GPUs.
52+
- Upgraded HIP SDK installs to 6.2.4 for ComfyUI-Zluda and AMDGPU-Forge.
53+
- **UI & UX:**
54+
- Updated some date strings to take into account the user’s locale.
55+
- Improved window state handling.
56+
- Updated Japanese, Brazilian Portuguese, Chinese, and Russian translations.
57+
58+
### Fixed
59+
- **Inference:**
60+
- Fixed Inference ControlNet preprocessors using incorrect resolution and increased maximum smallest dimension to 16384.
61+
- Fixed HiresFix addon not inheriting sampler/scheduler properly.
62+
- Fixed some plus (+) buttons getting cut off in the UI.
63+
- Fixed CFG Rescale addon interfering with refiner model.
64+
- **Model Management & Browsing:**
65+
- Fixed Checkpoint Manager not displaying any models in some cases.
66+
- Fixed missing base model options in the Metadata Editor.
67+
- **Packages & Installation:**
68+
- Fixed errors from invalid pip specifiers in requirements files.
69+
- Fixed RTX 5000-series GPU detection in certain cases.
70+
- Fixed Package Updates and Change Version not using stored PyTorch index.
71+
- **UI & System:**
72+
- Fixed package images sometimes showing as blank due to concurrent image caching; requests are now de-duplicated.
73+
- Reduced memory usage from `ShowDisabledTooltipExtension`.
74+
- Fixed Image Viewer issues:
75+
- Fixed `FileNotFoundException` on fetching image size if navigating to a deleted image.
76+
- (macOS) Fixed `FileNotFoundException` crash after deleting a viewed WebP animation.
77+
- (macOS) Fixed WebP/GIF animations showing flipped RGB colors.
78+
- (Windows) Fixed WebP animation files unable to be deleted without closing the app.
79+
- Fixed window disappearing on macOS when the saved window size is very small.
80+
- Fixed large white boxes appearing when tooltips are visible on macOS/Linux.
81+
### Supporters
82+
#### Visionaries
83+
Our heartfelt gratitude goes out to our amazing Visionary-tier Patrons: **Waterclouds**, **Corey T**, **bluepopsicle**, **Bob S**, **Akiro_Senkai**, and **Ibixat**! Your exceptional support is fundamental to the ongoing development and success of Stability Matrix. We are immensely grateful for your partnership and belief in the project! 🙏
84+
#### Pioneers
85+
We also want to give a huge thank you to our dedicated Pioneer-tier Patrons: **tankfox**, **Mr. Unknown**, **Szir777**, **Tigon**, **NowFallenAngel**, **Al Gorithm**, and welcome to our newest Pioneer, **Noah M.**! Your consistent support and enthusiasm keep the momentum going. Thank you all for being such an important part of our community! ✨
86+
887
## v2.14.0-pre.2
988
### Added
1089
- Added new package - [Stable Diffusion WebUI Forge - Classic](https://github.com/Haoming02/sd-webui-forge-classic)

0 commit comments

Comments
 (0)