From d2b9930d560a93fc7315b4546eeea10254c9636e Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 18 Sep 2025 10:28:02 -0400 Subject: [PATCH] update system-info extension Signed-off-by: Vladimir Mandic --- CHANGELOG.md | 12 ++++++++---- extensions-builtin/sd-extension-system-info | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5613d2b1..b9c657cc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,18 +5,22 @@ - **Models** - [WAN 2.2 14B VACE](https://huggingface.co/alibaba-pai/Wan2.2-VACE-Fun-A14B) available for *text-to-image* and *text-to-video* and *image-to-video* workflows -- **Extensions** - - **agent-scheduler** was a high-value built-in extension, but it has not been maintained for 1.5 years - it also does not work with control and video tabs which are the core of sdnext nowadays - so it has been removed from built-in extensions: manual installation is still possible - **Offloading** - improve offloading for pipelines with multiple stages such as *wan-2.2-14b* - add timers to measure onload/offload times during generate - experimental offloading using `torch.streams` enable in settings -> model offloading +- **Extensions** + - **agent-scheduler** was a high-value built-in extension, but it has not been maintained for 1.5 years + it also does not work with control and video tabs which are the core of sdnext nowadays + so it has been removed from built-in extensions: manual installation is still possible - **Other** - **logging** enable `debug`, `docs` and `api-docs` by default + - **ipex** simplify internal implementation - refactor to use new libraries +- **Fixes** + - add explicit hf-login before framepack load + - remove forced sampler from system info benchmark ## Update for 2025-09-15 diff --git a/extensions-builtin/sd-extension-system-info b/extensions-builtin/sd-extension-system-info index 615d2f810..19a1b1b72 160000 --- a/extensions-builtin/sd-extension-system-info +++ b/extensions-builtin/sd-extension-system-info @@ -1 +1 @@ -Subproject commit 615d2f8103fb61779037bd81523906457fbf7277 +Subproject commit 19a1b1b722b768b821f67831a6d3ba83847bcb61