Skip to content

Commit aec5c54

Browse files
committed
make style
1 parent b878b4c commit aec5c54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/diffusers/models/attention_processor.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5426,6 +5426,7 @@ class LoRAAttnProcessor:
54265426
r"""
54275427
Processor for implementing attention with LoRA.
54285428
"""
5429+
54295430
def __init__(self):
54305431
pass
54315432

@@ -5434,6 +5435,7 @@ class LoRAAttnProcessor2_0:
54345435
r"""
54355436
Processor for implementing attention with LoRA (enabled by default if you're using PyTorch 2.0).
54365437
"""
5438+
54375439
def __init__(self):
54385440
pass
54395441

@@ -5442,6 +5444,7 @@ class LoRAXFormersAttnProcessor:
54425444
r"""
54435445
Processor for implementing attention with LoRA using xFormers.
54445446
"""
5447+
54455448
def __init__(self):
54465449
pass
54475450

@@ -5450,6 +5453,7 @@ class LoRAAttnAddedKVProcessor:
54505453
r"""
54515454
Processor for implementing attention with LoRA with extra learnable key and value matrices for the text encoder.
54525455
"""
5456+
54535457
def __init__(self):
54545458
pass
54555459

0 commit comments

Comments
 (0)