ComfyUI Node
Filename Resolver V2
Acts as a bridge between AUNPathFilename nodes and standard save image/video nodes (if not using AUNSaveImage or AUNSaveVideo). Accepts a single path_filename input and returns a resolved path_filename.
Filename Resolver V2
- path_filename
- sidecar_text
◄path_filename%date% %seed%►
◄delimiter ►
◄model_name►
◄sampler_nameeuler►
◄scheduler_namenormal►
◄steps_value20►
◄cfg_value7.50►
◄seed_value123456►
◄output_typeVideo►
◄sidecar_formatOutput only (text)►
◄pos_prompt—►
◄neg_prompt—►
◄date_format%Y-%m-%d►
◄frame_rate16.00►
◄loop_count0►
◄quality85►
◄width0►
◄height0►
◄count1►
◄batch_num1►
CategoryAUN Nodes/File Management
Inputs (20)
| Name | Type | Default | Description |
|---|---|---|---|
| path_filename | STRING | %date% %seed% | Combined path + filename template from a V2 builder node. |
| delimiter | STRING | Delimiter used by the builder node. | |
| model_name | STRING | Full model name (used in sidecar 'model' field). | |
| sampler_name | STRING | euler | Resolved sampler name. |
| scheduler_name | STRING | normal | Resolved scheduler name. |
| steps_value | INT | 20 | Resolved steps value. |
| cfg_value | FLOAT | 7.50 | Resolved cfg value. |
| seed_value | INT | 123456 | Resolved seed value. |
| output_type | COMBO | Video | Video: includes frame_rate/loop/quality/width/height/count fields. Image: includes batch_num field instead. |
| sidecar_format | COMBO | Output only (text) | Choose sidecar output format. 'Save to file' writes a .txt/.json next to the resolved output file; the node always returns sidecar_text. |
| pos_promptopt | STRING | Positive prompt text for the sidecar. | |
| neg_promptopt | STRING | Negative prompt text for the sidecar. | |
| date_formatopt | STRING | %Y-%m-%d | Date format for %date and %time placeholders and sidecar timestamp. |
| frame_rateopt | FLOAT | 16.00 | (Video) Frame rate of the saved video. |
| loop_countopt | INT | 0 | (Video) Loop count (0 = infinite for gif/webp). |
| qualityopt | INT | 850–100 | (Video) Output quality value. |
| widthopt | INT | 0 | (Video) Output frame width in pixels. |
| heightopt | INT | 0 | (Video) Output frame height in pixels. |
| countopt | INT | 1 | (Video) Number of frames in the output. |
| batch_numopt | INT | 1 | (Image) Batch number appended to filenames. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| path_filename | STRING | — |
| sidecar_text | STRING | — |