Updating
You can update Isekai Comfy Node using one of the following methods, depending on how you initially installed it.
Via ComfyUI Manager
Section titled “Via ComfyUI Manager”-
Click ComfyUI logo -> click the Manage Extension
-
Find “Isekai Comfy Node” in the installed list
-
Click Update if available
-
Restart ComfyUI when prompted
Via Manual Download
Section titled “Via Manual Download”-
Download the latest release or browse all releases to choose a specific version
-
Delete the existing
ComfyUI/custom_nodes/isekai-comfy-node/folder -
Extract the new ZIP file to
ComfyUI/custom_nodes/isekai-comfy-node/ -
Open a terminal in the extracted folder
-
Run:
pip install -r requirements.txt -
Restart ComfyUI
Via Git
Section titled “Via Git”-
Open a terminal in
ComfyUI/custom_nodes/isekai-comfy-node/ -
Run:
git pullto update to the latest version -
(Optional) To use a specific version, run:
git checkout v1.0.0(replace with desired version tag) -
Run:
pip install -r requirements.txt -
Restart ComfyUI