add explict hijack import

Signed-off-by: Vladimir Mandic <mandic00@live.com>
pull/4039/head
Vladimir Mandic 2025-07-08 08:26:06 -04:00
parent 9700cc765d
commit 239c3d6dd9
2 changed files with 2 additions and 1 deletions

View File

@ -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)!

View File

@ -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