Skip to content

[LoRA] support wan i2v loras from the world. #11025

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 11, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
upates
  • Loading branch information
sayakpaul committed Mar 11, 2025
commit 2d67b5688725e7a0ea548c8fa424e3e086a93a9f
2 changes: 1 addition & 1 deletion src/diffusers/loaders/lora_conversion_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1397,4 +1397,4 @@ def _convert_non_diffusers_wan_lora_to_diffusers(state_dict):
for key in list(converted_state_dict.keys()):
converted_state_dict[f"transformer.{key}"] = converted_state_dict.pop(key)

return state_dict
return converted_state_dict
Loading