devilismyfriend / StableTuner

Finetuning SD in style.
GNU Affero General Public License v3.0
666 stars 51 forks source link

Fix "save every n epochs" handling #123

Open RossM opened 1 year ago

RossM commented 1 year ago

Saving every 5 epochs e.g. should save after epochs 4, 9, etc. Also fix the special handling that was preventing saving epoch 0 if save_every_n_epochs is 1.