SD Prompt Reader Node
Github Repo:
https://github.com/receyuki/comfyui-prompt-reader-node
The ultimate solution for managing image metadata and multi-tool compatibility.
This is a subproject of the SD Prompt Reader. It helps you extract metadata from images in any format supported by the SD Prompt Reader and saves the images with additional metadata to ensure compatibility with metadata detection on websites such as Civitai.
Supported Formats
PNG
JPEG
WEBP
TXT
PNG
JPEG
WEBP
PNG
JPEG
PNG
JPEG
PNG
PNG
PNG
PNG
Naifu(4chan)
PNG
See SD Prompt Reader for details
Installation
While ZIP package is available, it is strongly recommended not to use it for installation.
Install and update via ComfyUI Manager (Recommended)
Search for SD Prompt Reader
in the ComfyUI Manager and install it.
Install manually
Please make sure to install the submodules along with the main repository.
cd
to thecustom_node
folderClone this repo
git clone --recursive https://github.com/receyuki/comfyui-prompt-reader-node.git
Install dependencies
cd comfyui-prompt-reader-node pip install -r requirements.txt
Update
When updating, don't forget to include the submodules along with the main repository.
git pull --recurse-submodules
Usage
Example Workflow
Change Log
Credits
The SD Prompt Reader node is based on ComfyUI Load Image With Metadata
The SD Prompt Saver node is based on Comfy Image Saver & Stable Diffusion Webui
The seed generator in the SD Parameter Generator is modified from rgthree's Comfy Nodes
A special thanks to @alessandroperilli and his AP Workflow for providing numerous suggestions
Description
v1.2.0
Add
Parameter Extractor
node #24Add a model matching feature to the
Prompt Reader
node #24Add
save_metadata_file
option to thePrompt Saver
node #30Add
FILE_PATH
output to thePrompt Saver
node #26Fix the issue where the
Prompt Merger
node threw an error when merging empty strings #29Enhance the
Batch Loader
node to support processing either a single file or a list of files #26Update core to 1.3.4.post1