Skip to content

Commit

Permalink
Remove empty line.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Jun 20, 2024
1 parent eee815e commit b08a9dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion comfy/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ def unet_to_diffusers(unet_config):
("x_block.mlp.fc1.weight", "ff.net.0.proj.weight"),
("x_block.mlp.fc2.bias", "ff.net.2.bias"),
("x_block.mlp.fc2.weight", "ff.net.2.weight"),
("", ""),
}

def mmdit_to_diffusers(mmdit_config, output_prefix=""):
Expand Down

0 comments on commit b08a9dd

Please sign in to comment.