Installation
Method 1: ComfyUI Manager (Recommended)
Section titled “Method 1: ComfyUI Manager (Recommended)”-
Click ComfyUI logo -> click the Manage Extension
-
Search for “Isekai”
-
Click Install next to “Isekai Comfy Node”
-
Restart ComfyUI when prompted
Method 2: Manual Download
Section titled “Method 2: Manual Download”-
Extract the ZIP file to
ComfyUI/custom_nodes/isekai-comfy-node/ -
Open a terminal in the extracted folder
-
Run:
pip install -r requirements.txt -
Restart ComfyUI
Method 3: Manual Git Clone
Section titled “Method 3: Manual Git Clone”-
Open a terminal in
ComfyUI/custom_nodes/ -
Run:
git clone https://github.com/isekai-sh/isekai-comfy-node.git -
Run:
cd isekai-comfy-node && pip install -r requirements.txt -
Restart ComfyUI