Checkpoints and outputs#
Every run writes checkpoints: intermediate ones at the configured interval and a final one when training completes. A cancelled run keeps its intermediate checkpoints and writes no final one.
Where they go#
| LoRA type | Location | Registered where |
|---|---|---|
| Character (video) | The video LoRA library under the models root, plus the run folder. | The bank of the character; the video LoRA list in scene settings. |
| Image | The run folder. | The model manager, so it appears in the Generate tab. |
Each checkpoint row shows its step, loss, file size and hash. Copy path
gives the file location for use outside Maystro; the files are standard
.safetensors LoRAs.
Comparing checkpoints#
An intermediate checkpoint is sometimes better than the final one when the run overfits (the loss keeps falling but generations start copying dataset frames). For a character LoRA, render the same shoot with two checkpoints and compare a contact sheet of frames; keep the one whose face holds across the whole take, not the one that matches a single frame best.
Deleting#
Delete a run to remove its checkpoints from disk. A LoRA already added to a character bank or fused into a character set is not affected until you remove it there.