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/