kohya-ss/sd-scripts

save_last_n_steps is ignored SD 3 FLUX branch

Closed this issue · 2 comments

Here how I set it in toml file - using Kohya GUI @kohya-ss

epoch = 50
save_every_n_epochs = 10
save_last_n_steps = 3

So it is supposed to keep 4 model checkpoints

I am training 50 epochs and currently 4 checkpoints standing in the save folder - nothing deleted - ubuntu 22

no errors or info on CMD

image

image

Please use --save_last_n_epochs instead of --save_last_n_steps . 3 will remain 3 checkpoints.

Please use --save_last_n_epochs instead of --save_last_n_steps . 3 will remain 3 checkpoints.

thank you. @bmaltais we still don't have this in the GUI - only thing i see is

image