Skip to content

[Bug]I have followed the instructions to install the ComfyUI-NanChaku extension, and the installation completes successfully. However, when I restart ComfyUI, the NanChaku node does not appear and is shown as a missing node in the interface. #527

Description

@bhadani2578

Checklist

Describe the Bug

System Info:

OS: Windows 11 (64-bit)

Python Version: 3.10

GPU: NVIDIA RTX 3060 (12 GB VRAM)

ComfyUI version: (mention exact date or commit hash if possible)

Installation method: Cloned manually / Installed via ComfyUI-Manager (mention which one)

Steps Taken:

Cloned the ComfyUI-NanChaku repo into the custom_nodes directory:

bash
Copy
Edit
git clone https://github.com/TencentARC/ComfyUI-NanChaku.git custom_nodes/ComfyUI-NanChaku
Ran the requirements.txt installation:

bash
Copy
Edit
cd custom_nodes/ComfyUI-NanChaku
python -m pip install -r requirements.txt
→ This completed without errors.

Restarted ComfyUI, but the node is missing with the following error in the terminal:

vbnet
Copy
Edit
[ERROR] Node class 'NanChakuFluxDiTLoader' not found
Troubleshooting Tried:

Confirmed correct Python version (3.10).

Re-installed dependencies in a clean environment.

Verified presence of init.py and main node files.

Checked for typos in folder name and path.

Verified that other custom nodes load fine.

Expected Behavior:
After restarting ComfyUI, I should be able to see and use the NanChakuFluxDiTLoader node in the node search panel without errors.

Actual Behavior:
Node shows up as “missing” in workflows and does not appear in the node list.

Logs (if available):
Please include full error log or screenshot if you have one.

Environment

OS: Windows 11 (64-bit)

Python Version: 3.10

GPU: NVIDIA RTX 3060 (12 GB VRAM)

ComfyUI version: (mention exact date or commit hash if possible)

Installation method: Cloned manually / Installed via ComfyUI-Manager (mention which one)

Reproduction Steps

Steps Taken:

Cloned the ComfyUI-NanChaku repo into the custom_nodes directory:

bash
Copy
Edit
git clone https://github.com/TencentARC/ComfyUI-NanChaku.git custom_nodes/ComfyUI-NanChaku
Ran the requirements.txt installation:

bash
Copy
Edit
cd custom_nodes/ComfyUI-NanChaku
python -m pip install -r requirements.txt
→ This completed without errors.

Restarted ComfyUI, but the node is missing with the following error in the terminal:

vbnet
Copy
Edit
[ERROR] Node class 'NanChakuFluxDiTLoader' not found

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions