The SaveLoRA node saves LoRA (Low-Rank Adaptation) models to your output directory. It takes a LoRA model as input and creates a safetensors file with an automatically generated filename. You can customize the filename prefix and optionally include the training step count in the filename for better organization.

## Inputs

| Parameter | Description | Data Type | Required | Range |
| --- | --- | --- | --- | --- |
| `lora` | The LoRA model to save. Do not use the model with LoRA layers. | LORA_MODEL | Yes | - |
| `prefix` | The prefix to use for the saved LoRA file (default: "loras/ComfyUI_trained_lora"). | STRING | Yes | - |
| `steps` | Optional: The number of steps the LoRA has been trained for, used to name the saved file. | INT | No | - |

## Outputs

| Output Name | Description | Data Type |
| --- | --- | --- |
| *None* | This node does not return any outputs but saves the LoRA model to the output directory. | - |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/SaveLoRANode/en.md)

---
**Source fingerprint (SHA-256):** `06a1067433aa4b720b51050b09fbad4870caf12c5e92f788d44ea022a39efef4`
