From 5efcae1c29297e68958ab3e9d2abfa1e1e629854 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 23 Oct 2024 08:31:49 -0400 Subject: [PATCH] update changelog Signed-off-by: Vladimir Mandic --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 586abb9d6..10a51b724 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ A month later and with nearly 300 commits, here is the latest [SD.Next](https:// - **Extract LoRA**: load any LoRA(s) and play with generate as usual and once you like the results simply extract combined LoRA for future use! -#### Newly supported +#### New models - New fine-tuned [CLiP-ViT-L]((https://huggingface.co/zer0int/CLIP-GmP-ViT-L-14)) 1st stage **text-encoders** used by most models (SD15/SDXL/SD3/Flux/etc.) brings additional details to your images - New models: @@ -30,7 +30,7 @@ A month later and with nearly 300 commits, here is the latest [SD.Next](https:// [APG: Adaptive Projected Guidance](https://arxiv.org/pdf/2410.02416) for optimal **guidance** control, [LinFusion](https://github.com/Huage001/LinFusion) for on-the-fly **distillation** of any sd15/sdxl model -#### Otherwise notable +#### What else? - Tons of work on **dynamic quantization** that can be applied *on-the-fly* during model load to any model type (*you do not need to use pre-quantized models*) Supported quantization engines include `BitsAndBytes`, `TorchAO`, `Optimum.quanto`, `NNCF` compression, and more...