set empty value for SD XL 3rd layer

This commit is contained in:
aria1th 2023-11-17 09:54:33 +09:00
parent c0725ba2d0
commit ffd0f8ddc3
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ DEPTH_LAYERS_XL = {
"middle_block.1.transformer_blocks.8.attn1",
"middle_block.1.transformer_blocks.9.attn1",
],
3 : [] # TODO - separate layers for SD-XL
}