From f0ec1a1ccba7c58b8e07a275ca9704719f42dcfd Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 22 Jan 2024 14:18:40 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c82c2ff8..b64ece8ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -155,9 +155,9 @@ As of this release, default backend is set to **diffusers** as its more feature see wiki page for more details on syntax thanks @NetroScript - reduce html overhead - - **model compression**, thanks @Disty0 + - **model compression**, thanks @Disty0 - using built-in NNCF model compression, you can reduce the size of your models significantly - example: up to 3.4GB of VRAM saved for SD-XL model! + example: up to 3.4GB of VRAM saved for SD-XL model! - see [wiki](https://github.com/vladmandic/automatic/wiki/Model-Compression-with-NNCF) for details - **offline deployment**: allow deployment without git clone for example, you can now deploy a zip of the sdnext folder