Skip to content

Commit 7ede8f2

Browse files
hlkyyiyixuxu
andauthored
Update src/diffusers/models/transformers/transformer_sd3.py
Co-authored-by: YiYi Xu <[email protected]>
1 parent c771d7e commit 7ede8f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/diffusers/models/transformers/transformer_sd3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,6 @@ def forward(
369369
If `return_dict` is True, an [`~models.transformer_2d.Transformer2DModelOutput`] is returned, otherwise a
370370
`tuple` where the first element is the sample tensor.
371371
"""
372-
joint_attention_kwargs = joint_attention_kwargs or {}
373372
if joint_attention_kwargs is not None:
374373
joint_attention_kwargs = joint_attention_kwargs.copy()
375374
lora_scale = joint_attention_kwargs.pop("scale", 1.0)

0 commit comments

Comments
 (0)