1
mirror of https://github.com/comfyanonymous/ComfyUI.git synced 2025-08-02 15:04:50 +08:00

Add an experimental LoraSave node to extract model loras.

The model_diff input should be connected to the output of a
ModelMergeSubtract node.
This commit is contained in:
comfyanonymous
2024-09-04 16:38:38 -04:00
parent f04229b84d
commit 22d1241a50
3 changed files with 93 additions and 0 deletions

View File

@@ -2101,6 +2101,7 @@ def init_builtin_extra_nodes():
"nodes_controlnet.py",
"nodes_hunyuan.py",
"nodes_flux.py",
"nodes_lora_extract.py",
]
import_failed = []