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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning 2.0](https://semver.org/spec/v2
9
9
### Fixed
10
10
- Fixed an issue where `Align Your Steps` scheduler and Unet Loader workflows ignored Regional Prompting (and other addon) conditioning modifiers.
11
11
12
+
## v2.16.0-pre.1
13
+
### Added
14
+
- Added enable/disable toggle for environment variables in Settings, allowing variables to be temporarily disabled without deleting them
15
+
### Changed
16
+
- Improved safetensor checkpoint classification to correctly detect UNet-only models for Wan Video, HiDream, Z-Image, Hunyuan3D, and diffusers-format Flux architectures, ensuring they are routed to the DiffusionModels folder
17
+
- GGUF checkpoint downloads now go directly to the DiffusionModels folder instead of StableDiffusion
18
+
- Configured portable Git to suppress detached HEAD advice messages
19
+
### Fixed
20
+
- Fixed downloaded checkpoint going to StableDiffusion folder when a saved download preference existed, even for GGUF files that should always go to DiffusionModels
21
+
- Fixed potential crash when adding metadata to malformed or non-PNG image data in Inference
22
+
- Fixed non-Latin-1 characters (e.g. Japanese, Chinese, Korean, emoji) in image generation parameters being stored in PNG tEXt chunks, violating the PNG specification and causing character corruption (mojibake) in standard-compliant parsers. Non-Latin-1 content now uses spec-compliant iTXt chunks with proper UTF-8 encoding ([#1535](https://github.com/LykosAI/StabilityMatrix/issues/1535))
23
+
12
24
## v2.16.0-dev.2
13
25
### Added
14
26
- Added Regional Prompting addon to Inference - paint detailed masks to apply different prompts, strengths, and settings to specific regions of your image
0 commit comments