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(); }