add sageattention2++ support note

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-07-02 11:46:42 -04:00
parent 9b38a5dc58
commit 79aeab90c9
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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`