Skip to content

v1.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jan 16:29
· 59 commits to main since this release
cdd38cb

v1.2.1

  • Fix the input validation of the Prompt Reader node #37
  • Fix the Batch Loader node not working when not connected to any node

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