Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Nov 19:11
· 75 commits to main since this release
fe864be

v1.1.0

  • Add Batch Loader node #13
  • Add MODEL_NAME output to the Prompt Reader node #23
  • Add VAE selector to the Parameter Generator node #15
  • Add pixel dimensions display to the aspect_ratio in the Parameter Generator node #6
  • Add Positive and Negative Aesthetic Score to the PARAMETERS in the Parameter Generator node #8
  • Add FILENAME and METADATA output to the Prompt Saver node #16

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