ComfyUI Prompt Reader Node v1.3.2

Other Standard Workflows
Download

ComfyUI Prompt Reader Node v1.3.2

Starting from v1.3, to support auto-detection on Civitai, calculate_model_hash will be renamed as
calculate_hash and it will be enabled by default. Due to the addition of temporary storage of the model hash values,
the first image generated after switching to the new model will take more time to calculate the hash value,
but it will not affect the generation speed afterwards until the server is restarted.

  • Add support for pasted images to the Prompt Reader node #64

  • Update core to 1.3.5

  • Update nodes.py save_images to have %width and %height #66 @COvert96

  • Update the Prompt Reader node to the new exception handling method

SD Prompt Reader Node

Github Repo:

https://github.com/receyuki/comfyui-prompt-reader-node
GitHub GitHub tag (with filter) GitHub tag (with filter) Code style: black

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

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.

  1. cd to the custom_node folder

  2. Clone this repo

    git clone --recursive https://github.com/receyuki/comfyui-prompt-reader-node.git
  3. 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