From 8b73ebf36ac5bd843b844d11e30e9e14336841b2 Mon Sep 17 00:00:00 2001 From: vladmandic Date: Mon, 15 Dec 2025 09:08:13 +0100 Subject: [PATCH] update changelog Signed-off-by: vladmandic --- CHANGELOG.md | 15 ++++++++++++--- TODO.md | 9 +-------- wiki | 2 +- 3 files changed, 14 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e12dc5a1d..97e85a9c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,18 @@ # Change Log for SD.Next -## Update for 2025-12-12 +## Update for 2025-12-15 -- Google models support for both Dev and Vertex access methods - see [docs](https://vladmandic.github.io/sdnext-docs/Google-GenAI/) for details +- **Features** + - Google models support for both *Dev* and *Vertex* access methods + see [docs](https://vladmandic.github.io/sdnext-docs/Google-GenAI/) for details +- **Internal** + - update nightlies to `rocm==7.1` + - mark `python==3.9` as deprecated +- **Wiki** + - update models page, thanks @alerikaisattera +- **Fixes** + - generate forever fix loop checks, thanks @awsr + - tokenizer expclit use for flux2, thanks @CalamitousFelicitousness ## Update for 2025-12-11 diff --git a/TODO.md b/TODO.md index df73a2409..aa1bfe392 100644 --- a/TODO.md +++ b/TODO.md @@ -6,7 +6,7 @@ ## Internal -- Reimplement llama remover for kanvas +- Reimplement `llama` remover for kanvas - Deploy: Create executable for SD.Next - Feature: Integrate natural language image search [ImageDB](https://github.com/vladmandic/imagedb) @@ -74,11 +74,6 @@ TODO: *Prioritize*! - [Wan2.2-Animate-14B](https://huggingface.co/Wan-AI/Wan2.2-Animate-14B) - [WAN2GP](https://github.com/deepbeepmeep/Wan2GP) -### General - -- Review/improve type-hinting and type checking - - A little easier to work with due to syntax changes in Python 3.10 - ### Asyncio - Policy system is deprecated and will be removed in **Python 3.16** @@ -91,8 +86,6 @@ TODO: *Prioritize*! - [asyncio.run](https://docs.python.org/3.14/library/asyncio-runner.html#asyncio.run) - [asyncio.Runner](https://docs.python.org/3.14/library/asyncio-runner.html#asyncio.Runner) -### Shutil - #### rmtree - `onerror` deprecated and replaced with `onexc` in **Python 3.12** diff --git a/wiki b/wiki index e77ba0086..4336993ed 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit e77ba0086cdcfd5ae07aa7c4f5a7bb5c2203c0fb +Subproject commit 4336993ed606998359aff1c271a772dd938dd9d2