v1.3.1
v1.3.1
Important
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 user-friendly warnings and remove the exception raised during the reading of metadata #58 #63
- Add JPEG to the image extension list
- Fix the issue where the
Prompt Saver
node cannot consume filename from anotherPrompt Saver
node #62 - Fix the
Prompt Saver
node freezes workflow when name includes%model
#61 - Remove ckpt validation of the
Prompt Reader
node #59
Installation
Note
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