update todo/changelog

Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2026-04-04 08:56:37 +02:00
parent 08c28ab257
commit 90b5e7de30
3 changed files with 13 additions and 3 deletions

View File

@@ -1,12 +1,20 @@
# Change Log for SD.Next
## Update for 2026-04-02
## Update for 2026-04-04
- **Models**
- [AiArtLab SDXS-1B](https://huggingface.co/AiArtLab/sdxs-1b) Simple Diffusion XS *(training still in progress)*
this model combines Qwen3.5-1.8B text encoder with SDXL-style UNET with only 1.6B parameters and custom 32ch VAE
- **Compute**
- **ROCm** futher work on advanced configuration and tuning, thanks @resonantsky
see *main interface -> scripts -> rocm advanced config*
- **Internal**
- additional typing and typechecks, thanks @awsr
- additional typing and typechecks, thanks @awsr
- Prohibit python==3.14 unless `--experimental`
- **Fixes**
- UI CSS fixes, thanks @awsr
- detect/warn if space in system path
- add `ftfy` to requirements
## Update for 2026-04-01

View File

@@ -1,5 +1,7 @@
# TODO
<https://github.com/huggingface/diffusers/pull/13317>
## Internal
- Feature: implement `unload_auxiliary_models`