update changelog

Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2025-12-15 09:08:13 +01:00
parent 4faec1439d
commit 8b73ebf36a
3 changed files with 14 additions and 12 deletions
+12 -3
View File
@@ -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
+1 -8
View File
@@ -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**
+1 -1
Submodule wiki updated: e77ba0086c...4336993ed6