derrian-distro / LoRA_Easy_Training_Scripts

A UI made in Pyside6 to make training LoRA/LoCon and other LoRA type models in sd-scripts easy
GNU General Public License v3.0
998 stars 101 forks source link

Saving Epochs? #177

Closed Woisek closed 5 months ago

Woisek commented 5 months ago

I'm not quite sure, but how are epochs saved when I do, i.e., 10? What/Where is the option for that? Thanks for this great tool.

derrian-distro commented 5 months ago

You will find the option in the saving args section. I believe it's called save frequency, you'll want to enable that and set a value, that will be how often it saves (in terms of epochs).

Note I might have the name wrong, I don't have access to my computer right this moment.

Woisek commented 5 months ago

Thanks, this was the option I was searching for. 👍