ComfyUI Node
arkennemasis Run Folder (auto-numbered)
Resolve a fresh numbered output folder for this run: <parent_dir>/<folder_name>_001, _002, ... Wire folder_path into every save node so all of them write into the same run folder.
arkennemasis Run Folder (auto-numbered)
- folder_path
- run_number
- save_prefix
◄parent_dir►
◄folder_namedataset►
◄padding3►
◄create_nowtrue►
Categoryarkennemasis/Utility
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| parent_dir | STRING | Where the run folders live. Relative paths resolve inside ComfyUI's output directory. Blank = the output directory. | |
| folder_name | STRING | dataset | Base name you choose. Each run appends the next free number, so the same name never overwrites a previous run. |
| padding | INT | 31–9 | Digits in the run number: 3 -> _001. |
| create_now | BOOLEAN | true | Create the folder immediately. Off = only return the path and let the save node create it. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| folder_path | STRING | — |
| run_number | INT | — |
| save_prefix | STRING | — |