mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 02:30:30 -08:00
linter
This commit is contained in:
parent
96ee3eff6c
commit
80d639a440
3 changed files with 4 additions and 4 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue