Save LoRA Weights
loadersExperimentalOutput Node
SaveLoRAExperimental: This node is experimental and its behavior may change without notice.
Example
JSON Example
{
"class_type": "SaveLoRA",
"inputs": {
"lora": [
"node_id",
0
],
"prefix": "loras/ComfyUI_trained_lora"
}
}This example shows required inputs only. Connection values like ["node_id", 0] should reference actual node IDs from your workflow.
Inputs
| Name | Type | Status | Constraints | Default |
|---|---|---|---|---|
lora? | LORA_MODEL | required | - | - |
prefix? | STRING | required | - | "loras/ComfyUI_trained_lora" |
steps? | INT | optional | - | - |
Outputs
This node has no outputs.
Was this page helpful?