mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 23:12:02 +00:00
sdxl: remove wrong structural_attrs in cross-attn
This commit is contained in:
parent
e91e31ebd2
commit
134ee7b754
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue