diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fafb1add..de1824aa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,22 @@ # Change Log for SD.Next -## Update for 2025-05-29 +## Update for 2025-05-30 + +### Highlights for 2025-05-30 + +This release is all about quantization: with new SD.Next own quantization method: **SDNQ** +SDNQ is based on NNCF, but has been re-implemented, optimized and evolved enough to become its own quantization method! +It's fully cross-platform, supports all GPUs and includes 8-bit, 4-bit, 2-bit and 1-bit quantization methods. +Also unlike most traditional methods, its also applicable to nearly all model types. + +*Hint*: Even if you may not need quantization for your current model, it may be worth trying it out as it can significantly improve performance or capabilities of your existing workflow! For example, you may not have issues with SD15 or SDXL, but you may have been limited running at high resolutions or with multiple ControlNet due to VRAM requirements - this will significantly reduce memory requirements. + +[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) + +### Details for 2025-05-30 - **SDNQ Quantization** - - Renamed `NNCF` to `SDNQ` as NNCF implementation in SDNext re-implemented, optimized and evolved enough to become its own quantization method + - Renamed `NNCF` to `SDNQ` - Renamed quantization scheme names to the underlying dtype names instead of NNCF names - `INT8_SYM` -> `int8` - `INT8` -> `uint8` diff --git a/extensions-builtin/stable-diffusion-webui-rembg b/extensions-builtin/stable-diffusion-webui-rembg index 4dca8aea6..fbf4215c3 160000 --- a/extensions-builtin/stable-diffusion-webui-rembg +++ b/extensions-builtin/stable-diffusion-webui-rembg @@ -1 +1 @@ -Subproject commit 4dca8aea66f7c5be262d7dc3a8dd9509036dab78 +Subproject commit fbf4215c3af8924bb830e4c58887af7acdefccbf diff --git a/wiki b/wiki index ffd60bd24..4e2b6a082 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit ffd60bd24aec14e8613202eec3f92a889c40216c +Subproject commit 4e2b6a082bae84ce5a4adccecf54521d134dc069