ComfyUI Node
LC Advanced Folder π
Split filename + path outputs for Image Saver Simple style nodes. Optional prefix-in-path and timestamp format.
LC Advanced Folder π
- filename
- path
βfolderMetaDataβΊ
βprefixTestβΊ
βsuffixβΊ
βtimestamp%Y-%m-%dβΊ
βpath_separatorautoβΊ
βinclude_prefix_in_pathtrueβΊ
CategoryLC123/io
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| folder | STRING | MetaData | Root folder / subfolder under the saver output path. |
| prefix | STRING | Test | Used in both the path segment and the filename. |
| suffix | STRING | Filename suffix (optional). | |
| timestamp | COMBO | %Y-%m-%d | Timestamp format. Choose none to omit. |
| path_separator | COMBO | auto | Path separator style. auto uses the OS default. |
| include_prefix_in_path | BOOLEAN | true | ON: path = folder\prefix_timestamp\. OFF: path = folder\ |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| filename | STRING | β |
| path | STRING | β |