Skip to content

Commit c0d22f8

Browse files
committed
vace padding
1 parent a66ad3f commit c0d22f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/diffusers/loaders/lora_pipeline.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4850,7 +4850,10 @@ def _maybe_expand_t2v_lora_for_i2v(
48504850
device=target_device,
48514851
)
48524852

4853+
print(hasattr(transformer, 'vace_blocks'))
4854+
48534855
if hasattr(transformer, 'vace_blocks'):
4856+
print(f"{i}, WTF 0")
48544857
inferred_rank_for_vace = None
48554858
lora_weights_dtype_for_vace = next(iter(transformer.parameters())).dtype # Fallback dtype
48564859

0 commit comments

Comments
 (0)