diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-11-05 16:32:21 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-11-05 16:32:21 +0000 |
commit | 80d639a440929e9effe4620ce74333de283e7efc (patch) | |
tree | 4183d8acef3b94182e1c622cdea59840be933d8e /modules/sd_hijack.py | |
parent | 96ee3eff6c8e6868e43fa57e1679603e89b89b1d (diff) | |
download | stable-diffusion-webui-gfx803-80d639a440929e9effe4620ce74333de283e7efc.tar.gz stable-diffusion-webui-gfx803-80d639a440929e9effe4620ce74333de283e7efc.tar.bz2 stable-diffusion-webui-gfx803-80d639a440929e9effe4620ce74333de283e7efc.zip |
linter
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 4fff418d..c6d17764 100644 --- a/modules/sd_hijack.py +++ b/modules/sd_hijack.py @@ -183,7 +183,7 @@ class StableDiffusionModelHijack: except Exception as e:
errors.display(e, "applying cross attention optimization")
undo_optimizations()
-
+
def conv_ssd(self, m):
delattr(m.model.diffusion_model.middle_block, '1')
delattr(m.model.diffusion_model.middle_block, '2')
|