mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
+4
-2
@@ -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
|
||||
|
||||
|
||||
Submodule extensions-builtin/sdnext-modernui updated: 39edd6cb6a...7cffb8240e
@@ -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
Reference in New Issue
Block a user