Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
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

ParameterData TypeRequiredRangeDescription
loraLORA_MODELYes-The LoRA model to save. Do not use the model with LoRA layers.
prefixSTRINGYes-The prefix to use for the saved LoRA file (default: “loras/ComfyUI_trained_lora”).
stepsINTNo-Optional: The number of steps the LoRA has been trained for, used to name the saved file.

Outputs

Output NameData TypeDescription
None-This node does not return any outputs but saves the LoRA model to the output directory.