Commit b39f06ce authored by tateisu's avatar tateisu Committed by AUTOMATIC1111
Browse files

add [datetime] to image file name pattern

parent e61da308
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -295,6 +295,7 @@ def apply_filename_pattern(x, p, seed, prompt):

    x = x.replace("[model_hash]", shared.sd_model.sd_model_hash)
    x = x.replace("[date]", datetime.date.today().isoformat())
    x = x.replace("[datetime]", re.sub(r'(\.\d+|\D+)', "", datetime.datetime.now().isoformat()))
    x = x.replace("[job_timestamp]", shared.state.job_timestamp)

    if cmd_opts.hide_ui_dir_config: