v1.1.0
v1.1.0
- Add
Batch Loader
node #13 - Add
MODEL_NAME
output to thePrompt Reader
node #23 - Add VAE selector to the
Parameter Generator
node #15 - Add pixel dimensions display to the
aspect_ratio
in theParameter Generator
node #6 - Add Positive and Negative Aesthetic Score to the
PARAMETERS
in theParameter Generator
node #8 - Add
FILENAME
andMETADATA
output to thePrompt 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.
cd
to thecustom_node
folder- Clone 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