aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authoraria1th <35677394+aria1th@users.noreply.github.com>2023-11-15 15:15:14 +0900
committeraria1th <35677394+aria1th@users.noreply.github.com>2023-11-15 15:15:14 +0900
commitaf45872fdb8a66ffd6a405d99120e0bacbb4a170 (patch)
treeb35244e98361d681102d7daa31ac14f6ac080d38 /modules
parentb29fc6d4de8812b25c520a46676cda13c3fe64ca (diff)
copy LDM VAE key from XL
Diffstat (limited to 'modules')
-rw-r--r--modules/hypertile.py1
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)