From 79aeab90c9dec248bc440849cce9b1d6f566f36a Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 2 Jul 2025 11:46:42 -0400 Subject: [PATCH] add sageattention2++ support note Signed-off-by: Vladimir Mandic --- CHANGELOG.md | 6 ++++++ extensions-builtin/sdnext-modernui | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb7ea4f5d..970c6d8ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ - Add **FLUX.1-Kontext-Dev** inpaint workflow - **UI** - major update to modernui layout +- **Compute** + - support for [SageAttention2++](https://github.com/thu-ml/SageAttention) + provides 10-15% performance improvement over default SDPA for transformer-based models! + enable in *settings -> compute settings -> sdp options* + *note*: SD.Next will use either SageAttention v1 or v2, depending which one is installed + until authors provide pre-build wheels for v2, you need to install it manually or SD.Next will auto-install v1 - **Core** - override `gradio` installer - major refactoring of requirements and dependencies to unblock `numpy>=2.1.0` diff --git a/extensions-builtin/sdnext-modernui b/extensions-builtin/sdnext-modernui index b9ff142c7..c2c0c2793 160000 --- a/extensions-builtin/sdnext-modernui +++ b/extensions-builtin/sdnext-modernui @@ -1 +1 @@ -Subproject commit b9ff142c7c75ec9833ccab6c1ee5125bc1fa5294 +Subproject commit c2c0c27939e20303d63c30ea7a5e179697af8eaf