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
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,33 @@ 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.16.0-dev.1
11
+
### Added
12
+
#### New Feature: 🧪 Image Lab - Conversational Image Generation for ComfyUI
13
+
- We've added a brand new conversational interface for image generation! Image Lab lets you iterate on images naturally through chat, rather than just one-off prompts.
14
+
- Local-First Power: Native support for Flux Kontext and Qwen Image Edit running entirely locally via your ComfyUI backend.
15
+
- Smart Setup: Stability Matrix automatically detects and helps you download the specific models and LoRAs needed for these local workflows.
16
+
- Interactive Tools: Drag-and-drop image inputs, use the built-in annotation tool to draw on images, and keep persistent conversation history.
17
+
- Cloud Option: Includes optional support for Nano Banana (Gemini 3 Pro/2.5) for users who want to leverage external reasoning models.
18
+
- Added new package - [Wan2GP](https://github.com/deepbeepmeep/Wan2GP)
19
+
- Added [Stable Diffusion WebUI Forge - Neo](https://github.com/Haoming02/sd-webui-forge-classic/tree/neo) as a separate package for convenience
20
+
- Added Intel GPU support for ComfyUI
21
+
- Added "Run Python Command" option to the package card's 3-dots menu for running arbitrary Python code in the package's virtual environment
22
+
- Added togglable `--uv` argument to the SD.Next launch options
23
+
### Changed
24
+
- Moved the original Stable Diffusion WebUI Forge to the "Legacy" packages tab due to inactivity
25
+
- Updated to cu130 torch index for ComfyUI installs with Nvidia GPUs
26
+
- Consolidated and fixed AMD GPU architecture detection
27
+
- Updated SageAttention installer to latest v2.2.0-windows.post4 version
28
+
### Fixed
29
+
- Fixed [#1450](https://github.com/LykosAI/StabilityMatrix/issues/1450) - Older SD.Next not launching due to forced `--uv` argument
30
+
### Supporters
31
+
#### 🌟 Visionaries
32
+
A massive thank you to our esteemed Visionaries: **Waterclouds**, **JungleDragon**, **bluepopsicle**, **Bob S**, and **whudunit**! Your generosity is the powerhouse behind Stability Matrix, enabling us to keep building and refining with confidence. We are truly grateful for your partnership!
33
+
34
+
>>>>>>> 1a844fe8 (Merge pull request #1180 from ionite34/wan2gp)
8
35
## v2.15.4
9
36
### Changed
10
37
- Updated Early Access indicators in the Civitai Details page to be more visible
0 commit comments