Skip to content

Commit d2dd6ae

Browse files
committed
update
1 parent f5b5986 commit d2dd6ae

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
@@ -4256,7 +4256,7 @@ def _maybe_expand_t2v_lora_for_i2v(
42564256
state_dict,
42574257
):
42584258

4259-
if transformer.config.image_dim is not None:
4259+
if transformer.config.image_dim is None:
42604260
return state_dict
42614261

42624262
if any(k.startswith("transformer.blocks.") for k in state_dict):

0 commit comments

Comments
 (0)