Releases: receyuki/comfyui-prompt-reader-node
Releases · receyuki/comfyui-prompt-reader-node
v1.0.0-beta.4
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
v1.0.0-beta.3
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