update modernui

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-09-02 08:41:18 -04:00
parent a4e51759b9
commit 61a70baa36
4 changed files with 7 additions and 5 deletions
+4 -2
View File
@@ -1,6 +1,6 @@
# Change Log for SD.Next
## Update for 2025-09-01
## Update for 2025-09-02
- **Models**
- **Chroma** final versions: [Chroma1-HD](https://huggingface.co/lodestones/Chroma1-HD), [Chroma1-Base](https://huggingface.co/lodestones/Chroma1-Base) and [Chroma1-Flash](https://huggingface.co/lodestones/Chroma1-Flash)
@@ -42,6 +42,7 @@
- add quantized matmul support for all quantization types and group sizes
- **Other**
- refactor reuse-seed and add functionality to all tabs
- refactor modernui js codebase
- **Fixes**
- normalize path hanlding when deleting images
- remove samplers filtering
@@ -57,7 +58,8 @@
- fix `skyreels-v2` image-to-video
- fix `flex2` img2img denoising strength
- fix some use cases with access via reverse-proxy
- fix segfault on startup with rocm 6.4.3 and torch 2.8
- fix segfault on startup with `rocm==6.4.3` and `torch==2.8`
- fix wildcards folders traversal, thanks @dymil
## Update for 2025-08-20
+1 -1
View File
@@ -78,7 +78,7 @@ async function logMonitor() {
for (const line of lines) addLogLine(line);
if (!logConnected) {
logConnected = true;
xhrPost(`${window.api}/sdapi/v1/log`, { debug: 'connected' });
xhrPost(`${window.api}/log`, { debug: 'connected' });
}
} else {
logConnected = false;
+1 -1
Submodule wiki updated: 4198966750...6b8873b6df