Skip to content

Commit 88136f5

Browse files
authored
Update src/diffusers/loaders/lora_conversion_utils.py
1 parent d4b7f98 commit 88136f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/diffusers/loaders/lora_conversion_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1614,8 +1614,6 @@ def _convert_non_diffusers_wan_lora_to_diffusers(state_dict):
16141614
f"Removed {diff_k} key from the state dict as it's all zeros, or values lower than hardcoded threshold."
16151615
)
16161616
original_state_dict.pop(diff_k)
1617-
else:
1618-
print(diff_k, absdiff)
16191617

16201618
# For the `diff_b` keys, we treat them as lora_bias.
16211619
# https://huggingface.co/docs/peft/main/en/package_reference/lora#peft.LoraConfig.lora_bias

0 commit comments

Comments
 (0)