diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-12-03 15:08:10 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-12-03 15:08:10 +0000 |
commit | 89e1df013ba5d9d199ece95c220920b424a0a041 (patch) | |
tree | 9b7d74d180102549e167523c26ae0ef27c50338f /modules/sd_hijack.py | |
parent | b6e5edd74657e3fd1fbd04f341b7a84625d4aa7a (diff) | |
parent | 7193814cf7b052fe52596cab89c5f0fd95823950 (diff) | |
download | stable-diffusion-webui-gfx803-89e1df013ba5d9d199ece95c220920b424a0a041.tar.gz stable-diffusion-webui-gfx803-89e1df013ba5d9d199ece95c220920b424a0a041.tar.bz2 stable-diffusion-webui-gfx803-89e1df013ba5d9d199ece95c220920b424a0a041.zip |
Merge remote-tracking branch 'wywywywy/autoencoder-hijack'
Diffstat (limited to 'modules/sd_hijack.py')
-rw-r--r-- | modules/sd_hijack.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sd_hijack.py b/modules/sd_hijack.py index 95a17093..303b1397 100644 --- a/modules/sd_hijack.py +++ b/modules/sd_hijack.py @@ -11,7 +11,7 @@ import modules.textual_inversion.textual_inversion from modules import prompt_parser, devices, sd_hijack_optimizations, shared, sd_hijack_checkpoint
from modules.hypernetworks import hypernetwork
from modules.shared import opts, device, cmd_opts
-from modules import sd_hijack_clip, sd_hijack_open_clip
+from modules import sd_hijack_clip, sd_hijack_open_clip, sd_hijack_autoencoder
from modules.sd_hijack_optimizations import invokeAI_mps_available
|