From 53672ab9ede508b4eae19e9f8678585877d15a67 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Fri, 10 Oct 2025 14:19:16 -0400 Subject: [PATCH] add model save notes Signed-off-by: Vladimir Mandic --- CHANGELOG.md | 9 ++++++++- extensions-builtin/sdnext-modernui | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 214136cfe..16faa4108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,14 @@ - [HiDream E1.1](https://huggingface.co/HiDream-ai/HiDream-E1-1) *experimental*: updated version of E1 image editing model - **Features** - - [Qwen Image-Edit] multi-image editing + - **Model save**: ability to save currently loaded model as a new standalone model + why? SD.Next always prefers to start with full model and quantize on-demand during load + however, when you find your exact preferred quantization settings that work well for you, + saving such model as a new model allows for faster loads and reduced disk space usage + so its best of both worlds: you can experiment and test different quantizations and once you find the one that works for you, save it as a new model + saved models appear in network tab as normal models and can be loaded as such + available in *models* tab + - [Qwen Image-Edit](https://huggingface.co/Qwen/Qwen-Image-Edit-2509) multi-image editing requires qwen-image-edit-2509 or its variant as multi-image edits are not available in original qwen-image in ui control tab: inputs -> separate init image add image for *input media* and *control media* diff --git a/extensions-builtin/sdnext-modernui b/extensions-builtin/sdnext-modernui index 81d8682e9..638a07d70 160000 --- a/extensions-builtin/sdnext-modernui +++ b/extensions-builtin/sdnext-modernui @@ -1 +1 @@ -Subproject commit 81d8682e99ce1b1543e3b1d079015e1caca285db +Subproject commit 638a07d70998cc4ffc1fd9fe8a51de180c1c9e08