diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-12-03 15:16:19 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-12-03 15:16:19 +0000 |
commit | 0d21624ceef52b843c731ddc7fdcd7b8d108a42e (patch) | |
tree | 229e695b9f0519a7c9e2bdb7bcf6b1eb15e77d5f /modules/sd_hijack.py | |
parent | 89e1df013ba5d9d199ece95c220920b424a0a041 (diff) | |
download | stable-diffusion-webui-gfx803-0d21624ceef52b843c731ddc7fdcd7b8d108a42e.tar.gz stable-diffusion-webui-gfx803-0d21624ceef52b843c731ddc7fdcd7b8d108a42e.tar.bz2 stable-diffusion-webui-gfx803-0d21624ceef52b843c731ddc7fdcd7b8d108a42e.zip |
move #5216 to the extension
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 303b1397..95a17093 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, sd_hijack_autoencoder
+from modules import sd_hijack_clip, sd_hijack_open_clip
from modules.sd_hijack_optimizations import invokeAI_mps_available
|