From de5142e64a7fb7edafedc51e7621a571cdd018c5 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 3 Jul 2025 10:33:38 -0400 Subject: [PATCH] update changelog and todo Signed-off-by: Vladimir Mandic --- CHANGELOG.md | 2 ++ TODO.md | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb140b412..be248b001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Add **FLUX.1-Kontext-Dev** inpaint workflow - **UI** - major update to modernui layout + - redesign of the Flat UI theme - **Compute** - support for [SageAttention2++](https://github.com/thu-ml/SageAttention) provides 10-15% performance improvement over default SDPA for transformer-based models! @@ -23,6 +24,7 @@ - patch `insightface` - patch `k-diffusion` - cleanup `/modules`: move pipeline loaders to `/pipelines` root + - cleanup `/modules`: move code folders used by pipelines to `/pipelines/` folder - cleanup `/modules`: move code folders used by scripts to `/scripts/