* The _LoadImage_ node is (at this writing) too small. Drag the bottom down to show the image preview. Glory at the terrible sketch comfy made for an example!
## Filenames
**Prefix**
Output files can be customized with substitutions
```
%date:d-M-yy%
```
all the variable available:
all the date variables:
```
yy -> last 2 digit of year (23)
yyyy -> full year format (2023)
@ -46,10 +47,14 @@ all the variable available:
* Example of putting the checkpoint in the file name:
* The _node names for S&R_ is `CheckpointLoaderSimple`<imgsrc="filename01.png"width="20%"align="middle"style="vertical-align:middle;">
* The _data_field_ is `ckpt_name`<imgsrc="filename03.png"width="20%"align="middle"style="vertical-align:middle;">
* combine with a `.` between: `%CheckpointLoaderSimple.ckpt_name`
* combine with a `.` between: `CheckpointLoaderSimple.ckpt_name`
* wrap the whole thing with `%` at the ends: `%CheckpointLoaderSimple.ckpt_name%
* and put that in the *filename_prefix* of the _Save Image_ node