Skip to content

Commit fe2d3b4

Browse files
committed
fix method name
1 parent b5689c4 commit fe2d3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/loaders/lora_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4250,7 +4250,7 @@ def lora_state_dict(
42504250
return state_dict
42514251

42524252
@classmethod
4253-
def maybe_expand_t2v_lora_for_i2v(
4253+
def _maybe_expand_t2v_lora_for_i2v(
42544254
cls,
42554255
transformer: torch.nn.Module,
42564256
state_dict,

0 commit comments

Comments
 (0)