-
Notifications
You must be signed in to change notification settings - Fork 10
GUI howtos
fszontagh edited this page Nov 29, 2024
·
10 revisions
From version 0.2.1 there is a new option in the Settings -> Diffusion. This setting allows to modify the generated images names. The following tags available:
TAG | REPLACEMENT |
---|---|
[year] | Current year |
[month] | Current month |
[day] | Current day |
[hours] | Hours |
[minutes] | Minutes |
[seconds] | Seconds |
[unixtimestamp] | Current Unix Time Stamp |
[created_at] | The creation time in Unix Time Stamp |
[jobid] | The internal id of the job |
[seed] | The seed of the job (not the image if batched) |
[batch] | The number of images generated in one job |
[width] | The image's width in pixels |
[height] | The image's height in pixels |
[mode] | The mode of the generation (txtimg,img2img,upscale...) |
[model] | The display name of the used model |
[steps] | The number of the steps used to generate the image |
[steps_total] | The number of steps used to generate the image (+tiling steps) |
[cfg_scale] | The used CFG scale |
[denoising_strength] | Denoising strength |
If you add a directory separator character into the file name:
[mode]-[year]-[month]-[day]/[jobid]_[width]x[height]
this directory will be created and the generated images will be placed into it.