diff options
author | aria1th <35677394+aria1th@users.noreply.github.com> | 2023-11-15 06:15:14 +0000 |
---|---|---|
committer | aria1th <35677394+aria1th@users.noreply.github.com> | 2023-11-15 06:15:14 +0000 |
commit | af45872fdb8a66ffd6a405d99120e0bacbb4a170 (patch) | |
tree | b35244e98361d681102d7daa31ac14f6ac080d38 /modules/hypertile.py | |
parent | b29fc6d4de8812b25c520a46676cda13c3fe64ca (diff) | |
download | stable-diffusion-webui-gfx803-af45872fdb8a66ffd6a405d99120e0bacbb4a170.tar.gz stable-diffusion-webui-gfx803-af45872fdb8a66ffd6a405d99120e0bacbb4a170.tar.bz2 stable-diffusion-webui-gfx803-af45872fdb8a66ffd6a405d99120e0bacbb4a170.zip |
copy LDM VAE key from XL
Diffstat (limited to 'modules/hypertile.py')
-rw-r--r-- | modules/hypertile.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/hypertile.py b/modules/hypertile.py index ab1c74c0..32d8604c 100644 --- a/modules/hypertile.py +++ b/modules/hypertile.py @@ -35,6 +35,7 @@ DEPTH_LAYERS = { "output_blocks.11.1.transformer_blocks.0.attn1", # SD 1.5 VAE "decoder.mid_block.attentions.0", + "decoder.mid.attn_1", ], 1: [ # SD 1.5 U-Net (diffusers) |