From 973e137f2940e426edfe31683b971cd7a5f4dfb7 Mon Sep 17 00:00:00 2001 From: vladmandic Date: Sun, 5 Apr 2026 10:33:13 +0200 Subject: [PATCH] update torch_info Signed-off-by: vladmandic --- CHANGELOG.md | 5 +- TODO.md | 3 +- installer.py | 173 +++++++++++++++++++++++++----------------- javascript/monitor.js | 2 +- 4 files changed, 108 insertions(+), 75 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 782ec44bd..ac2f2d929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ # Change Log for SD.Next -## Update for 2026-04-04 +## Update for 2026-04-05 - **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 + now covers both ROCm on Windows and Linux see *main interface -> scripts -> rocm advanced config* - **Internal** - additional typing and typechecks, thanks @awsr @@ -16,6 +17,8 @@ - detect/warn if space present in system path - add `ftfy` to requirements - fix upscaler init error should not block server + - improve torch nvidia arch detection + - add torch amd arch detection ## Update for 2026-04-01 diff --git a/TODO.md b/TODO.md index 4ec8cef9d..35cfcda8b 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,5 @@ # TODO - - ## Internal - Feature: implement `unload_auxiliary_models` @@ -48,6 +46,7 @@ TODO: Investigate which models are diffusers-compatible and prioritize! ### Image-Base +- [NucleusMoe](