The Flux Prompt Saver is set of simple nodes for saving images generated with Flux with A1111-style metadata.
Custom nodes for ComfyUI to save images with standardized metadata that's compatible with common Stable Diffusion tools (Discord bots, prompt readers, image organization tools). Now includes its own sampling node copied from an earlier version of ComfyUI Essentials to maintain compatibility without requiring additional dependencies.
%date:FORMAT%
syntaxgit clone https://github.com/markuryy/ComfyUI-Flux-Prompt-Saver
Note: Also available through ComfyUI Manager
🐈⬛ Flux Text Sampler
(copy of original Flux Sampler Parameters)🐈⬛ Model Name
node for simpler model selection%date:FORMAT%
syntax for date formattingThe save_path and filename inputs support various placeholder patterns:
%date:FORMAT%
where FORMAT is any strftime format
%date:yyyy-MM-dd%
for folder pathFLUX_%date:HHmmss%
for filename%width%
, %height%
, %seed%
save_path: %date:yyyy-MM-dd%
filename: FLUX_%date:HHmmss%
# Results in: output/2024-01-30/FLUX_143022_00000_.png
Drag and drop the above image into ComfyUI to load the workflow (the workflow JSON is embedded in the image).
While no longer required, ComfyUI_essentials is still recommended for its other useful nodes.