From 099188a8cd7cbb5d4cea3d017091a1fc9833051a Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sun, 3 Dec 2023 11:35:04 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd019a27a..9f1b29657 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,7 +47,10 @@ Also new is support for **SDXL-Turbo** as well as new **Kandinsky 3** models and interpolation is done using [RIFE](https://arxiv.org/abs/2011.06294) with native implementation in SD.Next And its fast - interpolation from 16 frames with 10x frames to target 160 frames results takes 2-3sec - output folder for videos is in *settings -> image paths -> video* -- **General** +- **General** + - redesigned built-in profiler + - now includes both `python` and `torch` and traces individual functions + - use with `--debug --profile` - **model merge** add **SD-XL ReBasin** support, thanks @AI-Casanova - further UI optimizations for **mobile devices**, thanks @iDeNoh - log level defaults to info for console and debug for log file