Skip to content

Commit 34c5880

Browse files
committed
add a processor
1 parent d07d495 commit 34c5880

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/diffusers/models/attention_processor.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5668,10 +5668,11 @@ def __call__(
56685668
SlicedAttnProcessor,
56695669
SlicedAttnAddedKVProcessor,
56705670
SanaLinearAttnProcessor2_0,
5671+
PAGCFGSanaLinearAttnProcessor2_0,
5672+
PAGIdentitySanaLinearAttnProcessor2_0,
56715673
SanaMultiscaleLinearAttention,
56725674
SanaMultiscaleAttnProcessor2_0,
56735675
SanaMultiscaleAttentionProjection,
5674-
PAGCFGSanaLinearAttnProcessor2_0,
56755676
IPAdapterAttnProcessor,
56765677
IPAdapterAttnProcessor2_0,
56775678
IPAdapterXFormersAttnProcessor,

0 commit comments

Comments
 (0)