diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a43554fa..89e1066eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Update for 2025-07-07 -### Highlights for 2025-07-07 +### Highlights for 2025-07-08 In this release we finally break with legacy with the removal of the original [A1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui/) codebase which has not been maintained for a while now This plus major cleanup of codebase and external dependencies resulted in ~53k LoC (*lines-of-code*) reduction and spread over [~680 files](https://github.com/vladmandic/sdnext/pull/4017)! diff --git a/webui.py b/webui.py index 4be187d26..25132d1fb 100644 --- a/webui.py +++ b/webui.py @@ -22,6 +22,7 @@ import modules.scripts_manager import modules.sd_models import modules.sd_vae import modules.sd_unet +import modules.sd_hijack import modules.model_te import modules.progress import modules.ui