1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 23:14:49 +08:00

Remove empty line.

This commit is contained in:
comfyanonymous
2024-06-19 20:20:35 -04:00
parent eee815ec99
commit b08a9dd04b

View File

@@ -286,7 +286,6 @@ MMDIT_MAP_BLOCK = {
("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=""):