You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'll make a pr for this today. There is an inconsitency where logging is done in epochs and saving is done in steps in the textual inversion script like so
if args.validation_prompt is not None and epoch % args.validation_epochs == 0: