From 7641abca61e11ef3edccf7a0f4efc48c3a03b207 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 11 May 2026 09:54:25 +0200 Subject: [PATCH] update changelog Co-authored-by: Copilot Signed-off-by: Vladimir Mandic --- CHANGELOG.md | 14 +++++++++----- extensions-builtin/sd-extension-chainner | 2 +- pyproject.toml | 2 -- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e275904..4ae7923a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,20 +1,20 @@ # Change Log for SD.Next -## Update for 2026-05-10 +## Update for 2026-05-11 -### Highlights for 2026-05-10 +### Highlights for 2026-05-11 *What's New?* - Image editing models now can work with multiple image inputs! -- New models: *HiDream-O1 Image*, *JoyAI Image Edit*, *Step1X-Edit*, *VIBE Image Edit* and *UltraFlux* +- Six new models: *HiDream-O1 Image*, *JoyAI Image Edit*, *Step1X-Edit*, *VIBE Image Edit* and *UltraFlux* - Enhanced capabilities for *Anima*, *Ernie-Image*, *LTX*, *Flux.2* and *Chroma* models -- UI improvements accross the board: *Main panels*, *Gallery*, *Kanvas*, and more... +- UI improvements accross the board: *Main panels*, *Gallery*, *Kanvas*, *Networks*, and more... For full details, see [ChangeLog](https://github.com/vladmandic/automatic/blob/master/CHANGELOG.md) [ReadMe](https://github.com/vladmandic/automatic/blob/master/README.md) | [ChangeLog](https://github.com/vladmandic/automatic/blob/master/CHANGELOG.md) | [Docs](https://vladmandic.github.io/sdnext-docs/) | [WiKi](https://github.com/vladmandic/automatic/wiki) | [Discord](https://discord.com/invite/sd-next-federal-batch-inspectors-1101998836328697867) | [Sponsor](https://github.com/sponsors/vladmandic) -### Details for 2026-05-10 +### Details for 2026-05-11 - **Models** - [HiDream-O1-Image](https://huggingface.co/HiDream-ai/HiDream-O1-Image) pixel-level unified transformer model support @@ -54,6 +54,7 @@ For full details, see [ChangeLog](https://github.com/vladmandic/automatic/blob/m - custom **VAE** loader for all pipelines *note*: vae still needs to be compatible with the model - **CivitAI** downloaded thumbnails now include metadata + - **Installer** support for `git+http` style references - **UI** - **Networks** using networks to load model or auto-download a reference model will now be reflected in the UI - ability to manually reorient *input/output* panels @@ -79,6 +80,9 @@ For full details, see [ChangeLog](https://github.com/vladmandic/automatic/blob/m - remove obsolete `lora` stepwise and functional code, thanks @awsr - interrupt model loading between components - patch `rich` for cleaner exception logging + - lint `ruff` strict and reduce exceptions + - lint `pylint` improvements + - lint `ty` readiness - **Fixes** - add missing `jquery` and `sparkline` js scripts - save handle already decoded images diff --git a/extensions-builtin/sd-extension-chainner b/extensions-builtin/sd-extension-chainner index d4eab2166..1ac7d87cf 160000 --- a/extensions-builtin/sd-extension-chainner +++ b/extensions-builtin/sd-extension-chainner @@ -1 +1 @@ -Subproject commit d4eab2166e4d9b52e42924cc942198f9e22eb916 +Subproject commit 1ac7d87cf70f51d958953133fb457d7084baf701 diff --git a/pyproject.toml b/pyproject.toml index 03e06baa6..3f27c7909 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -367,8 +367,6 @@ exclude = [ "venv", ] extraPaths = [ - "scripts", - "pipelines", ] reportMissingImports = "none" reportInvalidTypeForm = "none"