From f0eeb26e27e93f56a7417e1c0c7726262df1b61c Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Fri, 24 Apr 2026 23:50:52 +0200 Subject: [PATCH] fix full screen viewer Signed-off-by: Vladimir Mandic --- CHANGELOG.md | 2 +- javascript/startup.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8625f1cb4..c2cda89ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ For full details, see [ChangeLog](https://github.com/vladmandic/automatic/blob/m - **Models** - [LTX Video 2.3](https://huggingface.co/Lightricks/LTX-2.3) add *1.1 Distilled* and *1.1 Distilled-SDNQ* variants - Includes support for native refiner/upscaler + Includes support for native refiner, upscaler and audio! New LTX model also comes with new LTX UI interface in SD.Next! - [Baidu ERNIE-Image](https://huggingface.co/baidu/ERNIE-Image) in *base* and *turbo* (distilled) variants in both original precision and SDNQ-4bit quantiztion ERNIE is single-stream 8B DiT model with built-in prompt enhancer using Mistral-3 text encoder diff --git a/javascript/startup.js b/javascript/startup.js index 04f85ba45..1aa1e73c5 100644 --- a/javascript/startup.js +++ b/javascript/startup.js @@ -28,7 +28,7 @@ async function waitForOpts() { async function postStartup() { log('postStartup'); - if (window.gradioObserver) window.gradioObserver.disconnect(); + // if (window.gradioObserver) window.gradioObserver.disconnect(); if (window.hintsObserver) window.hintsObserver.disconnect(); logTimers(); }