ComfyUI Node
🪠️ WWAA Metadata Saver
Saves prompt and seed metadata to text files with automatic file numbering. Takes a prompt string and seed integer, creates numbered files starting from 01 with no upper limit, and outputs the full file path and filename prefix. Files are saved to ComfyUI's output directory by default. Supports date formatting in filename prefix using %date:format% syntax (e.g., %date:yyyy-MM-dd% or %date:yyyyMMdd%). Supports subfolder creation by including path separators in the prefix (e.g., '%date:yyyy-MM-dd%/Ernest_ETv8_' creates a dated subfolder).
🪠️ WWAA Metadata Saver
- filename_prefix
◄prompt►
◄seed0►
◄filename_prefixmetadata_%date:yyyy-MM-dd%►
Category🪠️ WWAA/utilities
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | — | |
| seed | INT | 00–18446744073709550000 | — |
| filename_prefix | STRING | metadata_%date:yyyy-MM-dd% | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| filename_prefix | STRING | — |