This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe SaveLoRA node saves a LoRA (Low-Rank Adaptation) model to a file. It takes a LoRA model as input and writes it to a
.safetensors file in the output directory. You can specify a filename prefix and an optional step count to be included in the final filename.
Inputs
Note: The
lora input must be a pure LoRA model. Do not provide a base model that has LoRA layers applied to it.