sdxl: remove wrong structural_attrs in cross-attn

This commit is contained in:
Cédric Deltheil 2023-08-31 16:46:37 +02:00 committed by Cédric Deltheil
parent e91e31ebd2
commit 134ee7b754

View file

@ -76,8 +76,6 @@ class TimestepEncoder(fl.Passthrough):
class SDXLCrossAttention(CrossAttentionBlock2d):
structural_attrs = ["channels", "num_attention_layers", "num_attention_heads"]
def __init__(
self,
channels: int,