nkchocoai / ComfyUI-SaveImageWithMetaData

Custom node for ComfyUI. Add a node to save images with metadata (PNGInfo) extracted from the input values of each node.
GNU General Public License v3.0
9 stars 2 forks source link

ComfyUI-SaveImageWithMetaData

SaveImageWithMetaData Preview
日本語版READMEはこちら

Installation

cd <ComfyUI directory>/custom_nodes
git clone https://github.com/nkchocoai/ComfyUI-SaveImageWithMetaData.git

Nodes

Save Image With Metadata

filename_prefix

Key Information to be replaced
%seed% seed value
%width% Image width
%height% Image height
%pprompt% Positive Prompt
%pprompt:[n]% first n characters of Positive Prompt
%nprompt% Negative Prompt
%nprompt:[n]% First n characters of Negative Prompt
%model% Checkpoint name
%model:[n]% First n characters of Checkpoint name
%date% Date of generation(yyyyMMddhhmmss)
%date:[format]% Date of generation
Identifier Description
yyyy year
MM month
dd day
hh hour
mm minute
ss second

sampler_selection_method

Farthest
Nearest
By node ID

Metadata to be given

Supported nodes and extensions