Skip to content

v1.3.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 11:32
· 1 commit to main since this release
a70cbb0

v1.3.4

Tip

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.

Note

comfyui-prompt-reader-node is now published on the Comfy Registry.

  • Add Any Converter node #76 #78
  • Fix the input validation of the Parameter Generator node #89
  • Fix the input validation of the Parameter Extractor node #90
  • Fix the Parameter Generator unable to choose standard resolutions #82
  • Fix the Prompt Saver unable to correctly handle filenames containing . #80
  • Update the Parameter Extractor node to support parsing quoted parameters #87 @spagatticode
  • Update PyProject Toml - License #85 @haohaocreates

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.

  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