Skip to main content

Save LoRA Weights

loadersExperimentalOutput Node
SaveLoRA
Experimental: 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

NameTypeStatusConstraintsDefault
lora?LORA_MODELrequired--
prefix?STRINGrequired-"loras/ComfyUI_trained_lora"
steps?INToptional--

Outputs

This node has no outputs.

Was this page helpful?