From aa7f745193cbe846ec32c77d3925ccdecfea130c Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 30 Sep 2024 07:15:21 -0400 Subject: [PATCH] update changelog Signed-off-by: Vladimir Mandic --- CHANGELOG.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89acb5e75..60dcc65a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Change Log for SD.Next -## Update for 2024-09-29 +## Update for 2024-09-30 + +### Highlights for 2024-09-30 + + +- New workflow options that allow you to generate at lower quality and then reprocess at higher quality for select images only, or generate without hires/refine and then reprocess with hires/refine +- New fine-tuned CLiP-ViT-L 1st stage text-encoder used by SD15, SDXL, Flux.1, etc. brings additional details to your images +- Auto-detection of best available device/dtype settings for your platform and GPU reduces neeed for manual configuration + +And other goodies like XYZ grid improvements, additional Flux controlnets, additional interrogate models, improved LoRA detection and handling and more... + +### Details for 2024-09-30 - **reprocess** - new top-level button: reprocess your last generated image(s) @@ -90,8 +101,10 @@ - selectable info view in image viewer, thanks @ZeldaMaster501 - **free-u** check if device/dtype are fft compatible and cast as necessary - **rocm** - - additional gpu detection and auto-config code, thanks @lshqqytiger + - additional gpu detection and auto-config code, thanks @lshqqytiger - experimental triton backend for flash attention, thanks @lshqqytiger +- **directml** + - update `torch` to 2.4.1, thanks @lshqqytiger - **refactor** - modularize main process loop - massive log cleanup