SaveImageWithMetaData
- Saves the images received as input as an image with metadata (PNGInfo). - Metadata is extracted from the input of the KSampler node found by samplerselectionmethod and the input of the previously executed node. - Target KSampler nodes are the key of SAMPLERS in the file py/defs/samplers.py and the file in py/defs/ext/. - The string (Key) specified in filenameprefix will be replaced with the retrieved information. | 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 | - See the following table for the identifier specified by [format] in %date:[format]%. | Identifier | Description | | ---------- | ----------- | | yyyy | year | | MM | month | | dd | day | | hh | hour | | mm | minute | | ss | second | - Specifies how to select a KSampler node that has been executed before this node. - Selects the farthest KSampler node from this node. - Example: In everywherepromptutilities.png, select the upper KSampler node (seed=12345). - Select the nearest KSampler node to this node. - Example: In everywherepromptutilities.png, select the bottom KSampler node (seed=67890). - Select the KSampler node whose node ID is sampl…
0 salidas