Commit b08a9dd0 authored by comfyanonymous's avatar comfyanonymous
Browse files

Remove empty line.

parent eee815ec
...@@ -286,7 +286,6 @@ MMDIT_MAP_BLOCK = { ...@@ -286,7 +286,6 @@ MMDIT_MAP_BLOCK = {
("x_block.mlp.fc1.weight", "ff.net.0.proj.weight"), ("x_block.mlp.fc1.weight", "ff.net.0.proj.weight"),
("x_block.mlp.fc2.bias", "ff.net.2.bias"), ("x_block.mlp.fc2.bias", "ff.net.2.bias"),
("x_block.mlp.fc2.weight", "ff.net.2.weight"), ("x_block.mlp.fc2.weight", "ff.net.2.weight"),
("", ""),
} }
def mmdit_to_diffusers(mmdit_config, output_prefix=""): def mmdit_to_diffusers(mmdit_config, output_prefix=""):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment