ComfyUI Node
SLP Filename Prefix
Builds a filename_prefix and return one includes placeholder replacements.
SLP Filename Prefix
- $1
- $2
- $3
- $4
- STRING
◄filename_prefix%date:yyyy-MM-dd%/$1►
CategorySingleLinePicker
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| filename_prefix | STRING | %date:yyyy-MM-dd%/$1 | can include "%date:%", "$1", "$2", "$3" and "$4" |
| $1opt | * | replace "$1" with this value | |
| $2opt | * | replace "$2" with this value | |
| $3opt | * | replace "$3" with this value | |
| $4opt | * | replace "$4" with this value |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| STRING | STRING | built filename_prefix |